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
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
How can we achieve MVC ?
When to use logical database?
How to debug rfc function module?
How will you transfer data into a file in application server?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
What two statements would be used to exchange data between programs using abap memory?
What is the maximum number of structures that can be included in a table or structure
What is the syntax for ‘call transaction’?
What is an Unpack command?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
How the at-user command serves mainly in lists?
How do you save data in bdc tables? : abap bdc
Have you set up a back ground job ? How to create a background job without a variant ?