2009 Feb 17 12:33 PM
Hi,
I need to add few fields in administration tab level of Tcode: SOLAR02. I could not find any Existing BADI provided by SAP for the same. There are BADI's provided for other tabs like Structure Tab, Transaction Tab.
I need to get the BADI for Administration Tab, So that I could create a screen exit for this one with new Implementation and a Custom Subscreen included in the Report for this Badi Implementation.. Please help me out in finding out the Badi for the administration tab...in TCODE SOLAR02...ASAP...
Hi,
I need to add few fields in administration tab level of Tcode: SOLAR02. I could not find any Existing BADI provided by SAP for the same. There are BADI's provided for other tabs like Structure Tab, Transaction Tab.
I need to get the BADI for Administration Tab, So that I could create a screen exit for this one with new Implementation and a Custom Subscreen included in the Report for this Badi Implementation.. Please help me out in finding out the Badi for the administration tab...in TCODE SOLAR02...ASAP...
2009 Feb 18 9:07 AM
Hello,
I version ECC 5.0.if i check this tcode is does not exit .
but i can say way to find a badi for any tcode. these are the steps to find BADI for a tcode.
or User Exit's
goto to tcode->status->program name->double click on that,
then goto to-> attribute take the package name and
Goto SMOD tcode ->Utilities->give the package name and F8
then a list of exits will display for that tcode as well as that package.
u can check the table MODSAP
u can check the table MODACT
For BADI's,
1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE
keep Break point at this location 'call method cl_exithandler=>get_class_name_by_interface'
then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.
2)Goto to tcode->status->program name->double click on that program will display's
then press crtl+F then cl_exithandler
Thank u,
santhosh
2009 Feb 18 9:33 AM
2009 Feb 24 10:11 AM
Hi,
check below link -- for finding badi and user exit for particular transaction
Regards,
Madhu
2016 Sep 20 12:34 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |