How To Revert SAP Released Transport Task To Unreleased Status
If you released a task of a transport by mistake and you want to re-open it back you can achieve this if you follow steps described in this short article
- Run TCode SE38
- Execute report RDDIT076
- In the selection screen enter the name of the task you want to re-open
- Execute (press F8)
The transport task that has been released will be displayed with letter R in the Status column. To revert this task back to modifiable (un-released) just double click on the task name, click on the Change button, replace letter R (released) with D (modifiable) and save your changes.
Taken from: http://www.mayusha.in/sap-abap-how-to-revert-sap-released-transport-task-to-unreleased-status/
ABAP Retrieving A Transport Request
In ABAP If we change something on an object, and later if you want to retrieve the changes to old version you can do retrieve operation. It can be do as follows:
1. Enter the object name if it table , go to SE11 and enter the table name and click display.
2. Goto Utilities => Versions => Version management
3. Here you can see active transport and old version
4. Click on the TR for which you want to retrieve .
5. Then click on the retrieve button
6. Press proceed, the come back to object
7. Activate the object
8. Now whatever changes you have done will be roll back
Taken from : http://www.mayusha.in/abap-retrieving-a-transport-request/
Thanks mayusha.in for posting useful SAP ABAP articles.
No comments:
Post a Comment