Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

background?

Former Member
0 Likes
425

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
409

HI,

CHECK the condition if sy-batch = 'X' then the report is running in the background.

Thanks,CSR.

**Reward if helpful.

2 REPLIES 2
Read only

Former Member
0 Likes
410

HI,

CHECK the condition if sy-batch = 'X' then the report is running in the background.

Thanks,CSR.

**Reward if helpful.

Read only

Former Member
0 Likes
409

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