Wednesday, May 7, 2008
SAP ABAP Version Management
SAP ABAP Version Management.
In SAP ABAP version Management is very useful to keep track of the changes that you make to your program. Version Management helps in keeping a record of the changes that you make and in case you want to revert back to the older version you can do so by activating the appropriate version. Version management is a better way of trying out some change in the code and if this leads to undesirable results then you can go back to the earlier version. In case you want to revert back to the earlier version you need to re-activate it. Version management is also useful to an auditor to review the complete history of a program. The system administrator can view the version management to track changes in a specific time interval.
To create a version of a program please follow the path given below.
From the ABAP Editor
Utilities >>>>>>>>>>>>>>>> Version >>>>>>>>>>>>>>> Create Version
To activate the the previous version navigate to
Utilities >>>>>>>>>>>>>>>> Version >>>>>>>>>>>>>>> Version Management
Select the appropriate version and activate it.
In SAP ABAP version Management is very useful to keep track of the changes that you make to your program. Version Management helps in keeping a record of the changes that you make and in case you want to revert back to the older version you can do so by activating the appropriate version. Version management is a better way of trying out some change in the code and if this leads to undesirable results then you can go back to the earlier version. In case you want to revert back to the earlier version you need to re-activate it. Version management is also useful to an auditor to review the complete history of a program. The system administrator can view the version management to track changes in a specific time interval.
To create a version of a program please follow the path given below.
From the ABAP Editor
Utilities >>>>>>>>>>>>>>>> Version >>>>>>>>>>>>>>> Create Version
To activate the the previous version navigate to
Utilities >>>>>>>>>>>>>>>> Version >>>>>>>>>>>>>>> Version Management
Select the appropriate version and activate it.
Subscribe to:
Post Comments (Atom)
ABAP TIPS
|
Always use Pretty Printer and Extended Program Check before releasing the code. Do not leave unused code in the program. Comment the code thoroughly. Align the comments and the Code. Follow the SAP Standards and SAP Best Practices guidelines. It’s a good practice to take a dump of the code on your local drive. |
1 comment:
Thanks,
Your making this available helped me just now.
Just thought I would let you know.
Post a Comment