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

Former Member
0 Likes
682

Hi Friends,

I would like to know, how to copy the data from a particular table (S012) from production server to Development server.

I want this, to test a customised report in development server, where there is no data in S012.

TIA.

Regards,

Mark K

5 REPLIES 5
Read only

Former Member
0 Likes
650

you ask your BASIS people. they will make the production data available at your development server as well.

Regards

Srikanth

Read only

anversha_s
Active Contributor
0 Likes
650

hi mark,

take SE11 and take ur table S012.

Display all the records in that table, now you can see a check box in the left side of the each record.

mark it.

then in the top tool bar take 'TABLE ENTRY'.

from that take 'TRANSPORT ENTRIES'.

then u can transport.

but for all these u need correct authorizations.

kindly award points if this helps you.

regards,

anversha.

anversha.shahul@wipro.com

Read only

0 Likes
650

This is not possible in display mode. I production server, I cannot open the table in change mode.

How to resolv this.

Regards,

Read only

uwe_schieferstein
Active Contributor
0 Likes
650

Hello Mark

If you can create a transport request on the production system the you can add to following entry:

R3TR TABU S012

As key for the TABU entry you can enter <client>*. When you export the request all entries for the given client will be exported.

Alternatively, you could call function module TABLE_ENTRIES_GET_VIA_RFC from your development system and fetch the data from the production. This requires a RFC destination (which we usually do not have because its from DEV -> PROD) and enough authorizations.

Last possibility: you download the entries from production into an Excel file. On the DEV system you create a (temporary) maintenance view for your table and copy&paste the entries into the view (or write a simple report).

Regards

Uwe

Read only

Former Member
0 Likes
650

Hi,

After locking the the table contents in transport request as mentioned in the previous post . You can copy the data locked in transport request using client copy SCC1 provided you have authorization.

Hope this helps.