‎2006 Jun 27 4:29 PM
Hi everybody,
I have a script by name YRSCRIPT_INV in production server.I have a script in Development server with the same name, But i want the script in the production to be copied to the client with someother name.Is it possible to do that?
‎2006 Jun 27 4:35 PM
Hi Vardharaj,
You have a script with the same name in both production and development .Do you want to copy from prd to dev or dev to prd ? What ever it is , just copy it with a newname and assign the transport request name to the new form and then you can transport it .
Regards,
Varun.
‎2006 Jun 27 4:39 PM
RSTXSCRP cannot be used to copy a prg with same name, i need the script in the development server also & i want to know how to copy it...
‎2006 Jun 27 4:35 PM
‎2006 Jun 27 4:51 PM
Download sapscript in PRD and upload in DEV with report RSTXSCRP.
Regards
‎2006 Jun 27 4:59 PM
I can download the script with the same name or different name...if i upload the file with same name then it will overwrite the original one...if i upload the file with different name then it gives some error & i am not able to upload the same...
‎2006 Jun 27 5:36 PM
Download YRSCRIPT_INV from prd server using RSTXSCRP, open the file in notepad find&replace YRSCRIPT_INV with another name of same length and upload in dev with the new name.
If there are errors again, change the sysid and client in the file to dev system an client.
Regards
Sridhar
‎2006 Jun 27 6:07 PM
You can too copy original to ZAUX_FORM, upload from PRD, copy 2nd to ZPRDFORM, and back ZAUX_FORM to original name.
Regards.