Application Development 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: 

submit with no display

Former Member
0 Kudos

i wanna submit a program. this program has write statements.

is there a way to block the write statements?

so that i only run the program and i get back to the calling routine without popup?

it would be also fine, that all messeges will be writen in a message table...

any ideas?

1 REPLY 1

former_member194669
Active Contributor
0 Kudos

Check whether the program runs in the submit mode if yes then make write statement into a spool.

using fm

GET_PRINT_PARAMETERS

JOB_OPEN

JOB_SUBMIT

JOB_CLOSE