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

Outboun IDoc Process Code

Former Member
0 Likes
1,278

Hi everyone,

What is the purpose of Process code In Outbound IDoc

I am Using Process code SD10 for outbound IDoc.

and as per my Knowledge we use process code for Inbound IDoc only

Please clarify my Doubts

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
953

Hi,

Process code is required in Outbound side also.when you save an application document , in your case i guess it is SALES order then you wish to send an IDOC to customer.

So if you create partner profile for that customer and add SD10 as process code in message type then this process code will be triggered,which is linked to FM IDOC_OUTPUT_ORDRSP behind the scene.This FM is responsible for generating IDOC's

yes we need process code on inbound side also to trigger a process to read the incoming idoc and save the application data.

Hope this helps!!

harry

Edited by: Harpreet Singh on Aug 29, 2008 12:35 PM

6 REPLIES 6
Read only

Former Member
0 Likes
953
Read only

Former Member
0 Likes
954

Hi,

Process code is required in Outbound side also.when you save an application document , in your case i guess it is SALES order then you wish to send an IDOC to customer.

So if you create partner profile for that customer and add SD10 as process code in message type then this process code will be triggered,which is linked to FM IDOC_OUTPUT_ORDRSP behind the scene.This FM is responsible for generating IDOC's

yes we need process code on inbound side also to trigger a process to read the incoming idoc and save the application data.

Hope this helps!!

harry

Edited by: Harpreet Singh on Aug 29, 2008 12:35 PM

Read only

Former Member
0 Likes
953

Hi,

To add more.The process code is linked to a Message type.

There are few settings that has to be done in NACE to trigger the message type.This message type is validated inside partner profile whenever an application document is saved for a partner number.

Harry

Read only

0 Likes
953

Hay Harpreet.

If I create new message type for IDoc then

DO i have to do configaration in WE41

in process code SD10.

Read only

Former Member
0 Likes
953

If you create new message type then there are lots of settings that needs to be done.

One ofcourse is in WE41.You need to write FM to populate your Z idoc.etc

harry

Read only

0 Likes
953

yes harry I have been proposed by onsite team to create to new message type

will you please tell me to what are the settings to be done.

I am using process code SD10 only.

Edited by: Akshay Kale on Aug 29, 2008 2:31 PM