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 difference between check table and value table ?
Different between Interface and Abstract classes?
Create any functions? How to go about it?
Why are insert and append statement used in sap abap?
Are you familiar with all steps for setting up a workflow?
What is maintenance view?
Can there be more than 1 main window in sap script?
What are the modes in lock objects? : sap abap data dictionary
Explain how do you use structures in the abap programs?
Can a domain, assigned to a data element be changed? : abap data dictionary
What is read line in abap?
Explain sap abap 3-tier architecture?
What is a database view? : abap data dictionary
What are the types of the programming language used in the sap abap software?
What is the disadvantage of a call by reference? : abap modularization