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

Data migration strategy

Former Member
0 Likes
652

Hi Experts,

In our organization there was one sap server in which 8 company codes were running.

Now becouse of the company split 3 company code went into their new server

now new server is operational and they want their old data for reference(specially FI and MM related data).

Please suggest the best possible strategy to migrate data.

Regards

Bikas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
616

LSMW will be easy and will require less time.

3 REPLIES 3
Read only

Former Member
0 Likes
617

LSMW will be easy and will require less time.

Read only

Former Member
0 Likes
616

Hi,

You can use Bapi or BDC. First extract the data from old server to an internal table(s) and change the old company code with new one and upload the date using BAPI or BDC. For mapping old and new company code , you can use a Z table .

Read only

Former Member
0 Likes
616

Solved