Pls someone answer me this,
Can we acheive everything using OOPs? If not? What cant be
acheived?
Have you encountered any scenario liike, you cannot acheive
it using Function modules & can be acheived using Oops?
What is the advantage of BADI over UserExit?
Difference between BAPI and RFC?
Thanks in advance.
Answer Posted / hariharan
OOps has data encapsulation and other security feature in
default.rather in case of API(FM).
BADI - you may have many instance for the same class rather
for same enhancement.order of execution is SAP specific.
User EXIT- you can have only one instance for a pirticular
enhancement.
BAPI - ALL bapi are RFC enabled Function module, but all
RFC enabled Function modules are not BAPI. BAPI is designed
by SAP for specific operation like(Material master Creation
BAPI etc.)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between call by value and call by reference? : abap data dictionary
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
How to write a code in tab control? : abap bdc
What is asynchronous update?
What is dialog module?
What is SAP Data conversion ?
Are you familiar with all steps for setting up a workflow?
What is the basic difference internal tables and database tables? : abap data dictionary
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What is a size category? : abap data dictionary
Define database layer?
Have you set up a back ground job ? How to create a background job without a variant ?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What are the sequences of event block?