What is the Procedure for BDC?
Answers were Sorted based on User's Feedback
Answer / lavanya
Steps that are required to be followed:
1) Analyse the file.
2) Analyse the tcode
3) Declare an internal table BDCDATA
4) Move the data from flat file to the internal table.
5) Populate the internal table.
6) Run the Data transfer program
Thanks .
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Companies in India which are working in SAP-ISU?
What are the check tables?
Append structures in tables, what happens when version is upgraded ?
Does sap handle multiple languages?
variant attached in the report. can be transportable from one server to another server
What will happen if we run call Transaction in BDC for large volume of data?
2 Answers Thomson Reuters, Vinyl Tubes,
how ro trigger a top of page in alv report?
Explain the different types of data dictionary objects?
Tcode for SNIP?
In select-options,how to make high as madatory.....?if we use obligatory we'll get the low as madatory by default?
What are the steps to execute session method?
what is difference between user exit, customer exit and badi?