mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Merge branch 'main' into mbtools/obj_descr
This commit is contained in:
commit
6a3b082eed
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