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: 

Badi in Transaction Code: SOLAR02

Former Member
0 Kudos

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...

4 REPLIES 4

Former Member
0 Kudos

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

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

check below link -- for finding badi and user exit for particular transaction

https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/find%252bapplication%252bclass%252bwith%252b...

Regards,

Madhu

Former Member
0 Kudos

Hi Ramcharan,

I am also  having the same requirement .Can you please let me know whether have you achieved the same.For you reference PF the below link and help .

Regards,

Tibin Joseph