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

Where-Used List For BAPI,BADI,Programs.........

Former Member
0 Likes
1,077

Hi All,

I have a requirement to list all function modules,BAPIs,BADIs,Programs,Includes Tables & Views Where

.Division (MARA-SPART) and

.Product hierarchy (MARA-PRDHA, MVKE-PRODH).

Have been used simultaneously.

i.e a Where-Used List for which should show the function modules,BAPIs,BADIs,Programs,Includes Tables & Views for both SPART and PRDHA as input.

Is any Function mopdule or any Programs available for this.

<< removed >>

Thanks,

Anil

Edited by: Rob Burbank on Sep 24, 2010 9:20 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
612

Hi Anil,

Here are few tables you can use to get details:

*TO extract BADI's and Enhancement implementations

Table: SXC_EXIT & TADIR (where object = 'SXSD', & obj_name From table SXC_EXIT).

To get Include programs*

Table -D010INC

User exits with projects*

Table - MODACT & Table TADIR (where object = 'CMOD', & obj_name From table MODACT)

Hope this helps to start..

Cheers,

Manish

Hi All,

I have a requirement to list all function modules,BAPIs,BADIs,Programs,Includes Tables & Views Where

.Division (MARA-SPART) and

.Product hierarchy (MARA-PRDHA, MVKE-PRODH).

Have been used simultaneously.

i.e a Where-Used List for which should show the function modules,BAPIs,BADIs,Programs,Includes Tables & Views for both SPART and PRDHA as input.

Is any Function mopdule or any Programs available for this.

<< removed >>

Thanks,

Anil

Edited by: Rob Burbank on Sep 24, 2010 9:20 AM

1 REPLY 1
Read only

Former Member
0 Likes
613

Hi Anil,

Here are few tables you can use to get details:

*TO extract BADI's and Enhancement implementations

Table: SXC_EXIT & TADIR (where object = 'SXSD', & obj_name From table SXC_EXIT).

To get Include programs*

Table -D010INC

User exits with projects*

Table - MODACT & Table TADIR (where object = 'CMOD', & obj_name From table MODACT)

Hope this helps to start..

Cheers,

Manish