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
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are the update types possible? : abap data dictionary
What do you mean by transparent tables in sap abap? : abap data dictionary
Which objects are independent transport objects? : abap data dictionary
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
Explain get pernr concept when we use logical data base? : abap hr
How many primary keys can be created for a table?
What is the difference between semi-monthly and Bi-weekly payroll area
How are BAPI different from Normal function modules ?
What are internal tables? How do you get the number of lines in an internal table?
What are the two ways for restricting the value range for a domain? : abap data dictionary
What is Field group?
What is the bitwise operator in the sap abap?
What are the 2 other types of views, which are not allowed in release 3.0?
What is static attribute