‎2006 Jul 23 3:43 PM
Hi experts,
Can some one give me information on the concept of PROCESS CODE?
Any good docs related to this?
How is it useful while creating IDOCS?
Thanks in advance
‎2006 Jul 23 3:59 PM
hi Kiran,
Check these threads out
<b>Process Code:</b> Code which identifies the type of data which is to be sent via the IDoc interface. Using the process code, the IDoc interface finds the application selection module which converts the SAP document into an IDoc. The process code is only used with applications which perform outbound processing via Message Control (NAST).
This Process code is assgined to a message type.
You can access the Outbound Process codes using the transaction code: <b>WE41</b>.
Reward if it helps....
Regards,
Santosh
‎2006 Jul 23 4:26 PM
"The second name for a specific processing type such as for a function module or an SAP Business Workflow task.
Typically, a specific IDoc typeis assigned a specific process code. If you want to change the processing type of this IDoc type, you must assign the corresponding process code to the new processing type at one place. Without the process code, you would have to assign this IDoc type to the new processing type directly in several places.
There are four types of process codes that correspond to the IDoc interface processing types: outbound, inbound, status processing, system process codes for exception handling."
ALE/IDOC
http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
http://www.sapgenie.com/sapedi/index.htm
http://www.sappoint.com/abap/ale.pdf
http://www.sappoint.com/abap/ale2.pdf
http://www.sapgenie.com/sapedi/idoc_abap.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
http://www.allsaplinks.com/idoc_sample.html
http://www.sappoint.com/abap.html
http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
http://www.sapgenie.com/sapedi/index.htm
http://www.allsaplinks.com/idoc_sample.html
http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
Regds
Manohar
‎2006 Jul 23 4:40 PM
hi kiran,
Process code is the another name for function module / workflow which will trigger your inbound
processing..
Cheers,
Abdul Hakim
Mark all useful answers..