2)what is the differnce between user exits and Badi
Answer Posted / rams
user exit can be called only once, Badi can be called N
number of times
user exit is not object oriented , BDAI is object oriented
user exit t-codes are CMOD SMOD , BADI t-codes are SE18 and
se19
in User exits we will code in standard sap program so if
there an upgrade then we may loss the code. that will not
happen in case of BADI's
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Module Pool Programming: Events and Table Control handling.
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
what is difference between (internal table types)standard table and sorted table in sap abap....
When, how and how would you control changes to standard SAP objects.
what is a text table ?
How we format the data before writing a statement in the report?
Why do we use dynamic where conditions?
how to read the standard field value in your custom program.
What is a currency factoring technique?
What is table pool?
What are the organizational related Infotypes
How can we upload a text file having delimiters in to legacy system?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What are the merits of its?-
How to display if the value entered contains records or not?