zcl_abapgit_http: add note (#6771)

This commit is contained in:
Lars Hvam 2024-01-25 17:34:25 +01:00 committed by GitHub
parent ffe847c9cc
commit 6c4f7a7c3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,6 +160,7 @@ CLASS zcl_abapgit_http IMPLEMENTATION.
" a) SSL is setup properly in STRUST
lv_text = 'HTTPS ARGUMENT_NOT_FOUND | STRUST/SSL Setup correct?'.
WHEN OTHERS.
" Make sure ANONYM PSE exists in transaction STRUST, https://github.com/abapGit/abapGit/issues/6768
lv_text = 'While creating HTTP Client'.
ENDCASE.