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

Find Z implementations for BADI

MilindMungaji
Participant
0 Likes
3,358

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
Read only

Former Member
0 Likes
2,321

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
Read only

Emre_tr
Active Participant
0 Likes
2,321

you can find in SE19 transaction with Z*

Read only

Former Member
0 Likes
2,321

Hi,

Not sure if it can be found based on TCODE

Check Repository Information System (SE84) . Node enhancements

Regards

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
2,321

table badi_impl

Read only

Former Member
0 Likes
2,322

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

Read only

0 Likes
2,321

Issue Closed.

Read only

GauthamV
Active Contributor
0 Likes
2,321

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 .