mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 13:26:12 +08:00

* Add zcl_abapgit_rule and zif_abapgit_rule * Insert clear and fill logic * Pass rule to the generic serializer in IWSG class * Remove extra space * Remove inline declaration * Format the code * Replace CHECK with IF * Rename class/interface * Multiple changes Rename method name Change method signature Remove clear field * loop over all fields of given fields * Align method call parameters * Remove class reference for member * Use string template to convert to type Co-authored-by: Lars Hvam <larshp@hotmail.com> Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
17 lines
479 B
XML
17 lines
479 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_FIELD_RULES</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>abapGit Rule</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|