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: 

Program Using CALL TRANSACTION MSC1N Terminates incompletely

Former Member
0 Kudos

Hi Guys,

I have created a custom program that calls transaction 'MSC1N'. During execution of MSC1N, the program forces a COMMIT WORK AND WAIT and then "Should" continue processing. This is how it works when I run it in the foreground. However, when I run my custom program, the call terminates right after the commit work and wait and I am returned to my program. I get no messages after the call terminates.

Please adice on how to make the call transaction run same as in foreground.

Thanks!

Edited by: freishz on Jan 25, 2010 4:32 PM

3 REPLIES 3

Former Member
0 Kudos

locked

Former Member
0 Kudos

MSC1N looks like an EnjoySAP transaction and therefore not suitable for batch input in the background.

Rob

former_member226234
Contributor
0 Kudos

Hi,

When you are doing the recording for the transaction, there is a checkbox for "CONT after COMMIT". Select this checkbox during the recording. This will not stop the processing after commit.

Regards,

San