Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDLS, abapLanguageVersion missing? #168

Closed
larshp opened this issue Aug 13, 2021 · 2 comments
Closed

DDLS, abapLanguageVersion missing? #168

larshp opened this issue Aug 13, 2021 · 2 comments

Comments

@larshp
Copy link
Collaborator

larshp commented Aug 13, 2021

No description provided.

@schneidermic0
Copy link
Contributor

Isn't it defined here?

"abapLanguageVersion": {
"title": "ABAP Language Version",
"description": "ABAP language version",
"type": "string",
"enum": [
"standard",
"keyUser",
"cloudDevelopment"
],
"enumDescriptions": [
"Standard",
"ABAP for key user extensibility",
"ABAP cloud development"
],
"default": "standard"
}

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

@larshp
Copy link
Collaborator Author

larshp commented Aug 13, 2021

cool, closing

@larshp larshp closed this as completed Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants