Application Development 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: 

can we roll back to an older version in sap scripts ?

Former Member
0 Kudos

can we roll back to an older version in sap scripts ?

suppose i have made some changes in the existing code for the Script ,so i end up getting a revised version. but later i'm being told to get back to the older version . is it possible to activate the older version for SAP Scripts .?

3 REPLIES 3

Former Member
0 Kudos

Hi Rajesh,

Follow the steps..

1. In production, execute the program RSTXSCRP,

in sel.scrren - Object Name : give ur script name

mode : EXPORT

dataset name : blank

now execute,

2. It will ask for a filename, save the file as .TXT

-


3. In Devlopment, execute the same program RSTXSCRP,

in sel.scrren - Object Name : give ur script name

mode : IMPORT

dataset name : blank

now execute,

4. It will ask for a filename, give the same file which u have transfered from PROD

and execute.....

Now chk in developent....

These are steps to revert a script..

reply..

With Rgds,

S.Barani

Former Member
0 Kudos

Hi,

Welcome to SDN.

Sadly, there is no version management in SAPscript, so you won't be able to roll back your changes in that way.

The options are;

- Copy the script from another system in the landscape where no changes have been applied (there's an upload/download option in the SAPscript transaction)

- Find a transport that holds an older version of the SAPscript and import that.

- Manually remove the changes.

Regards,

Nick

ivan-ae
Explorer
0 Kudos

This message was moderated.