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

Back ground job

Former Member
0 Likes
372

Hello Experts,

How to capture the Back ground job in the AT selection screen event.

In start of selection, im able have the sy-batch set so that i m able to capture.

Please find me a solution to capture the same in the at selection screen.

Thanks a lot,

Arunkumar S

Hello Experts,

How to capture the Back ground job in the AT selection screen event.

In start of selection, im able have the sy-batch set so that i m able to capture.

Please find me a solution to capture the same in the at selection screen.

Thanks a lot,

Arunkumar S

2 REPLIES 2
Read only

Former Member
0 Likes
356

Hi,

You can check system variable sy-batch in at selection screen event. if u choose the option "execute in background" after selection-screen is displayed then based on the code written in at selection screen event you can capture whether execution is in background or not.

however, system variable's contents cannot be overwritten.

thanks,

sksingh

Read only

0 Likes
356

Thanks.

The problem is that , the sy-batch is not getting any value at the "At selection scree" event, because actual execution has not begun.

That's why Im facing this issue.