‎2008 May 30 11:03 AM
Hi frnds,
i had made changes to an existing sap script and its attached
driver program i.e a z report.
my testing in development server is working fine
but when i transport my request to test in test system(server)
the changes made in the report is reflected but the script
changes remains same as before and the output is incorrect.
my dev server is diffrent and testing server is different.
plz help me how to transport so that the changes can be reflected in testing server.
note:- while changing existing sap script it didnt ask
any new tr request.
thnx
‎2008 May 30 11:05 AM
‎2008 May 30 11:07 AM
‎2008 May 30 11:08 AM
Hi Daniel,
Copy the form from your dev system to designation system. using the below program.
RSTXFCPY - Copy Forms Between Clients
Check the below link
[http://help.sap.com/saphelp_45b/helpdata/en/68/897415dc4ad111950d0060b03c6b76/content.htm|http://help.sap.com/saphelp_45b/helpdata/en/68/897415dc4ad111950d0060b03c6b76/content.htm]
‎2008 May 30 11:28 AM
Hi Daniel,
This is because ur script changes has not been transported to higher system. Do one thing. Create a new TR in SE01/SE09.
Next place the cursor on the TR and press Include objects button in tool bar.
U will get a pop up. Select last radio button(Freely selected objects). In next screen select Selected objects radio button.Next u will get a expanded screen. Here enter FORM in input enabled field(2nd field) and press enter. In next input field give ur script name. Press execute. Save and come back. Now Transport this TR and test in ur system. It will work fine.
Thanks,
Vinod.