Skip to Content
0
Former Member
Apr 12, 2010 at 04:05 PM

at selection screen

33 Views

Hi,

In my selection screen I have date and time fields as selection, First time I will enter date and time manually then it will update

date and time values in ztables. But for next run of the program it has to get from_date and from_time values from ztables

But to_date will be sy-datum , to_time will by sy_uzeit .

Example : selection screen :

1st run: From_date : 12.04.2010 to_date : sy-datum

from_time : 14:20:00 to_time : sy-uzeit.

after execution of the program ( to_date ) and ( to_time ) will be saved in ztables.

for next run of this program , instead of taking from selection it has to take it from ztables as from_date and from_time

again to_date and to_time will be sy-datum and sy_uzeit. again update in ztables.

I need to use this manually execution as well as background job .

Please help me on this.

Thanks,

Vinay.