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

automatic trigerring of outbound processing

Former Member
0 Likes
638

My requirement is, when a sales order is created from another application into sap , i need to send the acknowledgment to the customer by automatically generating the outbound processing.

1 ACCEPTED SOLUTION
Read only

jaideepsharma
Active Contributor
0 Likes
610

Hi,

You can achieve this by maintaining configuration for output type BA00 in NACE Transaction.

In case you need to send idoc you can ask the functional consultant to configure program RSNASTED and Form routine ALE_PROCESSING in NACE.

KR Jaideep,

My requirement is, when a sales order is created from another application into sap , i need to send the acknowledgment to the customer by automatically generating the outbound processing.

4 REPLIES 4
Read only

jaideepsharma
Active Contributor
0 Likes
611

Hi,

You can achieve this by maintaining configuration for output type BA00 in NACE Transaction.

In case you need to send idoc you can ask the functional consultant to configure program RSNASTED and Form routine ALE_PROCESSING in NACE.

KR Jaideep,

Read only

Former Member
0 Likes
610

Write code in sale order save user Exit to generate the IDOC.

Read only

0 Likes
610

>

> Write code in sale order save user Exit to generate the IDOC.

Why to use custom solution when there is a standard way of doing it.

Apart from maintaining the NACE entries, which probably are already maintained for BA00, also ensure that you maintain the condition records for this output type. Last but not the least maintain the partner profiles accordingly in t-code WE20.

Best regards,

Advait

Read only

Former Member
0 Likes
610

helpful replies..thanks for the people who posted the reply