Schema generation - features - open questions
B: "Extreme Values", is this feature needed? I expect the schema generation to be based on the ABAP types C: "Length Specification", is this feature needed? I expect the schema generation to be based on the ABAP types
One can argue whether the minimum or maximum fields are needed at all. But isn't it helpful to see the min/max values for external consumers. Same is valid I think for the length of a text field.
In general the fields length as well as minimum or maximum are derived from the ABAP type. The additional annotations $maximum are only needed if you want to have different maximum value then the value of the ABAP type. E.g., a field specifying some percentage shall have a range between 0 and 100%.
I hope my answer above answers your question. Feel free to reopen the issue if we need to discuss further details.
reopening
Which questions are open for you? Where do you need more details?