Application Development 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: 

Copying all materials from existing plant to new plant

Former Member
0 Kudos

Hi Experts,

I have a requirement to create a new plant which is a copy of existing plant. In this process all the materail master, vendor schedule lines, info recors, purchse order, source list, sales orders, contracts data needs to be copied to the new plant.

I am working in SAP 3.1 version. This data updation is one time activity.

In order to update this master data & transaction data do we need to write a new BDC programs? we don't have LSMW in SAP 3.1 version. Is there a standard way of doing data updation using sap provided transactions to the new plant? I gone through couple of threads and they are suggesting CAT tool(Tcode SCAT) to update this data. Can we use CAT tool in Production system?

If i think about writing BDC program, its a lengthy process to implement.

Please help me <removed by moderator> with your suggestions to go about this. Appreciate your <removed by moderator> response.

<removed by moderator>

Thanks in advance,

Satish.

Edited by: Thomas Zloch on Dec 1, 2011 12:14 PM

4 REPLIES 4

JL23
Active Contributor
0 Kudos

LSMW was not in the standard delivery package of 3.1, but can be downloaded for free from SAP.

Do you have already the BAPI BAPI_MATERIAL_SAVEDATA in your system.

This would be the quickest and easiest solution.

A small ABAP that loops thru your materials and calls the BAPI to extend the materials to the new plant

Former Member
0 Kudos

Hi Jurgen,

Thanks for your reply.

The BAPI BAPI_MATERIAL_SAVEDATA is doesn't existed in SAP 3.1 version.

Please suggest me if there any alternative way of doing this.

Thanks,

Satish.

JL23
Active Contributor
0 Kudos

I think you can use report RMDATIND and CATT for transaction MMZ1 should be possible too

Former Member
0 Kudos

Hi Satish,

Please go through the below article and see if any of the methods is of use.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70de9d61-0b97-2d10-7fbd-b64f742af...

Thanks,

Manish