Transferring ABAP program from local object to a package – Transfer ABAP Program from one Package to another.

When saving ABAP program as local objects, it gets saved in $TMP package. To transfer ABAP Program from local object to a package, use the same technique of transferring ABAP Program from one package to another. In this case, we transfer ABAP program from $TMP to a custom package.

  1. Open the ABAP program in editable mode in SE38
  2. From the main menu, choose Goto – Object Directory Entry
  3. In the dialog window, click the display/change button to make Package field editable
  4. Enter package of your choice and click Save
  5. Choose the transport request and click Continue.

The ABAP program is transferred from $TMP or one package to another package.