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: 

function modules of outbound idoc and inbound idoc

Former Member
0 Kudos

hi gurus,

what are the function modules used for out bound idoc and inbound idoc?

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can check tables TBDBE and TBDBA for inbound and outbound IDoc FMs.

Also you can check transactions WE41, WE42 and WE64.

Regards,

Ferry Lianto

4 REPLIES 4

Former Member
0 Kudos

Hi,

Goto SE37. For whichever idoc you want to search a function module, enter search term as IDOC_OUTPUT* or IDOC_INPUT*, it will list the function module.

For eg string IDOCINPUTORDERS returns IDOC_INPUT_ORDERS.

Hope this helps.

ashish

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can check tables TBDBE and TBDBA for inbound and outbound IDoc FMs.

Also you can check transactions WE41, WE42 and WE64.

Regards,

Ferry Lianto

0 Kudos

we41 - outbound process code

we42-inbound process code,what is use of this transaction.

ferry_lianto
Active Contributor
0 Kudos

Hi Rohit,

The process code is usually used to post an IDoc to the corresponding application system (for inbound) or to generate an IDoc (for outbound). The process code is basically to link the IDoc message type with the corresponding function module via partner profile setup (WE20).

Regards,

Ferry Lianto