cancel
Showing results for 
Search instead for 
Did you mean: 

How to Copy Application data from Prod to Another System

Former Member
0 Kudos

If I want to copy only certain portions of application/transaction data to another client on a different system (i.e. copy Prod Client 500 data to QA client 200) , what is the best method for doing so? Is it possible, or do you have to copy everything (either the entire database, or just all of the application data, etc.)?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you can perform client copy

http://help.sap.com/saphelp_47x200/helpdata/en/69/c24c4e4ba111d189750000e8322d00/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/ff/9be1817d811c41985662da25061f98/content.htm

There are two different profile for application data, but they include customizing.

SAP_APPL Customizing and Application Data w/o Change Docs

SAP_APPX SAP_APPL Without Authorization Profiles and Roles

steps :

http://www.sap-img.com/bc049.htm

If you determine that some tables should not be copied during a client copy, you may exclude them. Run tcode SA38 -> RSCCEXPT. The report displays the exception list where you have to include the table that must not be copied due to technical reasons. Keep in mind that the flag in the display behind the table should be marked with 'X'. (see Note 70290)

Else

you if you want to copy everything including database thn u can perform system copy/ system refresh

cheers

dEE

Edited by: Deep Kwatra on Nov 19, 2008 8:16 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Excellent. Research indicated a remote client copy was a good method, I was just concerned that you had to copy all application data, I wasn't aware you could define exceptions. Thank you very much.