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
Is a logical database a requirement/must to write an abap/4 query?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
Which objects are independent transport objects? : abap data dictionary
What are the steps in a bdc session? : abap bdc
What is view? Different types of view.
Can we display a list in a pop-up screen other than full-size stacked list?
Explain what are extracts?
Which function module reads the data for particular infotype ? : abap hr
What is the maximum number of match code id's that can be defined for one match code object ?
Different types of locks?
Explain buffering
What are the advantages and disadvantages of ABAP query tool?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What is occurs in internal table?
How do you find if a logical database exists for your program requrements?