mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00

* start conversion from popup to html form * replace magic with constants * revert label * restructure to gui component modify export object logic * adjust whitespace * remove test_changed_by functionality * remove popup_object Co-authored-by: Goran Back <g.back@geringhoff.de> Co-authored-by: Lars Hvam <larshp@hotmail.com>
17 lines
487 B
XML
17 lines
487 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOCLASS>
|
|
<CLSNAME>ZCL_ABAPGIT_GUI_PAGE_EX_OBJECT</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>Export Object</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|