From 62fc38cc151badf252746e3bb7edd4c66ac5a843 Mon Sep 17 00:00:00 2001 From: ThomasPloski <39330834+ThomasPloski@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:41:25 +0100 Subject: [PATCH] Update src/objects/zcl_abapgit_object_http.clas.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> --- src/objects/zcl_abapgit_object_http.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objects/zcl_abapgit_object_http.clas.abap b/src/objects/zcl_abapgit_object_http.clas.abap index 8f00ed467..ff5be9594 100644 --- a/src/objects/zcl_abapgit_object_http.clas.abap +++ b/src/objects/zcl_abapgit_object_http.clas.abap @@ -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.