Update zcl_excel_rows.clas.abap

This commit is contained in:
Ivan 2018-03-20 22:10:45 -05:00 committed by GitHub
parent 2f8b93f2a5
commit 4917b88a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,9 +128,9 @@ CLASS ZCL_EXCEL_ROWS IMPLEMENTATION.
DATA(LV_LINES) = LINES( DT_ROWS ).
IF LV_LINES = 0.
IS_EMPTY = 'X'.
IS_EMPTY = abap_true.
ELSE.
IS_EMPTY = ' '.
IS_EMPTY = abap_false.
ENDIF.
ENDMETHOD. "IS_EMPTY