I have multi use BAdi,i implemented 5 time for that BAdi.so
want to give sequence for that like
First implementation 4
second 3
..
..
So how it is possible?
Answer Posted / gowri sankar
Use the concept of FILTER. You can define a filter value for every implementation that you create and during call badi, use the filter value. SAP will call only that implementation that matches the filter value you pass.
We cannot control the sequence of implementation call. This is not true. By creating a screen enhancement for badi_sorter along with using filters, we can control the sequence.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is an update task? : abap modularization
Explain about Recording Function?
What are the basic functions of database utility?
Can you delete data element, which is being used by table fields?
What are Tickets in Realtime ?
How to know if the value entered contains records or not?
What is the difference between a substructure and an append structure? : abap data dictionary
What is meant by hide area?
Can a constructor be declared private? If yes then in which scenario?
How can the standard tables of sap be modified?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
What is the difference of update types in call transaction method ? : abap bdc
What are the value tables?
What data is contained? : abap data dictionary
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc