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: 

Find Z implementations for BADI

milusai
Participant
0 Kudos

We are applying patch on our ECC 6.0 system.

So in Initial phase we have to find all the Z Enhancements and BADI Implementation's for necessary Tcodes.

Is there any standard facility available to find all the Z Enhancements and BADI Implementation's for given TCODE.

Regards,

Milind

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can get active Z Badi implementations in table "SXC_ATTR" and z enhancements in table MODACT. You may not get the corresponding TCODEs in these tables.

Regards

Vinod

6 REPLIES 6

Emre_tr
Active Participant
0 Kudos

you can find in SE19 transaction with Z*

Former Member
0 Kudos

Hi,

Not sure if it can be found based on TCODE

Check Repository Information System (SE84) . Node enhancements

Regards

kesavadas_thekkillath
Active Contributor
0 Kudos

table badi_impl

Former Member
0 Kudos

Hi,

You can get active Z Badi implementations in table "SXC_ATTR" and z enhancements in table MODACT. You may not get the corresponding TCODEs in these tables.

Regards

Vinod

0 Kudos

Issue Closed.

GauthamV
Active Contributor
0 Kudos

Table : TADIR.

For Z enhancements: Program id : R3TR , object type : CMOD,object name: Z* and execute.

For badi implementation: Program id : R3TR , object type : SXCI,object name: Z* and execute.

You will get all Z Enhancements and BADI Implementation's .