mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Fix repo class
This commit is contained in:
parent
a2c81a2cab
commit
dcdd052efc
|
@ -402,7 +402,7 @@ CLASS zcl_abapgit_repo IMPLEMENTATION.
|
|||
METHOD get_unsupported_objects_local.
|
||||
|
||||
DATA: lt_tadir TYPE zif_abapgit_definitions=>ty_tadir_tt,
|
||||
lt_supported_types TYPE zcl_abapgit_objects=>ty_types_tt.
|
||||
lt_supported_types TYPE zif_abapgit_objects=>ty_types_tt.
|
||||
|
||||
FIELD-SYMBOLS: <ls_tadir> LIKE LINE OF lt_tadir,
|
||||
<ls_object> LIKE LINE OF rt_objects.
|
||||
|
|
Loading…
Reference in New Issue
Block a user