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

Backgrd job

Bema
Active Participant
0 Likes
532

Hi,

How can I know whether a report is running in backgrd or in foreground.

I have to raise an event , if it is running in background.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
507

Check sy-batch.

it will be 'X' for background.

Hi,

How can I know whether a report is running in backgrd or in foreground.

I have to raise an event , if it is running in background.

3 REPLIES 3
Read only

Former Member
0 Likes
508

Check sy-batch.

it will be 'X' for background.

Read only

Former Member
0 Likes
507

Hi Beena,

Use sy-batch to know whether a report in running in backgground.

Thanks,

Susmitha

Read only

Former Member
0 Likes
507

hi

good

before running the report you must have given the 'N' if it you want to run the program in the background, so while running the bdc if you want to fire an event than write the event immdeately after the call transaction statement.

thanks

mrutyun