abap2xlsx/src/zcl_excel_customui.clas.abap
Ivan Femia f8b0e354db Moving to abapGit
First commit to abapGit
2017-05-16 22:22:30 +02:00

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.