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 precautions or prerequisites do you follow to update a record into database table and how
how can we enable hyperlink in screen painter?
Explain the difference between free and refresh?
Do you know any other patterns if yes.. explain
How to upload data using catt ? : abap hr
How to find Kernal badi ?
What is the difference between sum and collect?
Explain the difference between get and get late?
Define database layer? : abap data dictionary
What is the use of abap data dictionary? : abap data dictionary
How do you use structures in the abap programs?
What is the difference between the exits created in M.M and S&D?
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
Explain the use of insert and append statement in sap abap?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization