Application Development 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: 

how can i copy ZXXXX from client QA to ZXXXX in client DEV

Former Member
0 Kudos

how can i copy a sapscript ZXXX from client QA or PRODUCTION to DEVELOP.

i tried the options utilities-copy from client and its not working

1 ACCEPTED SOLUTION

Former Member
0 Kudos

i tried this and i get this answer:

"form ZXXX language * is not available in client 200"

and the form is available and its in en.

thanks.

8 REPLIES 8

Former Member
0 Kudos

hi,

in se 71 - > utilities - > Copy from client

speficy source form name ZXXX

client qa

target zddddd

then execute

cheers,

sasi

Former Member
0 Kudos

HY,

U CAN USE THIS PROGRAM <b>RSTXFCPY</b> GIVE THE CLIENT NAME OF THE QA OR PRODUCTION SERVER AND THE DEVELOPER SERVER.

REGARDS,

KARTIKEY RAWAT.

Former Member
0 Kudos

for transport across systems u will need transport requests....client copy will work on the same system...(as far as i know)

check these

http://help.sap.com/saphelp_erp2004/helpdata/en/d1/80317d454211d189710000e8322d00/frameset.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/ec/339a3d20ced652e10000000a114084/frameset.htm

rgds,

PJ

Message was edited by: Priyank Jain

Message was edited by: Priyank Jain

Former Member
0 Kudos

Hy,

I think u might not be having the rights to do so, u have to contact u'r <b>Basis</b> guy.

Regards,

Kartikey Rawat.

Former Member
0 Kudos

i tried this and i get this answer:

"form ZXXX language * is not available in client 200"

and the form is available and its in en.

thanks.

0 Kudos

From QA or Peoduction you can download using reeport RSTXSCRP to your local PC.

Then upload on developemnt box using same report.

Make sure you give correct parameters while downloading and uploading.

Cheers.

0 Kudos

hi,

did you check whether the from exists in client 200 (it should be copied) or else try with sanjay method,

Execute RSTXSCRP program in client 200

Select Form

OBJECT Name : ZXXXX

Mode : Export

dataset name : c:/temp

- > F8

then create one sapscript in SE71 (just name is enough say Zyyy)

goto RSTXSCRP

Execute RSTXSCRP program in client development

Select Form

OBJECT Name : ZYYYY

Mode : IMPORT

dataset name : c:/temp

cheers,

sasi

0 Kudos

thanks it's work