. 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 |
What is the collect statement?
What are the two statements which are required in an abap program to output an icon using a write statement?
sort statement can sort?
When you prefer lsmw?
What does the ‘suppress dialog’ do?
what is Import and Export Memory?
How you can perform field-validation in your dialog program ?
I have two structures s1 and s2 have same struture of five fields each how can u transfer data from s1 to s2
Write special commands of list?
How to eliminate duplicate entries in internal tables? : abap data dictionary
What is the difference between open sql & native sql ?
what is the difference between message type and basic type