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
0653c5d8eb
commit
62fc38cc15
|
@ -184,7 +184,7 @@ CLASS ZCL_ABAPGIT_OBJECT_HTTP IMPLEMENTATION.
|
|||
|
||||
METHOD zif_abapgit_object~exists.
|
||||
TRY.
|
||||
DATA lv_id TYPE c LENGTH 30 .
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user