mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 05:18:59 +08:00

* Dialogs: HTML forms - follow-up Follow-up to #4264: - Split `zcl_abapgit_html_form` class Processing form data has been moved to `zcl_abapgit_html_form_utils` - `iv_is_main` refactored to `iv_cmd_type` - In case of unsaved data, form exit will now prompt for confirmation (`zcl_abapgit_html_form_utils`) * dot space * lint * Remove const Co-authored-by: Lars Hvam <larshp@hotmail.com>
16 lines
463 B
XML
16 lines
463 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_INTF" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOINTERF>
|
|
<CLSNAME>ZIF_ABAPGIT_HTML_FORM</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>abapGit - HTML Form</DESCRIPT>
|
|
<EXPOSURE>2</EXPOSURE>
|
|
<STATE>1</STATE>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOINTERF>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|