‎2008 Jan 22 2:34 PM
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?
‎2008 Jan 22 3:03 PM
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
a®