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

IDOC from inbound function module

Former Member
0 Likes
695

Hi All,

I have a inbound function module..

I dont know its Idoc type.

Ho to find the IDOC based on Inbound Function module

Thanks

Amruta

5 REPLIES 5
Read only

Former Member
0 Likes
658

use we43 for inbound and we42 for outbound

Read only

Former Member
0 Likes
658

check WE42 tcode

Read only

Former Member
0 Likes
658

Hello Amruta,

Please run the transaction WE57 to find the assignment of your INBOUND Function Module with the

Message Type/ IDOC Type /Basic Type.

Regards

Arindam

Read only

asik_shameem
Active Contributor
0 Likes
658

Use table EDIFCT

Read only

Former Member
0 Likes
658

Hi Amruta

Inbound Function Moduel always in the format of IDOC_INPUT_XXXXXXX

xxxxxx is the your Message type...

Based on you message type u can get you idoc type....

  • if function moduel is Standard one ...

Thanks

Ram