Update zcl_excel_table.clas.abap

This commit is contained in:
AtomKrieg 2018-09-16 11:36:52 +03:00 committed by GitHub
parent 2f5c41832c
commit 03247f23c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,9 @@ public section.
importing
!IP_INCLUDE_TOTALS_ROW type ABAP_BOOL default ABAP_TRUE
returning
value(OV_REFERENCE) type STRING .
value(OV_REFERENCE) type STRING
raising
ZCX_EXCEL .
methods GET_BOTTOM_ROW_INTEGER
returning
value(EV_ROW) type I .