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

how to transfer scripts

Former Member
0 Likes
1,513

hi gurus how to transfer scripts from dev client to test client , some people r telling RSTXR3TR , RSTXSCRP , SCC1 . wish one is beter , wish one we r using in realtime explain me plz

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,379

Hi

SAPscripts are cleint dependent.

You have two development clients, ex, Client 100, client 200

Now all your changes are done in client 100 but test data available only in 200, since scripts are cleint dependent automatic cascading is not done(means, if you change a program in 100 it reflets it in 200 once you activate it) this is not possible in SAPscripts..

Once you finish your changes in 100, goto se09 and find the lower transport request number.

use program RSTXR3TR, execute.. give transport number, IMPORT and execute

Now login to client 200, program RSTXR3TR, execute.. give transport number, EXPORT and execute

Now all changes will be reflected in client 200.

With Regard

Nikunj Shah

9 REPLIES 9
Read only

Former Member
0 Likes
1,379

SCC1

Read only

Former Member
0 Likes
1,380

Hi

SAPscripts are cleint dependent.

You have two development clients, ex, Client 100, client 200

Now all your changes are done in client 100 but test data available only in 200, since scripts are cleint dependent automatic cascading is not done(means, if you change a program in 100 it reflets it in 200 once you activate it) this is not possible in SAPscripts..

Once you finish your changes in 100, goto se09 and find the lower transport request number.

use program RSTXR3TR, execute.. give transport number, IMPORT and execute

Now login to client 200, program RSTXR3TR, execute.. give transport number, EXPORT and execute

Now all changes will be reflected in client 200.

With Regard

Nikunj Shah

Read only

Former Member
0 Likes
1,379

Hi,

SCC1 is mostly use in realtime.

Plz. Check the links for detail,

[http://help.sap.com/saphelp_46c/helpdata/en/36/b723a7209a31f2e10000009b38f984/content.htm]

[http://www.saptutorials.com/term/110858,1,xhtml]

Regards,

Anirban

Read only

former_member787646
Contributor
0 Likes
1,379

Hi

Use

Program: RSTXSCRP to copy the SAP script from one server to another server.

Tcode: SCC1 to copy the SAP Script from one client to another client.

Hope this would help you.

Murthy

Edited by: Kalyanam Seetha Rama Murthy on Jul 16, 2008 8:10 AM

Read only

Former Member
0 Likes
1,379

SCC1 is the tocde used to transfer the form from development client to the testing client.

Read only

Former Member
0 Likes
1,379

Hi,

U can use RSTXR3TR... as per my knowledge this is the best way to transport sap script...

Reward Points if useful

Raghunath.S

9986076729

Read only

Former Member
0 Likes
1,379

Hi

You have two development clients, ex, Client 10,AND 20

AFTER COMPLETION OF DEVELOPMENT WE HAVE TO TRANPORT SCRIPT DEVELOPMENT SERVER TO TEST SERVER...WHY BECAUSE SAPSCRIPTS ARE CLIENT DEPEDENT.

FIRST TAKE THE TRANSPORT NUMBER AND OPEN THE RSTX3TR AND EXECUTE. GIVE THE tr NUMBER AND IMPORT AND EXECUTE.

NOW THE WE CAN FIND THE CHANGES IN CLIENT 20.

plz reward me if useful......

Thanks,

jayan.

Read only

Former Member
0 Likes
1,379

HI

SAP script are client dependent and Smart forms are client independent.

so if u want to transfer SAp script by using program RSTXR3TR.

SSC1 copy the sap script form one client to another client.

rewards point's useful.

venu thaluri

Read only

Former Member
0 Likes
1,379

SCC1 is the tocde used to transfer the form from development client to the testing client.