Hi All,
Can u tell me the difference between RFC and BAPI. I know
Both are remote enabled.
Answer Posted / malli.gontla
BAPI methods are RFC enabled function modules. The
difference between RFc and BAPI are business objects. 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 u 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.Some BAPIs provide basic functions and can be
used for most SAP business object types. These BAPIs should
be implemented the same for all business object types.
Standardized BAPIs are easier to use and prevent users
having to deal with a number of different BAPIs.BAPI is
having all Key fields, methods, interfaces etc.
regards
malli.gontla@gmail.com
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
What are internal tables? How do you get the number of lines in an internal table?
How many lists can a program can produce?
What are the functional modules used in sequence in bdc? : abap hr
Exception handling and how does it transfer from called method to calling method?
What are the types of the software component being deployed in the sap?
What are the basic components of dialog program?
What are the events used in interactive reports?
What is asynchronous and synchronous update?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
what are the important fields while preparing sales order,inquiry?
Can we set page headers to details lists?
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 is pass by value and what is pass by reference? Which is better?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?