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 types by Function Module

john_pawski
Participant
0 Likes
656

Hello,

I would like to find the IDOC types available by function module. For example, all idoc types for Production Planning module. Is there an easy way to get that info?

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
582

Hi,

Check the table: EDIFCT

Regards,

Subramanian

Read only

ThomasZloch
Active Contributor
0 Likes
582

> Production Planning module.

In case you actually mean application area, join EDIFCT and TOJTB via fields OBJNAM and NAME to get TOJTB-APPLIC. This could be done inside a database view for future reuse.

Thomas

Read only

Former Member
0 Likes
582

hi,

go to se16-->enter table name 'VEDIEDIFCT' and enter idoc type you will get the List of function module used for the Idoc type..

same thing stored in the table 'EDIFCT'

Prabhudas

Read only

Former Member
0 Likes
582

Hi,

Go to Repository Browser (SE80) -> select Appliction Hierarchy and filter it down by Function Modules. you can now go to individual functional area (SD, MM , PP, etc) and drill down EDI objects hierarchy. You can very well judge the IDOC types based on IDOC Processing function modules.

Hope this will help...

regards,

PB