Can any one tell me the exact difference between BAPI and
RFC.
Answer Posted / raj
In Bapi, You create business objects and those are then registered
in your BOR (Business Object Repository) which can be accessed outside the
SAP system by using some other applications (Non-SAP) such as VB or JAVA
In this case you only specify the business object and its method from
external system, in BAPI there is no direct system call. while RFC are direct
system call
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are the modes in lock objects? : sap abap data dictionary
Why grouping of fields is required? What is the max no of modification groups for each field?
What is a help view? : abap data dictionary
What are the different types of parameters? : abap modularization
What is an update task? : abap modularization
In which cluster time results are stored? : abap hr
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are the types of subroutines? : abap data dictionary
What is page window?
What are internal tables? How do you get the number of lines in an internal table?
What is a type group?
Explain the difference between cluster tables and pool table?
What are the drill-down features provided by abap/4 in interactive lists?
How do you find if a logical database exists for your program requirements?
What are the properties of selection screen?