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

Messages in Program Submit

Former Member
0 Likes
311

Program A submits Program B in a background Job.

However when the SUMBIT statement is executed ( which ofcourse is passing the selection screen parameters and TO JOB + print options ) the selection screen of the Program B appears online since there is a warning message in the at selection-screen event of program B.

FYI : Program B is a SAP standard program

Can this behaviour be avoided i.e. Is there any way to get Program B scheduled without seeing the warning messages ?.

1 REPLY 1
Read only

Former Member
0 Likes
271

maybe in the submit statement u r not passing all the mandatory fields of the program B or maybe the validation fro screen B is gettin failed......it will be better if u can give ur submit statement and selection screen of program B..