Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8533

Re: How to make time field empty/NULL?

$
0
0

Resolved. Like below.

 

    IF ls_btcselect-from_time IS INITIAL.

       ls_btcselect-from_time = '      '.

    ENDIF.

    IF ls_btcselect-to_time IS INITIAL.

       ls_btcselect-to_time = '      '.

    ENDIF.

 

Thanks.


Viewing all articles
Browse latest Browse all 8533

Trending Articles