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
How can end-of-selection be used?
What is the difference between rfc and bapi function modules? : abap bdc
Explain what is a foreign key relationship? Explain this with the help of an example.
Can a filed occur in several field groups? : abap modularization
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
Workbench request are client dependent or client independent
What is meant by hide area?
Can a domain, assigned to a data element be changed?
What is the difference between native sql & open sql? : abap data dictionary
What is the function of a domain?
Explain the different types of view?
What is a development class? : abap data dictionary
Explain the session method? : abap bdc
What is table buffer?
How did you test the form you developed? How did you taken print?