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


Please Help Members By Posting Answers For Below Questions

In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary

712


What is a data class? : abap data dictionary

634


Why do we use dynamic where conditions?

876


What is the difference between internal tables and extract datasets? : abap modularization

672


What is an interactive report? What is the obvious difference of such report compared with classical type reports?

563






What are table clusters?

601


How many types of size categories and data classes are there? : abap data dictionary

611


i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?

1726


What is append structure?

546


What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary

575


Normally how many and what files get created when a transaction program is written?

565


What is meant by performance analysis? Have done anything to improve the performance?

558


What are the system table used in abap?

592


Name some data dictionary objects?

559


What is maintenance view?

598