mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-04 05:47:17 +08:00

* Web DynPro Component Configuration Support Web DynPro Component Configuration Support Class * WDCC Support - Syntax Corrections Web DynPro Component Configuration Support Syntax Corrrections * TADIR Object Name Concatenation Change/Removal TADIR Object Name Concatenation Change/Removal As ms_item-obj_name hold complete TADIR name, concatenation with ..00 is not necessary. * WDCC Support - Syntax Corrections Web DynPro Component Configuration Support -Remove dynamic coding -Remove explicit commit/roll back -Use Tadir functionality of base class * WDCC Support - Syntax Corrections Web DynPro Component Configuration Support -The EXPORTING keyword can be omitted (exporting)) * WDCC Support - Syntax Corrections Web DynPro Component Configuration Support -Removal of HJA comments -Removal of me-> * Removal of Component Config XML in main object fil Removal of Component Config XML in main object file -Component Configuration raw XML added to additional comp_conf.xml file * Additional xml file pretty printed as string Additional file contents now pretty printed and added as string for easy diff. Serialisation / Derialisation now working with pretty printing and un-pretty printing. Co-authored-by: Lars Hvam <larshp@hotmail.com>
17 lines
494 B
XML
17 lines
494 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_OBJECT_WDCC</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>WDA Component Configuration</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|