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 / ramkishore
By Applying Sort Method we can execute the BADI'S in any
order.
GO to SE18 transaction code and Utilities>Sort, where in
Interface Tab we can give the list of implementations in a
order.
What ever the ordre we are mentaining in that order the
BADI implementations will execute.
Is it ok else if you need more info let me know.
BR,
Ram
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Difference between domain and data element? What are aggregate object?
What is the difference between field-group header and other field groups? : abap modularization
How can you display frames (horizontal and vertical lines) in lists?
Give an example of interface from your project explaining why you used it?
What are the different types of data dictionary objects? : abap data dictionary
What are the different abap/4 editors?
What is update task
Update types in Call transaction method. What is the difference?
Setting up a BDC program where you find information from?
What is amdp (abap managed data procedures)?
What are the functional areas, user groups? How does abap query work in relation to these?
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?
Differentiate between table and template ?
Name the abap/4 modularization techniques? : abap modularization
Explain the difference between function group and function module?