. 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
How do you convert non-char field into char type fields ?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
When value table becomes check table?
What is a size category?
Did you create secondary index?
What are the events used in abap in the order of execution?
How table control cn be generated using bdc? : abap bdc
How many ways can a sap system be accessed?
How to read files and process BDC's automatically ?
What are differences between at selection-screen and at selection-screen output?
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
What functions does a data dictionary perform? : abap data dictionary
Why grouping of fields is required? What is the max no of modification groups for each field?
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization