‎2008 Jul 16 5:58 AM
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
‎2008 Jul 16 6:03 AM
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
‎2008 Jul 16 6:01 AM
‎2008 Jul 16 6:03 AM
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
‎2008 Jul 16 6:05 AM
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
‎2008 Jul 16 7:10 AM
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
‎2008 Jul 28 8:10 AM
SCC1 is the tocde used to transfer the form from development client to the testing client.
‎2008 Jul 29 6:55 AM
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
‎2008 Jul 29 7:02 AM
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.
‎2008 Jul 29 7:06 AM
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
‎2008 Jul 29 7:39 AM
SCC1 is the tocde used to transfer the form from development client to the testing client.