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

Call transaction warnings and errors

Former Member
0 Likes
991

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
731

Mode "E" Display of screens only if an error occurs

this will skip warning & info messages.

3 REPLIES 3
Read only

Former Member
0 Likes
732

Mode "E" Display of screens only if an error occurs

this will skip warning & info messages.

Read only

0 Likes
731

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

Read only

Former Member
0 Likes
731

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