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 / 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 |
What are the types of subroutines?
Can we create a database table through a report?
Do you use select statement in loop end loop, how will be the performance? To improve the performance?
what is ment by buffering?
Describe ALV Report
What is direct input method ?
What are field groups?
how COLLECT and APPAEND works ,,
What are internal tables?
Print options in smartforms?
how can you call a function module in smart form..??
what is difference between User Exit and BADI