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: 

IDOC Automation

Former Member
0 Kudos

Hi,

we are getting inbound IDOC from Biztalk server, and using our own function module we are posting a Sales order and generate outbound IDOC for Order response, now we are doing this manually,

How to automate this process ? we want to trigger the program to post Sales order and generate outbound IDOC for Order response, immediately after we receive the inbound IDOC from Biztalk.

Pls help.

Thanks & regards,

Joseph

2 REPLIES 2

Former Member
0 Kudos

for Inbound processing of IDOCs, you can schedule a background job for Program RBDAPP01.

To automate Outbound Idoc's, i would suggest you use Output conditions technique (Transaction V/30) to configure unique output type (Transmissing Medium - '6' EDI) and using program RSNASTED and form routine EDI_PROCESSING to generate outbound idocs.

Former Member
0 Kudos

Joseph,

Configure the output determination for the sales order and you can send the IDOC of message type ORDRSP (Order Acknowledgement). The output can be configured to be sent immediately.

Regards,

Ravi

Note : Please mark the helpful answers