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
What is lock objects? : sap abap data dictionary
How to debug rfc function module?
Explain the table, which contain the details of all the name of the programs and forms?
Explain the advantage of structures?
How do you display a data in a detail list?
What are the different types of views in sap? : abap data dictionary
How can one distinguish between different kinds of parameters? : abap modularization
How many types of size categories and data classes are there? : abap data dictionary
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
Explain the difference between domain and data element? What are aggregate object?
what is difference between (internal table types)standard table and sorted table in sap abap....
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
What is the diff between database view and maintenance view?
How to define selection screen?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.