SAP / abap-file-formats

File formats that define and specify the file representation for ABAP development objects
MIT License
58 stars 55 forks source link

[CHKV] Wrong parameter length in CHKV #540

Closed schneidermic0 closed 1 year ago

schneidermic0 commented 1 year ago

Check parameters in CHKV are limited to 30 characters:

https://github.com/SAP/abap-file-formats/blob/c86bd574304508a3c0cb77dd4c4c46b41da80bee/file-formats/chkv/type/zif_aff_chkv_v1.intf.abap#L37

However, parameters of an CHKO can be longer since they are defined as string:

https://github.com/SAP/abap-file-formats/blob/c86bd574304508a3c0cb77dd4c4c46b41da80bee/file-formats/chko/type/zif_aff_chko_v1.intf.abap#L10

schneidermic0 commented 1 year ago

Fixed in the definition. See #541.

I keep this open until a SAP Note has been provided.

schneidermic0 commented 1 year ago

Fix will be available with SAP Note https://launchpad.support.sap.com/#/notes/3353061