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
10) How to get Item Header in Sales Order?
How many ways you can create table? : abap data dictionary
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
How to split one Invoice into Multiple ( Step by Step)?
What is the basic difference internal tables and database tables? : abap data dictionary
Explain about drill down report?
What is the difference between Check and Continue?
Final class
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What is the use of program rsbdcsub? : abap bdc
What are the advantages of abap query tool?
What is sap script? Describe its components.
When is the top-of-page event triggered? : abap data dictionary
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
How do you write manual bdc session method? : abap bdc