class ZCX_EXCEL definition
public
inheriting from CX_STATIC_CHECK
final
create public .
*"* public components of class ZCX_EXCEL
*"* do not include other source files here!!!
public section.
constants ZCX_EXCEL type SOTR_CONC value 'DFA64849FDF4F6F1B39A000C29B7D360'. "#EC NOTEXT
data ERROR type STRING .
methods CONSTRUCTOR
importing
!TEXTID like TEXTID optional
!PREVIOUS like PREVIOUS optional
!ERROR type STRING optional .*"* protected components of class ZCX_EXCEL
*"* do not include other source files here!!!
protected section.*"* private components of class ZCX_EXCEL
*"* do not include other source files here!!!
private section.*"* local class implementation for public class
*"* use this source file for the implementation part of
*"* local helper classes*"* use this source file for any type declarations (class
*"* definitions, interfaces or data types) you need for method
*"* implementation or private method's signature*"* use this source file for any macro definitions you need
*"* in the implementation part of the classmethod CONSTRUCTOR.
CALL METHOD SUPER->CONSTRUCTOR
EXPORTING
TEXTID = TEXTID
PREVIOUS = PREVIOUS
.
IF textid IS INITIAL.
me->textid = ZCX_EXCEL .
ENDIF.
me->ERROR = ERROR .
endmethod.