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