By: . 28 Nov, 2025
Inserting Local Program into Transport Order
When developing new ABAP programs, it's important to consider how they will be managed across different systems. One option is to integrate them into a transport order within the Workbench. This involves assigning the program to a specific development package, enabling it to be released and transported to other systems.
Alternatively, programs can be stored locally, ensuring they remain within the development environment. This approach is often favored for ABAP development courses or test programs, minimizing the risk of unintended transportation.
In this guide, I'll walk you through the process of inserting a local program into a transport order. This is not only applicable to new programs but also to modifications of existing programs or other development objects already
.jpg)
You open the report from transaction SE38 and then click on the «Display Object List» option:
.jpg)
You right-click on the program name and select the «Change Package Assignment» option.
.jpg)
You select the development package where you want to include the program (for example, ZHCM).
.jpg)
And finally, you choose the Workbench transport order (client-independent).
.jpg)