Human Capital Management Blogs by OKSAP

  • Get insider info on SAP SuccessFactors HCM suite for core HR and payroll.
Image By: Florentin Navarrete
2019-05-12 102

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

Image

You open the report from transaction SE38 and then click on the «Display Object List» option:

Image

You right-click on the program name and select the «Change Package Assignment» option.

Image

You select the development package where you want to include the program (for example, ZHCM).

Image

 

And finally, you choose the Workbench transport order (client-independent).

Image