mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 22:22:19 +08:00

Some checks failed
build_downport / build_downport (push) Has been cancelled
* update package structure * update name
17 lines
459 B
ABAP
17 lines
459 B
ABAP
INTERFACE z2ui5_if_app PUBLIC.
|
|
INTERFACES if_serializable_object.
|
|
|
|
CONSTANTS version TYPE string VALUE '1.134.0'.
|
|
CONSTANTS origin TYPE string VALUE 'https://github.com/abap2UI5/abap2UI5'.
|
|
CONSTANTS author TYPE string VALUE 'https://github.com/oblomov-dev'.
|
|
CONSTANTS license TYPE string VALUE 'MIT'.
|
|
|
|
DATA id_draft TYPE string.
|
|
DATA id_app TYPE string.
|
|
|
|
METHODS main
|
|
IMPORTING
|
|
client TYPE REF TO z2ui5_if_client.
|
|
|
|
ENDINTERFACE.
|