Some IMG customizing activities are protected against modification in all but customizing system/client. But there might be activities that consultants need to perform directly in the production system without transporting the change though all the systems. Continue reading
Tag Archives: transport
ABAP – Check transport request
If you want to restrict creation of transports (and their release to further systems) based on rules applied on a transport description, you can use method described in this example. Continue reading
ABAP – Export Transport request to local file system
All development or customizing in SAP is written into a transport request unless it is a local object not intended to be transported ($TMP package). Sometimes it might be useful to backup your development but in SAP this task is quite complicated to export all programs, classes, standard texts, …
Therefore there is an option to export the whole development encapsulated on a transport request level. And that’s what this article is about – exporting development encapsulated in a transport request to local file system. Continue reading
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 Continue reading
How to transport standard texts created in SO10
Standard texts created using TCode SO10 are not transported by default. But if you would like to add standard texts or their modifications to transport, you can use the following guide Continue reading