cancel
Showing results for 
Search instead for 
Did you mean: 

Move data

12-06-2011 9:06 AM
469 views 7 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Dear Experts,

I need to move Master data from one company to new one.

I need to move Business partner and Items.

What is the best solution ?

Giuseppe

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

You may check this thread......

Regards,

Priya

Answers (4)

Answers (4)

Former Member
0 Likes

Dear Giuseppe,

There are more than one option if the volume of master data is not too high. How many records do you need to move roughly?

Thanks,

Gordon

Former Member
0 Likes

Hi Giuseppe,

As been said, you could use DTW. If you want automated way to do this, you could create add-on utilizing DI API. However, if you don't want to involve in programming at all, I believe there is a newest tools from SAP called B1iSN which is perfect fit for your case.

Best Regards,

Hendry Wijaya

Former Member
0 Likes

DTW do not have any export option.

vasileiosfasolis
Active Contributor
0 Likes

Hi

DTW is used only for importing data to SAP

in order to export them you can use many ways such as

select itemcode.......

or

by using the Microsoft management studio if you use MSSQL. there is an option that you can export specific tables

Former Member
0 Likes

Hi

Best way is Export the Item Master from one DB(Eg: select ItemCode,ItmsGrpCod, etc... from OITM) and Import to another DB via DTW. For BP Master also proceed the same way.

Regards,

Sudhir B.

vasileiosfasolis
Active Contributor
0 Likes

Hi Giuseppe

the only solution is by using DTW

thanks