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 / purnachandra
we can't control the sequence of execution of multiple implementations ,but u don't one implementation just deactivate it.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
Final class
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
what is difference between set screen and call screen ?
What is an update task? : abap modularization
How to eliminate duplicate entries in internal tables? : abap data dictionary
How will you transfer data into a file in application server?
what are the various types of parameters and how are they distinguished from one another?
What are the buffering options in abap?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
How to create a button in selection screen ?