abap-file-formats icon indicating copy to clipboard operation
abap-file-formats copied to clipboard

One of Mutliple Fields is Required

Open schneidermic0 opened this issue 2 years ago • 1 comments

There are file formats that specify two fields. It is required that one (either the first or the second) field is specified (i.e., required).

Examples

SAJC: You need to specify either a class or a program.

As of now, there is no way to specify this.

schneidermic0 avatar Jul 31 '23 15:07 schneidermic0

Theoretically, the SAJC example could be solved by introducing two required fields (object type and object name). However, this would increase the format version.

schneidermic0 avatar Jul 31 '23 15:07 schneidermic0