abap-file-formats-tools
abap-file-formats-tools copied to clipboard
Tools for the development of ABAP file formats
The information about the object type is not generated by the generator program. Following markdown is missing ``` ## Object Type Information Object Type | Description | Group :--- |...
XML cannot handle special characters such as ''. The generator does not escape these characters which leads to syntax errors in the generated transformation when having an enum/constant like ```abap...
When creating an xslt for a type it can happen that the value of the MEMBERS parameter can be too long (over 255 characters), which then throws an error. This...
Enum values containing XML special characters (``, `&`, `"`, `'`) cause syntax errors in generated XSLT transformations. ## Changes - **Added `escape_xml_chars` method** to `zcl_aff_writer_xslt` - Escapes `&` first to...