Fix extended check issues - Part 9

Final ##FM_SUBRC_OK
This commit is contained in:
Marc Bernard 2024-12-05 19:52:44 -05:00 committed by GitHub
parent cb58678c79
commit a7b9dbe9cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,7 +233,7 @@ CLASS zcl_abapgit_environment IMPLEMENTATION.
currently_no_resources_avail = 4
no_pbt_resources_found = 5
cant_init_different_pbt_groups = 6
OTHERS = 7.
OTHERS = 7 ##FM_SUBRC_OK.
" If SPBT_INITIALIZE fails, check transactions RZ12, SM50, SM21, SARFC
ENDMETHOD.