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 |
what are the two methods of modifying sap standard tables ?
What is the difference between interfaces and abstract class
How do you populate data into a multiple line field?
with table control?
What do you define in the domain and data element?
Hi Toall abap gurus what are the variants in alv reports ? and what is the use of reuse_alv_variants_get ? and what is the purpose of i_save parmaetr in the resue_av_grid-display funmodule? what is the purpose of reuse _av_default_varinat_get ? Thanks in advance for ur answers kumar
when we use subroutines and function modules
How do you read files from the presentation server ? : abap bdc
what is an internal table and types of internal table
What is the different between abap and ooabap? Why do we use ooabap?
where to find userexits for sd releated module in realtime?
If BDC is developed in Development system with no data , where do we do the recording?