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

Trasaction code in which BADI is used

Former Member
0 Likes
703

Hi,

I need to find transaction code in which BADI is used.

Can any one help me in this regards?

Many thanks for ur help,

Regards,

Bhanu

7 REPLIES 7
Read only

Former Member
0 Likes
682

hi Bhanu Sree

in SE18 we define the BADI

in SE19 we implement the BADI defined at SE18

Regards

Deva

Read only

0 Likes
682

I Want to know for which transaction code my BADI is implemented.

Regards,

Bhanu

Read only

0 Likes
682
I Want to know for which transaction code my BADI is implemented.

it sounds without knowing the transaction you done implement your BADi?

Read only

0 Likes
682

hi,

there is nodirect method to find the transaction in which particular badi is used.

try like this.

first open ur badi implementation and check the badi defnition then goto se18 and check the documentation or package or properties to know in which transaction it is being used.

Read only

Former Member
0 Likes
682

Hi,

we are using the types

Use CMOD & SMOD Tcodes to find and implement Badi.

other wise we use this below.

We need to use SE18 and SE19.

Some way to find BADI

Searching "Call method cl_exithandler=>get_instance..... changing instance = gr_badi_reference." double-click on gr_badi_reference (search source or put a break-point and run the transaction)

SE18 F4 and select via development class (as ever)

SE80 and development class (bis)

IMG via SPRO, many if not most BADI are in the IMG documentaiton

Search sdn...

There are many thread at sdn on this topic, search sdn for : badi find implement (some hundreds hits)

Thanks.

Ashok

Read only

Former Member
0 Likes
682

hi,

Refer to the link.

This might help.

Regards

Sumit Agarwal

Read only

Former Member
0 Likes
682

Hello,

I have created BADI in SE38, as i also faced difficulty to find T-code for BADI.

I have make validation like user cant create report starting from Z, only Y allowed...

Hope its usefull to u