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

Message Control clarification

Former Member
0 Likes
450

When a purchase order is created, the message control processes the associated messages to create IDOCs or Printouts etc.

Does anybody know whether the processing of the messages happens after the creation of the purchase order (i. e. after commit) or before commit?

1 ACCEPTED SOLUTION
Read only

christian_wohlfahrt
Active Contributor
0 Likes
434

Hi!

When I remember correctly: neither nor. It is IN commit, because it's part of update modules (of course only the 'immediate' messages).

Regards,

Christian

3 REPLIES 3
Read only

christian_wohlfahrt
Active Contributor
0 Likes
435

Hi!

When I remember correctly: neither nor. It is IN commit, because it's part of update modules (of course only the 'immediate' messages).

Regards,

Christian

Read only

Former Member
0 Likes
434

AS far as my knowledge goes..it is done after commit only. Or else if it happens before commit and something goes wronf then IDoc already sent cant be rolled back.

So, it this happens after COMMIT only, same hold for print out also.

Read only

Former Member
0 Likes
434

Thanks for your useful reply Christian. Unable to award points just now. Will try later.