mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
parent
41344dec3a
commit
12c48ebb50
|
@ -242,7 +242,7 @@ CLASS ZCL_ABAPGIT_FILE_STATUS IMPLEMENTATION.
|
||||||
|
|
||||||
IF NOT ls_item-devclass IS INITIAL.
|
IF NOT ls_item-devclass IS INITIAL.
|
||||||
* make sure the package is under the repo main package
|
* make sure the package is under the repo main package
|
||||||
lt_super = zcl_abapgit_sap_package=>get( iv_devclass )->list_superpackages( ).
|
lt_super = zcl_abapgit_sap_package=>get( iv_devclass )->list_subpackages( ).
|
||||||
READ TABLE lt_super WITH KEY table_line = ls_item-devclass TRANSPORTING NO FIELDS.
|
READ TABLE lt_super WITH KEY table_line = ls_item-devclass TRANSPORTING NO FIELDS.
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc <> 0.
|
||||||
CLEAR ls_item-devclass.
|
CLEAR ls_item-devclass.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user