mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Fix extended check issues - Part 9
Final ##FM_SUBRC_OK
This commit is contained in:
parent
cb58678c79
commit
a7b9dbe9cc
2
src/env/zcl_abapgit_environment.clas.abap
vendored
2
src/env/zcl_abapgit_environment.clas.abap
vendored
|
@ -233,7 +233,7 @@ CLASS zcl_abapgit_environment IMPLEMENTATION.
|
||||||
currently_no_resources_avail = 4
|
currently_no_resources_avail = 4
|
||||||
no_pbt_resources_found = 5
|
no_pbt_resources_found = 5
|
||||||
cant_init_different_pbt_groups = 6
|
cant_init_different_pbt_groups = 6
|
||||||
OTHERS = 7.
|
OTHERS = 7 ##FM_SUBRC_OK.
|
||||||
" If SPBT_INITIALIZE fails, check transactions RZ12, SM50, SM21, SARFC
|
" If SPBT_INITIALIZE fails, check transactions RZ12, SM50, SM21, SARFC
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user