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
What are hashed tables?
how can you display data say "your name"in sap script without print program or driver program??
What are the types of data types in the sap abap?
What is partner selection?
What are th control break events in abap?
What is the function of a domain?
What is processing class, where we do them and why? : sap abap hr
What is a report?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
What are the requirements a dialog program must fulfill?
What are the advantages of different types of bdc's?
How to create a check box/option button in a list?
When the get cursor command used in interactive lists?
What are the basic object types? : sap abap hr
What is the relationship existing between the various data elements? : abap data dictionary