if multiple badi can be active at a time, how will we know
which implementation will be fired first .
how to know the sequence in which implementation is fired.
Answer Posted / tibin joseph
There is filter option in Badi which can do this.
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
What are the steps to execute session method?
What are the buffering types?
Explain the uses of the simple maintenance interface? : sap abap hr
how to see the tables of 200 in client 100?
What is a fall back class?
What is the use of lock objects?
What are the advantages and disadvantages of ABAP query tool?
What is Field group?
What is a persistent class?
What is database utility? : abap data dictionary
How to debug a sapscript?
What is design pattern? Provide example .Why are we using it?
What application areas are you comfortable in?
How do you save data in bdc tables? : abap bdc
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?