‎2007 Sep 10 8:22 AM
hi all,
how to find out whether the report is executing in background or else?
if it is executing in background i have to do some other operations.
vkr.
‎2007 Sep 10 8:27 AM
HI,
CHECK the condition if sy-batch = 'X' then the report is running in the background.
Thanks,CSR.
**Reward if helpful.
‎2007 Sep 10 8:27 AM
HI,
CHECK the condition if sy-batch = 'X' then the report is running in the background.
Thanks,CSR.
**Reward if helpful.
‎2007 Sep 10 8:28 AM
Hi,
If report is executing in background then system variable SY-BATCH = 'X' otherwise space.
You can check this variable wherever necessary and achieve enhancement in background execution.
Reward points for useful answer.
Regards,
Sachchidanand