Friday, May 16, 2008

Sap Script Version Management

Problem :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 .?


Solution: Follow the steps..1. In production, execute the program RSTXSCRP,in sel.scrren - Object Name : give ur script namemode : EXPORTdataset 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 namemode : IMPORTdataset name : blank now execute,4. It will ask for a filename, give the same file which u have transfered from PROD and execute.....



As a result of above solution , we can copy the live sapscript working in production to our developed sapscript in development and vice cersa , this will make sure that we have both the versions same . this is my answers to sap not providing version management for sapscripts

No comments: