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 IN RECEIVING SYSTEM

Former Member
0 Likes
593

Dear gurus,

What is the process code in receving system in ALE.

should we create a new process code or select the process code from exists.

advise please.

Cheers,

R.Rajendran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
531

if process code exists you can use it or else you can create it and use it.

3 REPLIES 3
Read only

Former Member
0 Likes
532

if process code exists you can use it or else you can create it and use it.

Read only

0 Likes
531

What is the impact of process code. Where it will affect.

Rajendran

Read only

0 Likes
531

process code will invoke related function module

you need the process code to determine which Function is used for creating/processing the IDoc.

Go to WE20 (Partner) and choose you inbound processing messages.

In the first tab you´´ll find the processing code.

Transaction: WE42 to define the processing code

Tcode: WE57 and BD51 to map the Function to this processing Code.

Process Codes will be linked to the inbound function module which in turn will read the data from the inbound idoc and post in the application document.Jus double click on the process code it will take you to the corresponding function module.