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 job interaction

Former Member
0 Likes
520

hi ,

is it possible to user interaction in background job . my requirement is after execution of program select some row and send the mail . and it should be daily basis . so if i schedule the program in background . how can user interact with program .

1 ACCEPTED SOLUTION
Read only

former_member214857
Contributor
0 Likes
495

Hi

In case you would like to interact directly with a specific background job, you can adjust the program to wait for some parameters from SAP memory and then adjust the necessary behavior. So users can set parameters like flags during program execution and change the behavior

Best regards

hi ,

is it possible to user interaction in background job . my requirement is after execution of program select some row and send the mail . and it should be daily basis . so if i schedule the program in background . how can user interact with program .

3 REPLIES 3
Read only

Former Member
0 Likes
495

trigger a workflow at the end of the job. and in the decision step add a screen(module pool) where you show the table output.. he can select from that and have button to send the mails...

Read only

0 Likes
495

Thanks Soumyaprakash for you prompt support .

Read only

former_member214857
Contributor
0 Likes
496

Hi

In case you would like to interact directly with a specific background job, you can adjust the program to wait for some parameters from SAP memory and then adjust the necessary behavior. So users can set parameters like flags during program execution and change the behavior

Best regards