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
What are different data types in abap/4?
Explain the disadvantage of using exec sql statement in abap?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What is the abap program name to process the batch input session automatically? : abap bdc
What are the different types joins?
What is the significance of delivery class?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
How would you define the exponents for a type âfâ field?
Why bapi need then bdc ? : abap bdc
What are the parameters in bdc_insert? : abap bdc
How can we create callable modules of program code within one abap/4 program?
What is the difference between field-group header and other field groups? : abap modularization
Create any functions? How to go about it?
How can end-of-selection be used?
How to debug a script in abap?