Skip to content

Commit

Permalink
USCA: Fix missing transport entry (abapGit#7110)
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Hvam <larshp@hotmail.com>
  • Loading branch information
mbtools and larshp authored Dec 10, 2024
1 parent 3d3cae3 commit 7dd14b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/objects/zcl_abapgit_object_ucsa.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ CLASS zcl_abapgit_object_ucsa IMPLEMENTATION.

tadir_delete( ).

corr_insert( iv_package ).

ENDMETHOD.


Expand Down Expand Up @@ -195,6 +197,8 @@ CLASS zcl_abapgit_object_ucsa IMPLEMENTATION.

tadir_insert( iv_package ).

corr_insert( iv_package ).

CATCH cx_root INTO lx_root.
lv_text = lx_root->get_text( ).
zcx_abapgit_exception=>raise( lv_text ).
Expand Down

0 comments on commit 7dd14b7

Please sign in to comment.