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
How do you find number of records present in internal table?
How many types of data classes are there in sap abap? : abap data dictionary
What is img? : sap abap hr
What is a table pool?
What are the parameters in bdc_open_group? : abap bdc
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
Which table stores the programs created?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What is the advantage of structures?
Explain the function module in bdc?
What is read line in abap?
How to copy table across clients?
Concepts of OO ABAP and why we are using it?
What two statements are required in an abap program to output an icon using a written statement?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul