2)what is the differnce between user exits and Badi
Answers were Sorted based on User's Feedback
Answer / sudhakar1207
User Exits are the Procedural Approach Of Enhancements.
Business Add-Ins are the Object Oriented Approach of
Enhancements.
User Exits can be used in Only one project. That means we
can give only one implementation for User Exits.
Where as for BADIs we can give multiple implementations.
With BADIs No need to register in SSCR.( SAP Software Change
Request ) .
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / dushyanta kumar
User Exit is normal abap enhancing in Standard SAP .
BAdI is enhancing the object oriented approach.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
how to write code alv with interactive?when i clicked 1field i will generated next-level report,is it possible in alv?
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
How can we add another field to display in standard SAPSCRIPT? Ex. we have customer address in layout, now we have to add customer Phone no in the same.
What is difference between dependent and independent data?
How LSMW is advantageous than normal BDC?
How do you Export a session ?
List the events in abap/4 language?
in the final display list how can i change rows to columns and vice versa
What are the differences between the table and the structure in the data dictionary in the sap abap?
How do you monitor sessions?
can we write a select query under end-of-selection event. and will it fetch data.
3 Answers Accenture, SAP Labs,
What is Group by in Select statement?