-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
In ABAP, everything is stored in a relational database.
JSON files can be edited manually in any editor,
The developer can edit the JSON files changing any sorting of arrays, which is okay, but serialization of objects should follow a specific sorting(not depending on the default database sorting semantics)
Suggestion:
Require that all internal tables defined in AAF are sorted tables with a defined key (no multiple keys, no HASHED tables, no DEFAULT KEY)
I don't think its possible to have array sorting defined in json schema?
- Update documentation
- Add new rule to abaplint, so the developers can be reminded automatically
- Change the schema generator, so the sorting is added in the description of the field, which allows the developer to determine what is expected
- Rework CHKO
- Rework CHKV
- Rework ENHS
Metadata
Metadata
Assignees
Labels
No labels