‎2006 Sep 07 11:54 AM
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
‎2006 Sep 07 12:02 PM
you ask your BASIS people. they will make the production data available at your development server as well.
Regards
Srikanth
‎2006 Sep 07 12:02 PM
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
‎2006 Sep 07 12:08 PM
This is not possible in display mode. I production server, I cannot open the table in change mode.
How to resolv this.
Regards,
‎2006 Sep 07 12:05 PM
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
‎2006 Sep 07 12:07 PM
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.