Skip to content

Commit

Permalink
[NROB] Fix ABAP language version (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidermic0 authored Apr 25, 2022
1 parent 82f8b8b commit 65e0e0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions file-formats/nrob/nrob-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,14 @@
"type": "string",
"enum": [
"standard",
"keyUser",
"cloudDevelopment"
],
"enumTitles": [
"Standard",
"ABAP for Key Users",
"ABAP Cloud Development"
],
"enumDescriptions": [
"Standard",
"ABAP for key user extensibility",
"ABAP cloud development"
],
"default": "standard"
Expand Down
2 changes: 1 addition & 1 deletion file-formats/nrob/type/zif_aff_nrob_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ INTERFACE zif_aff_nrob_v1
"! <p class="shorttext">Header</p>
"! Header
"! $required
header TYPE zif_aff_types_v1=>ty_header_60,
header TYPE zif_aff_types_v1=>ty_header_60_cloud,
"! <p class="shorttext">Interval</p>
"! Interval
"! $required
Expand Down

0 comments on commit 65e0e0c

Please sign in to comment.