abapinho / abaK

ABAP constants done right
MIT License
32 stars 3 forks source link

What is ZIF_ABAK_SOURCE~GET_TYPE() supposed to return for custom sources? #40

Open nununo opened 1 year ago

nununo commented 1 year ago

The return parameter is of type ZABAK_SOURCE_TYPE which is an internal type associated with a dictionary of a few fixed values. This doesn't make sense. It should either be fixed as CUSTOM or allow for free text.

And the same probably applies to `ZABAK_FORMAT~GET_TYPE() in the case of custom formats.