Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary

1162


Explain the Inportance of pa30? : abap hr

1420


Explain Singleton class

1332


What are the arithmetic operators in the sap abap?

1135


What is the collect statement? How is it different from append?

1121


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.

2365


How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?

1261


What are interactive reports?

1121


When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?

1084


When, how and how would you control changes to standard SAP objects.

1919


What is the function of the correction system? : abap data dictionary

1117


What are the two methods for modifying sap standard tables?

1432


A subroutine can contain nested form and endform blocks. State true or false. : abap modularization

1361


What are the various events associated with screen programming?

1298


What are the different methods of passing data?

1257