Answer Posted / sandeep
RFC
RFC is a Remote function call function module. we sent data from one system to other system by using of RFC.
RFC consists of two interfaces :
A calling interface for ABAP Programs
A calling interface for Non-SAP programs.
BAPI
BAPI (Business Application Programming Interface) is a set of interfaces to object-oriented programming methods that enable a programmer to integrate third-party software into the proprietary R/3 product from SAP.
For specific business tasks such as uploading transactional data, BAPIs are implemented and stored in the R/3 system as remote function call (RFC) modules.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain get pernr concept when we use logical data base? : abap hr
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
Can i know some of the Realtime tickets that anyone has been faced ?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What are extracts?
Define external layer? : abap data dictionary
What are null values? : abap data dictionary
Where do you find info on new developments in SAP?
How do you process errors in session method ? : abap bdc
What are the prerequisites for creating foreign key relationship?
Performance tuning techniques
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
Can we include customizing include or an append structure with pooled or cluster tables?