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 different software packets available in the market? : sap abap hr
What are subroutines? : abap modularization
What is a predefined type in abap?
What are the differences between a database index and a match code?
How can you distinguish between different kinds of parameters?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What is a modification assistant?
What is difference between inner join and outer join?
What functions does a data dictionary perform? : abap data dictionary
What are the events we use in dialog programming and explain them?
Explain the differences between sap memory and abap memory?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
In sap scripts, how will you link form with the event driven?