Skip to content

Commit 4259512

Browse files
DDLS: Adding default value for sourceOrigin (#719)
1 parent 2dda490 commit 4259512

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

file-formats/ddls/ddls-v1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
"Extensions for data sources",
9797
"Custom search modeler",
9898
"Service Consumption Model"
99-
]
99+
],
100+
"default": "abapDevelopmentTools"
100101
},
101102
"sourceType": {
102103
"title": "Source Type",

file-formats/ddls/type/zif_aff_ddls_v1.intf.abap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ INTERFACE zif_aff_ddls_v1
1010
"! <p class="shorttext">Source Origin</p>
1111
"! Source origin
1212
"! $values {@link zif_aff_ddls_v1.data:co_source_origin}
13+
"! $default {@link zif_aff_ddls_v1.data:co_source_origin.abap_development_tools}
1314
TYPES ty_source_origin TYPE c LENGTH 1.
1415

1516
CONSTANTS:

0 commit comments

Comments
 (0)