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

PROCESS CODE

Former Member
0 Likes
473

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

3 REPLIES 3
Read only

Former Member
0 Likes
448

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

Read only

Manohar2u
Active Contributor
0 Likes
448

"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

Read only

abdul_hakim
Active Contributor
0 Likes
448

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..