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

Copying Production Data into Development.

Former Member
0 Likes
2,103

Hello,

There are some FI postings that have been done via transaction F-42 for the month of September 2011 in Production system.

My client requires a copy of those entries posted from production to development server.

They are not ready for a Client-copy at any cost due to space constraints.

Is then any other solution via which I can transfer the entries from Production to development server ?

Regards,

Danish.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,767

This is similar to migrating SAP data when integrating several existing SAP systems: If you need more than a 100 or so documents .

The steps are:

Extract the data you need via Query or other tool.

Load it via LSMW into the system you want.

The challenge will be getting the master data correct as it may not be true that the data is the same.

Hello,

There are some FI postings that have been done via transaction F-42 for the month of September 2011 in Production system.

My client requires a copy of those entries posted from production to development server.

They are not ready for a Client-copy at any cost due to space constraints.

Is then any other solution via which I can transfer the entries from Production to development server ?

Regards,

Danish.

6 REPLIES 6
Read only

Former Member
0 Likes
1,767

Hi,

If you know from which tables you require the entries then you can retrieve the data from those tables from production server.

Let me know if know the tables involved, so that i can give you that solution.

If you dont know the tables then we have look for different solution..

Regards,

Rahul

Read only

0 Likes
1,767

Hi,

It is very much risky to insert data into accounting tables like BKPF, BSAS, BSIS etc. It is not possible to get all the SAP tables which are updated during this transaction.

Regards,

Danish.

Read only

0 Likes
1,767

Hi ,

Dont Create entries in Development using Production Data , because there are many tables where entries get created and updated during Posting . if you do so You will wasting your time in Debugging the data . if you don't get correct Result .

It is better to do all Process again in development -Create same Senario in Development .

ASK your functional team member do entries again via transaction F-42 .

regards

Deepak.

Edited by: Deepak Dhamat on Oct 12, 2011 12:28 PM

Read only

0 Likes
1,767

A very big gun is the SAP add-on product TDMS (test data migration server), which allows transfer of reduced data between production and other systems. If you are regularily facing issues like this, it might be worth a look (search for additional information on SCN and the SAP marketplace).

Otherwise you would have re-post the documents in development e.g. using a download from production and an upload via LSMW. Takes some time to build, but can be re-used as needed.

Thomas

Read only

0 Likes
1,767

Hi,

We have found that there are hardly 12 entries in production for the month of September 2011.

Client has agreed to post the entries manually in development as it will take hardly 30 minutes to post the entries.

Thanks Guys.

Regards,

Danish.

Read only

Former Member
0 Likes
1,768

This is similar to migrating SAP data when integrating several existing SAP systems: If you need more than a 100 or so documents .

The steps are:

Extract the data you need via Query or other tool.

Load it via LSMW into the system you want.

The challenge will be getting the master data correct as it may not be true that the data is the same.