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

How to find Function Module & Program Name Used by IDOC

Former Member
0 Likes
24,368

hii Experts,

i want to find program name & function modules used in IDOC. I have Idoc type, Message type & extension type.

Help me

7 REPLIES 7
Read only

h_senden2
Active Contributor
10,436

find related partner profiles, and inbound/outbound parameters.

Here you can find the link to the process code.

Double click on the process code, and you will find the function module.

regards,

Hans

Read only

Former Member
0 Likes
10,436

Hii hans,

Thanks for reply,

but i dont know how to find partner's profile.

can u plz tell me tcode

thanx

Read only

Former Member
0 Likes
10,436

simply go to tcode WE20

and look out for the parter number nad double click on it u can see the inbount and outbond idoc type for that partner

then click on the idoc type u need ....then rest as said by the above guy

Read only

h_senden2
Active Contributor
0 Likes
10,436

transaction code WE20

regards

Hans

Read only

Former Member
0 Likes
10,436

WE20,

goto process code, double click on process code it will take u to the FM

Read only

Former Member
0 Likes
10,436

Hi,

You can go to transaction WE64 to find the corresponding inbound or outbound process code (function module) for a given message type.

If you want to find the program, please search where the corresponding function module in used via transaction SE37.

Regards,

Ferry Lianto

Read only

PS_1978
Active Participant
0 Likes
10,436

Hi Vinod,

Go to transaction WE64, click on the <b>search for message type</b> or press <b>shift+F6</b>. A popup will be displayed and here enter the message type for example 'QUOTES', u will be taken to the process codes available for the message type u have entered. click on the process code and data related to that process code will be displayed in the right hand side. Now double click on the process code, a pop up with function module name will be displayed. copy that and search for where used list in SE37.

Hope it helps.

Regards,

Phani.