5. What are the difference between BADI and user Exit.
Answer Posted / radha
In USEREXIT u code in the standard SAP program, hence any
updation in the version of the standard program will lead
to the loss of ur coding. But same is not the case of BADI.
Here the code remains outside the standard program.
You need to search for the suitable BADI as ur requirement
and then do the coding and plug in the program.
USEREXIT - It is also a program enhancement technique. here
also u need to find suitable userexit and code in ur
program.
Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
How do u configure the script?
Where do we define tab space for data in sapscript?
What role does an abap program play in sapscript?
How do you create boxes in sap script?
what is the use of outline option?
How to convert a sapscript to smart form?
How to check the changes made in the standard layout set , other than using Utilities--- -> Print preveiw ? can u explain the different other ways to check it?
What is the use of itcsy structure?
While designing layout for labels Is there any specific parameters or constraints i need to take care (at form as well as print program level)?
I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ? One particular statement is there for that, What is that ?
What do you mean by symbols? What are their different types?
What is the work you have done in the MM module and what programs did you use for creating views in MM ?
What is sap script? Difference between sap script and report?
How do you test the script?
What is sapscript? What is its purpose?