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 ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / purnachandra
we can't control the sequence of execution of multiple implementations ,but u don't one implementation just deactivate it.
Is This Answer Correct ? | 4 Yes | 2 No |
When you prefer lsmw?
How many types of tables exists and what are they in data dictionary?
when we are using at new?should we use this inside the loop or outside?what will be the effect?
Table events aNd table maintains generation
in bdc. i have created bdc prg and executed. i got output in system. same bdc prg again executed in other system but i dint get the o/p. both system r in n/w connection. wats the prob.plz help me to get o/p.
Difference Between domain and data element?
can we transfer variants from development to Quality?how can we transfer?is it necessary?
Why long time required to copy the file than delete the same file.
can we migrate custom defined smart form into adobe form, if yes what are connecting settings we have to make in adboe form?
How are the date and time field values stored in SAP?
What are secondary indexes. How can we know which index is being used in a select query?
What is the difference between skip and new-line?