what is diff between idocs,bdc,rfc and bapi. give real time
answer
Answer Posted / sateesh
idoc:intermediate documentation
the main purpose of IDOC is to maintain the same data in
differenr servers.
BDC: batch data communication
it is used to upload the Flat file(records) into database by
using batch inputmethods(call transaction,session).
* BDC is screen level processing(if any changes occured
during upgration then it will FAILS).
BAPI: it is the advansed concept for BADI .
Bapi is not a screen level processing we can upload the data
by using bapi.
EG: i want uplod materialmaster data by using BAPI.
for that i am using bapi"BAPI_MATERIAL_SAVEDATA".
RFC: Rfc is used to communicate sap system to legasy system.
by using rfc we can create destination(tcode: SM59).
*we can create RFC then put into a Business
Object(tcode:swo1) then it is converted as BAPI.
Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
What is the difference between RETURNING and CHANGING parameters for a method?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What is the full form of spro? : sap abap hr
What is the function of the correction system? : abap data dictionary
What is meant by performance analysis? Have done anything to improve the performance?
How would you define the exponents for a type ‘f’ field?
Why do we need enhancements?
5) How to rereive text elements in SF and script?
What is an update type with reference to a match code id?
what are the important fields while preparing sales order,inquiry?
What is the differences between abap and ooabap. In which situation we useooabap?
Difference between sy-tabix and sy-index?
What are the different types of views in sap? : abap data dictionary
Explain the different types of mode (run code) in call transaction method?