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

ALE

Former Member
0 Likes
623

what is process code in ALE????

1 ACCEPTED SOLUTION
Read only

sudhakar196
Participant
0 Likes
590

it is selection program( outbound) or posting pogramme (inbound). htese are function module. for each program a four digit code is assigned.

WE41 (OB)

WE42 (IB)

5 REPLIES 5
Read only

Former Member
0 Likes
590

Process code for outbound processing

Code which identifies the type of data which is to be sent via the IDoc

interface.

Use

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

Read only

sudhakar196
Participant
0 Likes
591

it is selection program( outbound) or posting pogramme (inbound). htese are function module. for each program a four digit code is assigned.

WE41 (OB)

WE42 (IB)

Read only

Former Member
0 Likes
590

Hi,

Please check this site regarding ALE.

http://www.thespot4sap.com/Articles/SAP_ALE_Introduction.asp

this might be helpful.

Regards.

Read only

Former Member
0 Likes
590

Hi,

A Process code represents the function module that is used for the inbound process. You can see link between any process code and its corresponding function module by using the T-code WE42. The process code for incoding sales order doc is ORDE.Just an example.

An easy way to determine the process code is to locate the function module. Function module names are based on message type.

Regards,

Jayaram...