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
What are the different abap editors? What is the used of different editors in abap?
What is view? Different types of view.
How to add a column to a table control while using alphanumerical layout editor ?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Badi concepts
What are pool tables?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
Does every abap/4 have a modular structure?
What is locking? : abap data dictionary
Can we use flow logic control key words in abap/4 and vice-verse?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
Can we use transfer dataset to transfer data in internal table ?
Give examples of transparent table?
What are the kinds of foreign key fields?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management