cancel
Showing results for 
Search instead for 
Did you mean: 

BA00 Output

Former Member
0 Kudos

Hello Everybody,

I need to trigger the ALE through output when a Sales Order is created. Can someone tell me how to do that? What are all the setting that I must take care of for that?

Thanks,

Sneha.

Accepted Solutions (1)

Accepted Solutions (1)

sarthak_mohantysd
Active Contributor
0 Kudos

Hello Sneha,

Kindly check the following step :

1. Maintain the condition table for refering to the field catalog.

2. Maintain an Access sequence for the condition type.

3. Maintain Output condition type. Here make sure the value related to Processing routines as well as Partner function are defined.In the processing routine, put the name of the program related to ALE.

4. Assign Output type to Partner functions.

5. Maintain Output determination Procedure and assign it to output type.

These process are included in the output determination using condition technique for Sales Document.

Regards,

Sarthak

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sneha.

First ALE setting should be done in between sender system and receiver system. And then in SD point of view we just need to create condition records to order conformation output type. The std output type for order conformation is BA00. goto tcode VV11 and select output type (BA00) and enter sales organization, Customer number, enter partner function -'SP', enter 'A' in message transmission medium and enter dispatch time according to ur requirement. According to this condition record, this output type will triggers in to sales order and idoc will generates, this idoc will send the data to target system.

Thanks....

Sridhar

Former Member
0 Kudos