. 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
Type casting and error handling
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
Explain buffering
What is the basic difference internal tables and database tables? : abap data dictionary
Give examples of transparent table?
How does the system handle roll areas for external program components?
What is sapnet?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
How can we omit a leading sign and a leading zero in sapscript?
What is the difference between open_form and close_form?
What are the check tables and value tables?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What is the difference between rfc and bapi function modules? : abap bdc
Explain how to create any functions?
What is bdc? : abap bdc