I have one BADI Definition , which i have use it in multiple Implementation .Now i am calling the BADI ,
In which Sequence the BADI will be called ?
Can i control the sequence of calling ?
Answer Posted / sreenivasa rao yarru
Compiler usually lists the implementations of a BAdI in an
arbitrary sequence. You can modify this arbitrary sequence
so that implementations are called in a way you define it.
All you need to do is to implement a Sorter BAdI
(BADI_SORTER) and define a sub screen in an own function
group. The sub screen allows you to enter data used for sorting.
The BADI_SORTER to determine sequence of implementation
calls is a Single Use Filter dependent BAdI, i.e. for one
single filter value only one implementation is allowed. A
situation results in runtime errors where in a customer
environment a sorting mechanism is implemented and SAP
delivers later the same.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain about workbench request and customization requests?
What are system fields for secondary lists?
What is the role of ‘refresh’ in internal table?
Explain the different types of screen keywords?
SAP query how to use end users?
What are the basic object types? : sap abap hr
What are th control break events in abap?
How can we set the tablespaces and extent sizes ?
What is view proxy in abap?
What are the buffering types?
What is the t-code for transaction recorder? : abap bdc
Have you printed any report?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
What are the screen painter and menu painter?