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 type FMs

Former Member
0 Likes
722

Hi

How to find the Inbound and outbound Function Module name of an Idoc type ?

Hi

How to find the Inbound and outbound Function Module name of an Idoc type ?

3 REPLIES 3
Read only

Former Member
0 Likes
610

EDIFCT is the table for diferent Fun module assignements

Regards,

Satish

Read only

0 Likes
610

How can I know the Outbound FM of Idoc Type, lets say, ORDERS05 ?

Read only

0 Likes
610

Hi Kiran,

Generally the standard outbounds are triggered by the program RSNASTED. Go to NACE Transactin code and select your application and check the output types.

Here, you can find the details of EDI and all.

If it is a custom FM, then try to check the function module 'MASTER_IDOC_DISTRIBUTE'. do where used list and check in z programs. This is the only function module which will generate the idocs.

sailesh