‎2009 Dec 22 1:05 PM
hi,
MY requirement is under intilization event i have to write
Every Monday Morning, takes the total number of parts reported as produced for the Previous week (Monday Morning 00:00:00 to Sunday Night 23:59:59)
Can somebody give hint.
Thanks
‎2009 Dec 22 1:19 PM
Hi,
Write that message under event initialization as
MESSAGE i001(some custom message class your create).
Give that message in SE91 and use it here.
Before selection screen your required message will be displayed.
Regards,
Subhashini
‎2009 Dec 22 1:19 PM
Hi,
Write that message under event initialization as
MESSAGE i001(some custom message class your create).
Give that message in SE91 and use it here.
Before selection screen your required message will be displayed.
Regards,
Subhashini
‎2009 Dec 22 1:21 PM
hi,
i wriiten like this for date range.
INITIALIZATION.
so_sptag-sign = 'I'.
so_sptag-option = 'EQ'.
so_sptag-low = sy-datum - 6.
so_sptag-high = sy-datum.
APPEND so_sptag.
CLEAR so_sptag.
Now they r telling to maintain time range also.
how to write??
help