Application Development 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: 

Is there any way to find out all the active BADIs in a transaction

Former Member
0 Kudos

Hi,

Is there any function module or program which list all the active BADIs in a transaction .

Regards,

Ratheesh BS

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can do this by following steps:

1. Goto TCode

2. Goto Status and click on Program name

3. Goto program->Attributes and copy the package

4. Goto Tcode SE84->Enhancement->Enhancement implemenataion and give the package name it will list out all the BADI's available.

REgards,

Prashant.

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos

hi,

you can try these ways.

1. goto TADIR table give obj type as SXCI and obj name as Z* and execute.

you will get all active badis in system.

then filter them based on package and check according to your requirement.

2. goto se15 transaction enhancemente - badi - implementations - double click.

give appli cation component as Mm ( your module nameof tcode) and

implementation name as Z* and execute.

Former Member
0 Kudos

Hi,

You can do this by following steps:

1. Goto TCode

2. Goto Status and click on Program name

3. Goto program->Attributes and copy the package

4. Goto Tcode SE84->Enhancement->Enhancement implemenataion and give the package name it will list out all the BADI's available.

REgards,

Prashant.