Is multiple implementation possible for one BADI
definition? If possible the how can you know that which BADI
is active.
Answer Posted / 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 |
Post New Answer View All Answers
What are the Various Types of internal tables?
How do you read files from the presentation server ? : abap bdc
What are the various types of selection screen event?
What is erp? : sap abap hr
Why we are using Macros instead of Function Modules
How can we access the correction and transport system?
What are the two different ways of building a match code object?
What are the advantages of different types of bdc's?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What are the basic object types? : sap abap hr
Can a constructor be declared private? If yes then in which scenario?
What is the difference between sum and collect?
What are the different types of data dictionary objects? : abap data dictionary
foreign key enforcement?
Can we create a gui status in a program from the object browser?