‎2008 Aug 29 9:39 AM
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
‎2008 Aug 29 11:35 AM
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
‎2008 Aug 29 9:41 AM
Hi Akshay,
Please check this link
http://help.sap.com/saphelp_di46c2/helpdata/EN/dc/6b7dca43d711d1893e0000e8323c4f/content.htm
Best regards,
raam
‎2008 Aug 29 11:35 AM
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
‎2008 Aug 29 11:39 AM
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
‎2008 Aug 29 1:13 PM
Hay Harpreet.
If I create new message type for IDoc then
DO i have to do configaration in WE41
in process code SD10.
‎2008 Aug 29 1:22 PM
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
‎2008 Aug 29 1:30 PM
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