First Commit (2026.08.18)

This commit is contained in:
2026-08-18 04:42:47 +00:00
parent 7befdc4199
commit 1a868f3cbe
44 changed files with 4444 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
class ZCL_COMMON_CLASS definition
public
create public .
public section.
types TY_ROW type STRING_TABLE .
types:
TY_T_ROW type STANDARD TABLE OF TY_ROW with DEFAULT KEY .
methods UPLOAD_EXCEL_TO_ITAB
returning
value(RR_DATA) type ref to DATA .
protected section.
private section.
ENDCLASS.
CLASS ZCL_COMMON_CLASS IMPLEMENTATION.
method UPLOAD_EXCEL_TO_ITAB.
endmethod.
ENDCLASS.