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
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What is its? : abap hr
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
Explain the client concept of sap.
What is use of transparent table in abap? How it is different from pool tables?
What are the data classes in abap?
What are the different control break statements available inside a loop?
Are you familiar with all steps for setting up a workflow?
Which objects are independent transport objects?
Can we write the code both call transaction and session method in single program?
Mention some important events in abap programming.
Where do you use help views?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
Explain enhancements
Is a logical database a requirement/must to write an abap/4 query?