‎2007 Nov 22 5:07 AM
how to find a report is run in fore ground or background
we have a date validation that if it is run in foreground then the date should be 30 days
but if background then the date can be of any range.
please help me regarding this
points will be rewarded
‎2007 Nov 22 5:18 AM
Hi,
CHeck SY-BATCH = 'X' then its background
Reward Points....
Regards,
Prashant
‎2007 Nov 22 5:18 AM
Hi,
CHeck SY-BATCH = 'X' then its background
Reward Points....
Regards,
Prashant
‎2007 Nov 22 5:19 AM
if sy-BATCH = 'x' . is run back ground.
write condition
else.
run foreground .
write condition
endif.
null
‎2007 Nov 22 5:27 AM
Hi, samuel.
I think you can use sy-batch to identify that.
Regards,
feng.