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: 

SAPScript Version Management

Former Member
0 Kudos
531

Hi All,

Please let me know how i can see the version management of a particular SAPScript.

Thank you,

Suresh

3 REPLIES 3

Former Member
0 Kudos
77

Hello,

SAPScript are not version managed. To store version you need to simply download and store the scripts.

Regards,

Shekhar Kulkarni

Former Member
0 Kudos
77

Hi Suresh

Shekher is right. There are no as such versions in Sapscript except language versions.

You should copy your forms if you feel the need of version. The best way to copy is to use the program: RSTXSCRP. The same program can again be used to import the file back if needed.

If you need more information about this import/export program, please check the link to forum (i got reward points for this forum )-

https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://

Regards

Ashish Jain

Former Member
0 Kudos
77

It is also a good coding practice to create a dummy window called "Version" and put comments in the window with the transport number and a brief description of your changes. This window would not be assigned any pages and would not print, but it does serve as a versioning of sorts. If each change is subsequently recorded in this fashion, you can always revert to an earlier version by re-importing the transport.

Of course, this suggestion is virtually useless if you are the only developer in your company who follows this practice.