abap-file-formats-tools icon indicating copy to clipboard operation
abap-file-formats-tools copied to clipboard

Tools for the development of ABAP file formats

Results 15 abap-file-formats-tools issues
Sort by recently updated
recently updated
newest added

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...