Update src/zcl_excel_comment.clas.abap UPPERCASES

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
RixarSAP 2024-05-02 11:44:03 +02:00 committed by GitHub
parent 4f39a6c3fc
commit 59a7b6f42a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ CLASS zcl_excel_comment DEFINITION
DATA index TYPE string .
DATA ref TYPE string .
DATA text TYPE string .
data WIDTH type I .
DATA width TYPE i .
data HEIGHT type I .
ENDCLASS.