Closed schneidermic0 closed 2 years ago
Short addition: Most probably, field low
is also not required
because it accepts initial values.
However, I think it make sense to mark field low
at least as $showAlways
so that it is rendered even with initial values during serialization.
In general, the idea came up whether we should support TYPE RANGE OF
in the AFF type interface to define ranges (instead of creating range structures and corresponding tables manually)
In general, the idea came up whether we should support TYPE RANGE OF in the AFF type interface to define ranges (instead of creating range structures and corresponding tables manually)
Created a new issue in abap-file-format-tools to support this. See SAP/abap-file-formats-tools#76
Also fixed with https://launchpad.support.sap.com/#/notes/3138884
This Note has been already linked in https://github.com/abapGit/abapGit/issues/5279
Field
high
in a range for CHKV is specified asrequired
:https://github.com/SAP/abap-file-formats/blob/6994c9a9a4b648fd3349577f0e1330186f5f46b7/file-formats/chkv/type/zif_aff_chkv_v1.intf.abap#L22