. what is badi?
10. what is the difference between user-exit & BADIs?
12. how do you get functional specs when you are
assigned some object? (specs through email..??)
13. How do you write technical specs?
Answer Posted / akshay
Business Add-Ins are a new SAP enhancement technique based
on ABAP Objects. They can be inserted into the SAP System to
accommodate user requirements too specific to be included in
the standard delivery. Since specific industries often
require special functions, SAP allows you to predefine these
points in your software.
1) Difference between BADI and USER-EXIT.
i) BADI's can be used any number of times, where as
USER-EXITS can be used only one time.
Ex:- if your assigning a USER-EXIT to a project in
(CMOD), then you can not assign the same to other project.
ii) BADI's are oops based.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the Importance of pa20? : abap hr
What is the last entry in all bdc tables? : abap bdc
What is the difference between refresh and free statements?
How to find the return code of a statement in abap programs?
How did you test the form you developed? How did you taken print?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
How to create a button in selection screen ?
What are the different types of work process?
foreign key enforcement?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
Why do we use types statement in abap programming?
Explain what are extracts?
What is a subscreen? How can we use a subscreen?
What is the transaction code to display the payroll results ? : abap hr