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

sap script

Former Member
0 Likes
513

Hi,

we have two clients in the development system, client 200 and client 202. Usually when we develop a report in client 202, the same changes used to reflect in the client 200 and we used to test the report in client 200. Test data is there only in client 200 but no data in client 202. So we used to test the report in client 200 after modifying the report in client 202.

But for sap-script when i modify the script in client 202 those changes are not reflecting in client 200. So can't able to test the script. I don't have authorization to change the script or any other in client 200. I can't able to copy the script from client 202 to client 200 everytime i do modifications. I have to do lot of modifications and to test i can't always copy the script from client 202 to client 200 to test the script whether the modifications are working or not.

Is there any other solutiong for this.

Any help will be appreciated.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

U can transport the scripts from one client to another and after you would be able to see the details.

Transaction SCC1.

Message was edited by: Anurag Bankley

5 REPLIES 5
Read only

Former Member
0 Likes
485

U can transport the scripts from one client to another and after you would be able to see the details.

Transaction SCC1.

Message was edited by: Anurag Bankley

Read only

Former Member
0 Likes
484

Hello Prasad,

Use the Tcode SCC1 to transport the script from client to another.

If useful reward.

Vasanth

Read only

Former Member
0 Likes
484

No other way, you need to copy from one client to another client.

reg

rams

Read only

former_member206396
Active Participant
0 Likes
484

yar prasad,

no other way, you have to use SCC1 itself.

OR Else

put request for authoriztion for 200

Read only

Former Member
0 Likes
484

Hi,

You can use this standard program RSTXR3TR - Transport Program For SAPscript Transport Objects. By this you can transport.

Points...