abap2UI5/src/02/z2ui5_if_app.intf.abap
oblomov ac7cdf5aac
Some checks are pending
build_downport / build_downport (push) Waiting to run
new release 1.132.0 (#1294)
* new release 1.132.0

* Update z2ui5_if_app.intf.abap
2024-07-28 14:09:54 +02:00

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.