What is the Procedure for BDC?
Answer Posted / rasapppan krishnamoorthy
The purpose of the Batch Data Communication is to transfer
data. The BDC can transfer data from one SAP System to
another SAP System or can transfer data from non-SAP System
to SAP System too. To transfer data BDC uses normal
transaction codes. Two methods are provided to BDC to do
this work. one is classical method or session and second
one is by using ABAP statement CALL STATEMENT USING. in
this method there is no need to create session.
Transfering data
................
Firstly, you will analyze the structure of the existing
data. Subsequently, your job is to specify the conversions,
which are essential to fill the SAP data structures.
Secondly, you have to generate the SAP data structure. In
case the program is written in ABAP, you will require only
the required tables in the concerned program with the help
of TABLES statement.
Thirdly, you will have to initialize the SAP data structure.
Fourthly, fill the structure with data, performing any
conversions and error checking that are required.
Finally, you will write the sequential file. In the SAP
system this sequential file is typically required for
making the data available to the batch input program.
thank u...
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is view? Explain the different types of view?
What are the different functions used in sap script? What are the parameters used in each function?
How is conversion of data types done between abap/4 & external level?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
When value table becomes check table?
What is the difference between internal tables and extract datasets? : abap modularization
What is output determination?
What happens Update command is used without where clause ?
What is database utility?
What are the uses of table pool or table cluster.
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
What is a table attribute? : abap data dictionary
What are dml commands in abap?
What are different types of parameters?
What is the difference between field-group header and other field groups?