SAP / abap-file-formats

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

DDLS, abapLanguageVersion missing? #168

Closed larshp closed 3 years ago

schneidermic0 commented 3 years ago

Isn't it defined here? https://github.com/SAP/abap-file-formats/blob/68e48278b973ddeee3f3d49ed29d810096d32a7c/file-formats/ddls/ddls.json#L30-L45

As discussed in #44, it is optional. Our implementation does not serialize it if the value is standard (default value).

larshp commented 3 years ago

cool, closing