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 meant by authorization? : sap abap hr
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
What are the list of screen elements?
Give examples of transparent table?
What is abap?
Lock objects and what are parameters of ENQUEUE FM?
How many ways you can create table? : abap data dictionary
How to transfer data into line items using batch input session method? : abap bdc
State the system field for the current date?
How many types of views are there ?
Print options in smartforms?
What is the bitwise operator in the sap abap?
Difference between Read and Get cursor?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
What are function modules?