Application Development and Automation 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: 
Read only

transporting sap script..urgent

Former Member
0 Likes
630

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

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
604

hi,

u can transport script using SCC1.

Read only

Lakshmant1
Active Contributor
0 Likes
604

Hi Daniel,

Check program RSTXTRAN

Thanks

Lakshman

Read only

Former Member
0 Likes
604

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]

Read only

vinod_vemuru2
Active Contributor
0 Likes
604

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.