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
What are the differences between session method and call transaction method? : abap bdc
What is a data dictionary? : abap data dictionary
What are the different types of abap/4 programs?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
What is SAP Data conversion ?
Which FM do you use to find out who is reporting to whom
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
How to debug rfc function module?
Explain get cursor field?
What is the meaning of sap r/3?
What is synchronous update?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
Did you use buffering?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc