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

SapScript version recover

Former Member
0 Likes
820

Hello friends!!!

Does anyone knows how can I recover an older version of a SapScript form???, the one in the development environment is changed and released and I need to go back to the one in production envionment...

Thanks in advanced!!!

Frinee

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
731

HI Frinee,

Unfortunately there is no such thing as version control for SAPscript. However your problem can be easily solved by using program RSTXSCRP. In the production environment you can use this program to download the script to the frontend, in your development system use the same program to upload the sript again.

Kind regards,

John.

3 REPLIES 3
Read only

Former Member
0 Likes
732

HI Frinee,

Unfortunately there is no such thing as version control for SAPscript. However your problem can be easily solved by using program RSTXSCRP. In the production environment you can use this program to download the script to the frontend, in your development system use the same program to upload the sript again.

Kind regards,

John.

Read only

0 Likes
731

Hi John!!

Thanks for your answer!, I just tried running program RSTXSCRP, when I run it from the development system (Import) it says "OBJECT CANNOT BE OVERWRITTEN"... what do you think can be wrong???

Thanks!!!

Frinee

Read only

0 Likes
731

John!!!

I tried again, it work perfectly in that client, I guess I had a misspelled word in the form name... Thank you very much!, first time I work with sapscripts and there are lots of things I'm figuring out,

Thanks again,

Frinee