abap2UI5/src/02/z2ui5_if_app.intf.abap
oblomov f6acde1809
update (#956)
* update

* Update src/01/05/z2ui5_cl_cc_messaging.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

---------

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2024-02-25 17:44:47 +01:00

16 lines
387 B
ABAP

INTERFACE z2ui5_if_app PUBLIC.
INTERFACES if_serializable_object.
CONSTANTS version TYPE string VALUE '1.121.0'.
CONSTANTS origin TYPE string VALUE 'https://github.com/abap2UI5/abap2UI5'.
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.