. 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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / manu
You will have a local database of any particular related
workorder or workitem and all the related docs are attached
in that workorder. You can download those docs or sometimes
u will get them to ur email for analysis.
and coding technical specs is u need to understand the
specificaitons analyze and then need to discuss with the
client if u have any questions and need to prepare the
technical specs, u will have a template to proceed ..some
times...basically u need to ustand the flow and prepare the
tech specs.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manu
BADI is just an object-oriented version of user-exit.
Instead of entering program code into some function module
(as in customer-exit), you define some class which has to
implement predefined methods and those methods are fired at
predefined points just like an old user-exit. Some BADI can
have multiple independent implementations which is much
better for software deployment as several developers can
implement the same BADI independently.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / manu
BAPI is an interface which helps the extenal world to
communicate with R/3 via OOPS Programming, Where as
BADI/UserExists are used to enhance R/3 For customer Needs.
for example adding an additional text box in the Screen of
any transaction.
Is This Answer Correct ? | 3 Yes | 3 No |
with out doing any action how to go another screen ,means when ever control comes to that particular field this action has to be done?
2 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
How will you define org structure in MM?
what is difference between value table and check table?
Is there any method apart from bdc for data upload to sap? : abap bdc
How to find Kernal badi ?
what is Initialization Purpose?
SAP modifications and enhancements stored in which table?
What is the difference between a dialog program and a report?
How to convert Normal function module to RFC enabled Function Module?
What are plan versions used for? : sap abap hr
difference between enhancement and modifying
Give examples of transparent table?