2005 Aug 22 11:11 AM
Hi All,
Please let me know how i can see the version management of a particular SAPScript.
Thank you,
Suresh
2005 Aug 22 11:13 AM
Hello,
SAPScript are not version managed. To store version you need to simply download and store the scripts.
Regards,
Shekhar Kulkarni
2005 Aug 22 11:52 AM
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
2005 Aug 22 9:15 PM
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.