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: 

Need help on sales order confirmation out put type

Former Member
0 Kudos
124

Hi Team,

Please help on this issue.

In our sales document types order confirmation is happening through the inboud idoc, user requrement is once order is confirmed immediately sales order confirmation output type should send sucessfully, but the problem is

Inbound idoc is using the sales order and blocking at the same time RSNAST program is using this sales order for sending the output type but not able to send due to the sales order is blocked by inbound idoc.

Could you some body help me on this how can we proceed on this.

thanks & Regards,

MK.

1 REPLY 1

Former Member
0 Kudos
100

Check the Dispatch time of the Output type in transaction code :NACE. You need not execute RSNAST00, if the despatch time is set to 3 ( Send with application own transaction ) or 4 (Send Immediately). The output will trigger automatically after the sales order is saved.