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 exact code that shoud be implimented in sap note
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What are the dynamic actions and how to configure it? : sap abap hr
What is singleton pattern in OOPS?
What are the differences between macro and subroutine?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
what are the two methods of modifying sap standard tables? : abap data dictionary
Explain the different types of data dictionary objects?
What is abap work bench?
What are the different types of parameters? How can you distinguish between different kinds of parameters?
Write the bdc table structure? : abap bdc
What are the two ways for restricting the value range for a domain? : abap data dictionary
What is asap methodology? : sap abap hr
What are the aggregate objects in data dictionary? : sap abap data dictionary