. 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 |
Can a domain, assigned to a data element be changed? : abap data dictionary
Can ‘where’ clause be used when updating database entries?
Can any one tell me the exact difference between BAPI and RFC.
Difference between call transaction & session method? which of these methods can be best used in background process?
How will you add colour in a row using ALV ?
Select option?
What is the difference between table and template?
what is check table..what is domain?
How can I make a differentiation between dependent and independent data?
What is an “on request field” statement?
How can we achieve MVC ?
what is eqult Hide?