mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 18:56:14 +08:00

Some checks are pending
build_downport / build_downport (push) Waiting to run
* new release 1.132.0 * Update z2ui5_if_app.intf.abap
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.132.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.
|