What is the exact difference between RFC and BAPI ?
Answer Posted / siva
rfc is remote anable function module we will create the
function module in function builder and through this we
will call the other system directly.
Bapi is sap's standard interface we will create bapi
interface in bor all the business objects will register in
bor its purely oops based it allows the third party to
access the sap system.
and in bapi third partie's are able to access,
in rfc we will access the other system.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to see the table output?
Why lsmw does not support call transaction method? : abap bdc
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What are the different types of work process?
What are screen painter and menu painter? : abap hr
What is a 'z' report?
wat is the difference between A-gate & W-gate?where are they used?
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
How do you execute the payroll
What is the use of enqueue function module? : sap abap data dictionary
Which commands are used for interactive reports?
What is “call mode”?
How can we set the table spaces and extent sizes? : abap data dictionary
Can I execute user exits? If yes, how?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?