Skip to content

Commit 3dc04fd

Browse files
Modifying the header type without lang version
1 parent 9efccc1 commit 3dc04fd

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

file-formats/msag/msag-v1.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,6 @@
2828
"description": "Original language of the ABAP object",
2929
"type": "string",
3030
"minLength": 2
31-
},
32-
"abapLanguageVersion": {
33-
"title": "ABAP Language Version",
34-
"description": "ABAP language version",
35-
"type": "string",
36-
"enum": [
37-
"standard",
38-
"keyUser",
39-
"cloudDevelopment"
40-
],
41-
"enumTitles": [
42-
"Standard",
43-
"ABAP for Key Users",
44-
"ABAP Cloud Development"
45-
],
46-
"enumDescriptions": [
47-
"Standard",
48-
"ABAP for key user extensibility",
49-
"ABAP cloud development"
50-
],
51-
"default": "standard"
5231
}
5332
},
5433
"additionalProperties": false,

file-formats/msag/type/zif_aff_msag_v1.intf.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
INTERFACE zif_aff_msag_v1
2-
PUBLIC.
2+
PUBLIC.
33

44
TYPES:
55
"! <p class="shorttext">Message Properties</p>
@@ -26,7 +26,7 @@ INTERFACE zif_aff_msag_v1
2626
"! <p class="shorttext">Header</p>
2727
"! Header
2828
"! $required
29-
header TYPE zif_aff_types_v1=>ty_header_60,
29+
header TYPE zif_aff_types_v1=>ty_header_60_no_abap_lv,
3030
"! <p class="shorttext">Messages</p>
3131
"! Messages
3232
"! $required

0 commit comments

Comments
 (0)