What is the exact difference between RFC and BAPI ?
Answer Posted / guest
RFC is a type of function module use to call the function
module from remote system, where as BAPI is also RFC but
provides higher level of abstraction, that is BAPI is a RFC
with object oriented wrapping around it and is implemented
as a method of business object.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the events in classical reports?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
Is it possible to run host command from SAP environment? How do you run?
What are the modes in lock objects? : sap abap data dictionary
how to read the standard field value in your custom program.
Difference between select option and ranges ?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
How can you access the function code from menu painter?
What are conversion routines? : abap data dictionary
Name some system global variables you can use in abap programs?
When, how and how would you control changes to standard SAP objects.
foreign key enforcement?
Define abap/4 layer?
What is value table? : abap data dictionary
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?