zif_abapgit_html, remove uses of char1 (#4351)

This commit is contained in:
Lars Hvam 2020-12-24 08:36:58 +01:00 committed by GitHub
parent a3ce719b0c
commit 4b2309f952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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