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
How the transaction that are programmed by the user can be protected?
What does the extract statement do in extract datasets?
How did you transfer legacy data in the mid of the financial year (us) to the sap system? : sap abap hr
What are the functional areas? User groups?
What is a function group? : abap modularization
What are the function modules used in f4 help?
Explain how data is stored in cluster table?
What are th control break events in abap?
What are hashed tables?
Explain what are standard layouts sets in the sap script?
Where do you find info on new developments in SAP?
What are the requirements a dialog program must fulfill?
What are the different types of work process?
What are the page headers for secondary lists?
How many structures can be created in a Ztable ?