mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 15:36:21 +08:00

* 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
12 lines
214 B
ABAP
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.
|