mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 08:06:15 +08:00
21 lines
486 B
ABAP
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.
|