In the BADI,they are multiple Implementation.Could you
please tell is there any procedure which are the
implementation will execute and any order is the execute
all the implementation for that Badi
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.
This applicable new badi's only
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
What is generic area buffering in abap?
What is example class
What is the difference between a dialog program and a report?
What are the main events of which are used for logical database?
What is the major difference between pool tables and transparent tables?
Is it possible to pass data to and from include programs explicitly? : abap modularization
What is an update type with reference to a match code id? : abap data dictionary
What is pass by value and what is pass by reference? Which is better?
How we format the data before before write statement in report ?
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
What are the uses of the information in the data dictionary? : abap data dictionary
What are the drill-down features provided by abap/4 in interactive lists?
What are the disadvantages of using explicit enhancement?
Explain the disadvantages of abap query tool?