‎2008 Aug 29 6:41 AM
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
‎2008 Aug 29 6:42 AM
hi Bhanu Sree
in SE18 we define the BADI
in SE19 we implement the BADI defined at SE18
Regards
Deva
‎2008 Aug 29 6:45 AM
I Want to know for which transaction code my BADI is implemented.
Regards,
Bhanu
‎2008 Aug 29 6:55 AM
I Want to know for which transaction code my BADI is implemented.it sounds without knowing the transaction you done implement your BADi?
‎2008 Aug 29 6:55 AM
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.
‎2008 Aug 29 6:49 AM
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
‎2008 Aug 29 6:52 AM
‎2008 Aug 29 6:55 AM
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