‎2008 Apr 01 8:36 AM
Hi,
I am trying to use call transaction to call me11, this works well if run in the front end (SAVE_MODE = A) but will not create the document if run in the backend (SAVE_MODE = N).
I have found out that this is because the transaction creates some warnings that makes the transaction stop.
How do i get the transaction to save even if the messeages táble returns a message with type S. As if you call the transaction normally then you can save even with the warning.
Best regards
Lisa M Simonsen
‎2008 Apr 01 9:50 AM
Mode "E" Display of screens only if an error occurs
this will skip warning & info messages.
‎2008 Apr 01 9:50 AM
Mode "E" Display of screens only if an error occurs
this will skip warning & info messages.
‎2008 Apr 01 9:58 AM
Hi,
thanks for the reply, but we dont want the screen to pop up when an error occurs, we want it to continue but ignore warnings and keep going as this program is going to be run in sm37.
Best regards
Lisa M Simonsen
‎2008 Apr 01 4:18 PM
try using CTU_PARAMS. The field NOBINPT = X.
this will set the SY-BINPT to space.
But then you can not use the MODE & UPDATE. both you can pass in CTU_PARAMS