abap2xlsx/src/zcl_excel_customui.clas.abap
Mike Pokraka 2710dd9717
Pretty print (#781)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-07-28 00:33:22 +02:00

21 lines
486 B
ABAP

CLASS zcl_excel_customui DEFINITION
PUBLIC
FINAL
CREATE PUBLIC .
PUBLIC SECTION.
*"* public components of class ZCL_EXCEL_CUSTOMUI
*"* do not include other source files here!!!
PROTECTED SECTION.
*"* protected components of class ZCL_EXCEL_CUSTOMUI
*"* do not include other source files here!!!
PRIVATE SECTION.
*"* private components of class ZCL_EXCEL_CUSTOMUI
*"* do not include other source files here!!!
ENDCLASS.
CLASS zcl_excel_customui IMPLEMENTATION.
ENDCLASS.