From 4b2309f9521de709e9d4a7c70b39b94e28dd54f5 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 24 Dec 2020 08:36:58 +0100 Subject: [PATCH] zif_abapgit_html, remove uses of char1 (#4351) --- src/ui/core/zif_abapgit_html.intf.abap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/core/zif_abapgit_html.intf.abap b/src/ui/core/zif_abapgit_html.intf.abap index bd236be23..4dcda329b 100644 --- a/src/ui/core/zif_abapgit_html.intf.abap +++ b/src/ui/core/zif_abapgit_html.intf.abap @@ -38,7 +38,7 @@ INTERFACE zif_abapgit_html PUBLIC. IMPORTING !iv_txt TYPE string !iv_act TYPE string - !iv_typ TYPE char1 DEFAULT c_action_type-sapevent + !iv_typ TYPE c DEFAULT c_action_type-sapevent !iv_opt TYPE clike OPTIONAL !iv_class TYPE string OPTIONAL !iv_id TYPE string OPTIONAL @@ -52,7 +52,7 @@ INTERFACE zif_abapgit_html PUBLIC. IMPORTING !iv_txt TYPE string !iv_act TYPE string - !iv_typ TYPE char1 DEFAULT zif_abapgit_html=>c_action_type-sapevent + !iv_typ TYPE c DEFAULT zif_abapgit_html=>c_action_type-sapevent !iv_opt TYPE clike OPTIONAL !iv_class TYPE string OPTIONAL !iv_id TYPE string OPTIONAL