‎2006 Dec 10 12:56 PM
hi experts,
what is the purpose of process code .what is the main functionality in ale's?
thanks in advance,
radhakrishna.
‎2006 Dec 10 1:07 PM
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.
‎2006 Dec 10 1:07 PM
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.
‎2006 Dec 11 8:44 AM
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