Application Development 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: 

outbound process code

Former Member
0 Kudos
291

hi to all abap gurus

my querry is we know that in inbound partner profile s processcode is thre . and it is assigned to one function module in that we are write the code for i/b program ie to pick the data form idoc and to update in to database . we write the o/b program in the abap editor se38 .

then what is the purpose of outbound process code ? can u pls expain in detail ? pls points will be assured for good anserws ? thanks in advance .

1 ACCEPTED SOLUTION

Former Member
0 Kudos
211

Outbound and inbound process codes are different and the function modules are also different for each process code.

For outbound, the process code is defined in the messagecontrol (in WE20 partner profile definition).

For inbound the process code is defined in the inbound options.(in WE20).

Every process code will have to be linked to message type and function module in WE64.

In WE57 also you need to define the link between logical message type and the FM.

Kindly go thro this link, u will get idea abt process codes.

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

http://help.sap.com/saphelp_47x200/helpdata/en/dc/6b804d43d711d1893e0000e8323c4f/frameset.htm

Please give reward points.

Regards....

Murali Poli

5 REPLIES 5

Former Member
0 Kudos
211

Hi Hari,

Similar to Inbound for Outbound also

the Outbound Process code triggers the Fun module for outbound Idocs

So PROCESS code is mainly to trigger the Fun module of respective Type(Inbound/Outbound)

see WE41 and WE42 for Outbound and Inbound process codes

Regards

Anji

varma_narayana
Active Contributor
0 Kudos
211

hI hari.

Outbound process code will be used only in case of Message Control (Transaction data in MM and SD Modules) .

It will refer the the Outbound FM that will create the IDOCS in outbound.

But for Master data we need not to assign the Outbound process code.

<b>REWARD IF HELPFUL.</b>

Former Member
0 Kudos
212

Outbound and inbound process codes are different and the function modules are also different for each process code.

For outbound, the process code is defined in the messagecontrol (in WE20 partner profile definition).

For inbound the process code is defined in the inbound options.(in WE20).

Every process code will have to be linked to message type and function module in WE64.

In WE57 also you need to define the link between logical message type and the FM.

Kindly go thro this link, u will get idea abt process codes.

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

http://help.sap.com/saphelp_47x200/helpdata/en/dc/6b804d43d711d1893e0000e8323c4f/frameset.htm

Please give reward points.

Regards....

Murali Poli

paruchuri_nagesh
Active Contributor
0 Kudos
211

in outbound(sending system) process code reads the application document

means whenever changes made to an businessobject these changes can be read

by process code . process code contain function module

u have to keep the logic inthis function module.and this function module reads the document generates IDOC in outbound system

WE41(outbound process code)

WE42(inbound process code)

reward for use ful points

regards

Nagesh.Paruchuri

Former Member
0 Kudos
211

Hi ,

go through tis link...

reward if useful.