cancel
Showing results for 
Search instead for 
Did you mean: 

Transport request after client copy from production to development....

Former Member
0 Kudos

Dear all,

We have development server with 250 client as sand box.

We have production server with 550 client. Some requests r directly created on production server.

Some ABAP programs , reports , TCodes , smartforms , configuration changes r done on production server directly for some cases . This should not be the correct way But now we want to rectify.

We have copied production server client 550 to development server. Now how to get exact tables with data in development server. There r some ztables also.

How to transfer easily & correctly those requests of smartforms,texts,configuration---- ?

What is the right way considering all effects ?

We have to check each request with all details to transfer .....

Pl' give easy way also.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,


We have production server with 550 client. Some requests r directly created on production server.

Production server must not modifiable,

don't allow any one to modify object on production server.

change the client setting in production server using SCC4.


We have copied production server client 550 to development server. Now how to get exact tables with data in development server. There r some ztables also

which data are you talking about. cross client data is not copy during client copy.


How to transfer easily & correctly those requests of smartforms,texts,configuration---- ?

two way.

- perform full system copy from production to development.

- import request in to development system which are created in production server.

but i think all request in production server is belongs to local request. first check that. you can not import it in development system ( no co-file and datafile created for local request)

regards,

kaushal

Former Member
0 Kudos

Thanks.

Pl' mention the right procedure/steps to rectify this problem.

It would be very useful.

Former Member
0 Kudos

Hi,

if you want to all data from production server to development server including program,script,smart forms etc are created/modified in production server than there is simple solution

- perform system copy from Production server to Development Server

download system copy document from service.sap.com/systemcopy

regards,

kaushal

Former Member
0 Kudos

Thanks.

But that is the last solution.

Client copy is done. 30-40 requests r there on production server.

customizing requests also to be transferred.

we r using SE09 to transport request with objects.

Former Member
0 Kudos

Hi,

i did not get you can you please explain in brief.

if customizing is done at production client , and you already perform the client copy to dev server then no need to import the customizing request in dev server. if customizing made after client copy than you need to import only newer request which are created after client copy.

regards,

kaushal

markus_doehr2
Active Contributor
0 Kudos

> We have copied production server client 550 to development server. Now how to get exact tables with data in development server. There r some ztables also.

A client copy won't copy the tables and the dictionary information, it will just copy the CONTENT of the tables.

I would have done a system copy which would copy all.

> How to transfer easily & correctly those requests of smartforms,texts,configuration---- ?

No "easy" way of doing that but manually by "knowing" what has been done.

Markus