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

proscesses code.

Former Member
0 Likes
379

hi experts,

what is the purpose of process code .what is the main functionality in ale's?

thanks in advance,

radhakrishna.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
357

go to transaction WE41 - OUTBOUND process code

WE42 - inbound process code.

this process code refers to a Function module or workflow task its nothing but a selection program which converts the application data into IDOC.

for more information go to transaction we41 select a process code , double click it & see the function module.

2 REPLIES 2
Read only

Former Member
0 Likes
358

go to transaction WE41 - OUTBOUND process code

WE42 - inbound process code.

this process code refers to a Function module or workflow task its nothing but a selection program which converts the application data into IDOC.

for more information go to transaction we41 select a process code , double click it & see the function module.

Read only

Former Member
0 Likes
357

Hi

Without process code, your application document won't get posted on reciever system.

At recieving system, at partner profile you have to define both partner profile, one for sending and one for recieving system.

At both these partner profile you have to define inbound parameter. At inbound parameter you have to give inbound processs code and with in that process code function module is there which actually post your document.

But you have to associate that function module with idoc type and message type which you are using, which can be done at we57.

This is the use of inbound process code, without which you can't see status 53, which is the success message,if you see status of ur idoc at we02,we05.

you can send idoc from sending system by manually entering data at segments and it will work and won't ask for message control information , within which you have to define outbound process code.

Mandeep