Is multiple implementation possible for one BADI
definition? If possible the how can you know that which BADI
is active.
Answers were Sorted based on User's Feedback
Answer / guest
yes multiple implementation is possible for one BADI.
To find the badis existing or implemented for a particular
transaction we can use ST05 (a bit time consuming process)
Goto ST05 --> Active trace --> then goto ur TCODE --> Run
it completely --> come back to ST05 again --> Deactive
trace and then Click on Display trace.
Enter two values V_EXT_IMP and V_EXT_ACT in OBJECTS select-
option click enter, you can see the BADI's existing for the
TCODE and any active implementations for it.
Is This Answer Correct ? | 3 Yes | 2 No |
1.SE24. Goto CL_EXITHANDLER THEN F7 find out get_instance method then double click on method
You put breakpoint on get-instance method.
And execute your tcode which you want perform operations like xd02,xk01..
Then you double click on get-instance method in debbuging you will be all badis.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rajarao
Goto SE18.Give Badi Definition Name.In the Menu
Enhancement Implementation--->Overview
Is This Answer Correct ? | 5 Yes | 7 No |
What are control tables? : abap data dictionary
what is the use append structure?? in data dictionary
What are the differences between a database index and a match code?
which Editor does ABAP provide?
How to decide whether we can use BDC (OR) LSMW for a given transaction?
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
Function Module to upload the Excel sheet into SAP Internal Tables. * a) GUI_UPLOAD b) CL_GUI_FRONTEND_SERVICES=>GET_UPLOAD_DOWNLOAD_PATH c) CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD d) All the above
what is 'F4' functionality?
hey guys, what is the t-code that copies a script from one client to other client....!
In which particular scenario we use sorted table and which particular scenario we use standard table?
what are the different event functions used in SAP Scripts?
Under which event we can make a filed disappear on selection screen.