mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
ENHC: add implementation is_active
This commit is contained in:
parent
4f39cc2971
commit
6b2b7ada75
|
@ -148,6 +148,11 @@ CLASS ZCL_ABAPGIT_OBJECT_ENHC IMPLEMENTATION.
|
|||
ENDMETHOD.
|
||||
|
||||
|
||||
METHOD zif_abapgit_object~is_active.
|
||||
rv_active = is_active( ).
|
||||
ENDMETHOD.
|
||||
|
||||
|
||||
METHOD zif_abapgit_object~is_locked.
|
||||
|
||||
DATA: lv_argument TYPE seqg3-garg.
|
||||
|
|
Loading…
Reference in New Issue
Block a user