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: 

outbound IDOC for sales order: message type, function module ?

Former Member
0 Kudos

Hi all,

is there a possibility to send out sales order data with an outbound IDOC (like sending an purchase order out with ORDERS.ORDERS05)

I've looked in WE20, for application V1 there are process codes like SD01, SD04, ... but the function modules behind are no existing on our system (release 500)

can anybody give me an little hint?

Thank you very much

best regards Hans

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi George,

for every process code there is a function module attached you can see in WE41(t-code)..

double click on the Process code you will able to see the Function Module attached to Process code..

and also you can check it out in WE57 (t-code) link between the Function module and Message type and Idoc type..

Process code SD01

Description ORDRSP: Order acknowledgment, ORD_ID01 (SD_ORDRSP)

Function module SD_EDI_ORDRSP_ORD_ID01

Process code SD04

Description DESADV: Shipping notif. with DES_ID01 (SD_DESADV)

Function module SD_EDI_DESADV_DES_ID01

regards,

Prabhudas

2 REPLIES 2

Former Member
0 Kudos

Hi George,

for every process code there is a function module attached you can see in WE41(t-code)..

double click on the Process code you will able to see the Function Module attached to Process code..

and also you can check it out in WE57 (t-code) link between the Function module and Message type and Idoc type..

Process code SD01

Description ORDRSP: Order acknowledgment, ORD_ID01 (SD_ORDRSP)

Function module SD_EDI_ORDRSP_ORD_ID01

Process code SD04

Description DESADV: Shipping notif. with DES_ID01 (SD_DESADV)

Function module SD_EDI_DESADV_DES_ID01

regards,

Prabhudas

0 Kudos

Hello Prabhudas,

on our system the function modules for SD01, SD04 are not existing.

But we found the solution: SD10 with IDOC_OUTPUT_ORDRSP over ALE works.

Thank your for your answer

regards Hans