mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
update
This commit is contained in:
parent
0290d86f10
commit
1e16490f6b
|
@ -14,7 +14,8 @@ CLASS zcl_abapgit_web_environment IMPLEMENTATION.
|
|||
ENDMETHOD.
|
||||
|
||||
METHOD zif_abapgit_environment~check_parallel_processing.
|
||||
ASSERT 1 = 'decoupled'.
|
||||
* the group doesnt exist
|
||||
rv_checked = abap_false.
|
||||
ENDMETHOD.
|
||||
|
||||
METHOD zif_abapgit_environment~get_available_user_sessions.
|
||||
|
|
|
@ -20,6 +20,7 @@ CLASS zcl_abapgit_web_inject_fm IMPLEMENTATION.
|
|||
INSERT 'ENQUEUE_EZABAPGIT' INTO TABLE lt_deps.
|
||||
INSERT 'DEQUEUE_EZABAPGIT' INTO TABLE lt_deps.
|
||||
INSERT 'SAPGUI_PROGRESS_INDICATOR' INTO TABLE lt_deps.
|
||||
INSERT 'TR_OBJECT_TABLE' INTO TABLE lt_deps.
|
||||
li_env = cl_function_test_environment=>create( lt_deps ).
|
||||
|
||||
CREATE OBJECT lo_handler.
|
||||
|
|
Loading…
Reference in New Issue
Block a user