Skip to content

Commit

Permalink
Update zcl_abapgit_oo_base.clas.abap (#6552)
Browse files Browse the repository at this point in the history
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
  • Loading branch information
AndreaBorgia-Abo and abaplint[bot] committed Oct 19, 2023
1 parent b82924c commit 35711c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/objects/oo/zcl_abapgit_oo_base.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ CLASS zcl_abapgit_oo_base IMPLEMENTATION.
WHERE clsname = is_key-clsname
AND version <> seoc_version_deleted
AND state = seoc_state_implemented
AND alias = seox_false ORDER BY PRIMARY KEY.
AND alias = seox_false ORDER BY clsname cmpname version.

IF lt_components IS NOT INITIAL.
SELECT SINGLE masterlang FROM tadir INTO lv_lang
Expand Down Expand Up @@ -326,7 +326,7 @@ CLASS zcl_abapgit_oo_base IMPLEMENTATION.
" make sure to not damage VSEO* views by deleting texts of all subcomponents - an empty text must be kept!!
SELECT * FROM vseosubcdf INTO TABLE lt_subcomponents
WHERE clsname = is_key-clsname
AND version <> seoc_version_deleted ORDER BY PRIMARY KEY.
AND version <> seoc_version_deleted ORDER BY clsname cmpname sconame version.

IF lt_subcomponents IS NOT INITIAL.
SELECT SINGLE masterlang FROM tadir INTO lv_lang
Expand Down

0 comments on commit 35711c4

Please sign in to comment.