Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC

Former Member
0 Likes
316

Hi gurus,

1. What is the data Migratio procedure

2. What FM we have to use for data migration

3. where is the flat file stored

Thanks in Advance

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
293

Hi,

Go through the complete SAP Documentation on DATA UPLOAD programs like BDC and LSMW.

We use bothe BDC and LSMW for data migration.

In BDC there are gain 2, 3 types are there, Depending on the type we use different fun modules.

Flat file is the data file which client gives to you with the data that is to be uploaded into SAP.

Reward if useful

Regards,

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
293

Hi Ravi,

My answers....

1. What is the data Migratio procedure.

A). First is to anlayze the data to be migrated and make sure that all the pre0migration steps like data mapping, data cleansing, data massaging is done and the data is read to be migrated. Determine the number of records and the type of data to be migrated. Identify the method to migrate.

2. What FM we have to use for data migration

A). If its session method then it is BDC_OPEN_GROUP, BDC_INSERT, BDC_CLOSE_GROUP. If its call transaction then it is CALL TRANSACTION

3. where is the flat file stored

A). Depends it could be either on presenation server or Applications server.

Cheers

VJ

Read only

Former Member
0 Likes
294

Hi,

Go through the complete SAP Documentation on DATA UPLOAD programs like BDC and LSMW.

We use bothe BDC and LSMW for data migration.

In BDC there are gain 2, 3 types are there, Depending on the type we use different fun modules.

Flat file is the data file which client gives to you with the data that is to be uploaded into SAP.

Reward if useful

Regards,

Anji