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 is a subroutine?
What is an abap/4 query? : abap hr
What is a batch input session? : abap hr
What is the use of enqueue function module? : sap abap data dictionary
How will you define org structure in MM?
How can we upload a text file having delimiters in to legacy system?
What are extracts?
How do you read files from the application server ? : abap bdc
What are the different abap editors? What is the used of different editors in abap?
Can a domain, assigned to a data element be changed?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What is dynpro? what are its components ?
Difference between domain and data element? What are aggregate object?
what is the transaction transaction for setting parameters rdisp/buffermode
What are th control break events in abap?