mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Update src/objects/zcl_abapgit_object_http.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
parent
d8d854cd9b
commit
89f094d9f5
|
@ -186,11 +186,7 @@ CLASS ZCL_ABAPGIT_OBJECT_HTTP IMPLEMENTATION.
|
|||
DATA lv_id TYPE c LENGTH 30.
|
||||
SELECT SINGLE id FROM ('uconhttpservhead') INTO lv_id WHERE id = ms_item-obj_name AND version = 'A'.
|
||||
|
||||
IF sy-subrc = 0.
|
||||
rv_bool = abap_true.
|
||||
ELSE.
|
||||
rv_bool = abap_false.
|
||||
ENDIF.
|
||||
rv_bool = boolc( sy-subrc = 0 ).
|
||||
CATCH cx_root.
|
||||
zcx_abapgit_exception=>raise( 'HTTP not supported' ).
|
||||
ENDTRY.
|
||||
|
|
Loading…
Reference in New Issue
Block a user