Update zcl_excel_table.clas.abap

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

View File

@ -81,7 +81,9 @@ public section.
!IP_COLUMN type CLIKE
!IP_FUNCTION type ZEXCEL_TABLE_TOTALS_FUNCTION
returning
value(EP_FORMULA) type STRING .
value(EP_FORMULA) type STRING
raising
ZCX_EXCEL .
methods HAS_TOTALS
returning
value(EP_RESULT) type ABAP_BOOL .