abap2UI5/src/z2ui5_if_app.intf.abap
oblomov a6be1a95d2
Popups draft handling utility (#802)
* lint check

* lint check

* Update abaplint.jsonc

* Update abaplint.jsonc

* Update abaplint.jsonc

* Update abaplint.jsonc

* popups - draft handling - utility

* lint fix

* downport test

* update

* fix popup select

* utility extensions

* lint fix test

* update lint

* update

* update

* update

* update

* update

* Delete src/03/01/z2ui5_cl_popup_to_select.clas.abap

* Delete src/03/01/z2ui5_cl_popup_to_select.clas.xml

* added class again

* popups

* popup get range multi + clear function

* fix date in table

* fix popup model update

* update

* update

* popups

* Update abaplint.jsonc

* update lint fixes

* extended error message by serialization error

* update downport fix

* update
2024-01-24 16:57:38 +01:00

12 lines
214 B
ABAP

INTERFACE z2ui5_if_app PUBLIC.
INTERFACES if_serializable_object.
DATA id_draft TYPE string.
DATA id_app TYPE string.
METHODS main
IMPORTING
client TYPE REF TO z2ui5_if_client.
ENDINTERFACE.