We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dda490 commit 4259512Copy full SHA for 4259512
file-formats/ddls/ddls-v1.json
@@ -96,7 +96,8 @@
96
"Extensions for data sources",
97
"Custom search modeler",
98
"Service Consumption Model"
99
- ]
+ ],
100
+ "default": "abapDevelopmentTools"
101
},
102
"sourceType": {
103
"title": "Source Type",
file-formats/ddls/type/zif_aff_ddls_v1.intf.abap
@@ -10,6 +10,7 @@ INTERFACE zif_aff_ddls_v1
10
"! <p class="shorttext">Source Origin</p>
11
"! Source origin
12
"! $values {@link zif_aff_ddls_v1.data:co_source_origin}
13
+ "! $default {@link zif_aff_ddls_v1.data:co_source_origin.abap_development_tools}
14
TYPES ty_source_origin TYPE c LENGTH 1.
15
16
CONSTANTS:
0 commit comments