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

Submit Program

Former Member
0 Likes
529

Hi,

I am submitting one program with some selection parameters. But the program is giving a warning message with those selection parameters. I need to supress that warning message.

Can anybody suggest the solution.

Thanks,

Neha.

5 REPLIES 5
Read only

Former Member
0 Likes
486

Hi,

Instead of using SUBMIT keyword, create a transaction code for the program to be submitted and use CALL TRANSACTION. This would supress the warning message.

The warning message is occuring because when we SUBMIT the program, it executes it in the backend and hence the warning message gets displayed.

Thanks,

Harini

Read only

0 Likes
486

Hi Gopi,

Thats true. But the program is genrating a report which i need to write in memory. Which will be later used in calling program.

Thanks.

Read only

0 Likes
486

is the submitted program a z program?

Read only

0 Likes
486

No its a standard program.

Please suggest.

Regards,

Neha

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
486

waht is the warning ?