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


Please Help Members By Posting Answers For Below Questions

How do you find number of records present in internal table?

756


How many types of data classes are there in sap abap? : abap data dictionary

783


What is img? : sap abap hr

870


What is a table pool?

829


What are the parameters in bdc_open_group? : abap bdc

811






Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?

1803


Which table stores the programs created?

793


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

975


What is the advantage of structures?

772


Explain the function module in bdc?

772


What is read line in abap?

819


How to copy table across clients?

804


Concepts of OO ABAP and why we are using it?

1075


What two statements are required in an abap program to output an icon using a written statement?

863


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

3603