What is the diff b/w RFC enabled Functional Module and BAPI?
Answer Posted / umashankar
BAPI and RFC enable function module works in similar way.
But when we create BAPI that will be registered in BOR in
SAP. The main difference the way how we will call from out
side of SAP. For RFC we need call directly which is static
method of calling. But for coming to BAPI we need to create
object which is present in BOR and the same object can be
called several times with single instance this will apply OO
concept
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
In what ways we can get the context sensitive f1 help on a field?
Differentiate between transparent tables, cluster tables and pooled tables
Module Pool Programming: Events and Table Control handling.
What are the client dependant objects in abap / sap?
What are the modes in lock objects? : sap abap data dictionary
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What is the difference between Check and Continue?
How does the system handle roll areas for external program components?
How can we create callable modules of program code within one abap/4 program? : abap modularization
What are the differences between macro and subroutine?
What is the diff between database view and maintenance view?
What are the layers of data description in r/3? : abap data dictionary
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What is an “on input filed” statements?
What is step-loop? Explain all the steps?