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
516

hi to all abap gurus my querry is as follows

what is process code in alv ? and what is the diffrence between inbound process code and outbound process code ? poits will be rewarde dofr good answers .

3 REPLIES 3
Read only

Former Member
0 Likes
479

Hi

Process code is the 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).

Process code is attached to fun module and triggers the fun module code

see the Tcodes

WE41

WE42

for inbound and outbound process codes

Regards

Anji

Read only

Former Member
0 Likes
479

Process Code:

Process code represent function module. Process code will come in to picture when you deal with IDocs. You need to assign a code which internally will have a function module or an include, that will have entire code to run your bussiness for an IDoc or EDI or ALE.

You use process code when you need to post the IDoc (inbound process) or distribute the IDoc (outbound process). Use transaction WE41 and WE42 for maintaining outbound and inbound process codes.

<b>For Inbound process code:</b>

http://help.sap.com/saphelp_nw04s/helpdata/en/dc/6b805a43d711d1893e0000e8323c4f/frameset.htm

<b>For Outbound process code:</b>

http://help.sap.com/saphelp_nw04s/helpdata/en/dc/6b805a43d711d1893e0000e8323c4f/frameset.htm

If it is helful please give me reward points .

Thanks

Murali Poli

Read only

Former Member
0 Likes
479

Hi

Process code is the 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). nast isa default message message type given for u when u create a inbound parameters.

we40,41,42: T.codes for creating Process Codes......

inbound parameters: the parameters which are used by FM while updating data which it gets from an outbound Idoc.

outbound Parameters: parameters which are passed from an idoc as the input to receiver system.

same with process code also.

outbound process code is used for passing an idoc 4 sender too receiver in sender side partner profile.

inbound Process Code is used at receiving side which triggers the Inbound FM to update the data from idoc to database tables.

if helpful reward some points.

with regards,

Suresh Aluri.