File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 112112 " abstractEntity" ,
113113 " customEntity" ,
114114 " hierarchy" ,
115- " projectionView"
115+ " projectionView" ,
116+ " externalEntity" ,
117+ " unknown"
116118 ],
117119 "enumTitles" : [
118120 " DDIC-Based View" ,
124126 " Abstract Entity" ,
125127 " Custom Entity" ,
126128 " Hierarchy" ,
127- " Projection View"
129+ " Projection View" ,
130+ " External Entity" ,
131+ " Unknown"
128132 ],
129133 "enumDescriptions" : [
130134 " DDIC-based view" ,
136140 " Abstract entity" ,
137141 " Custom entity" ,
138142 " Hierarchy" ,
139- " Projection view"
140- ]
143+ " Projection view" ,
144+ " External entity" ,
145+ " Unknown"
146+ ],
147+ "default" : " unknown"
141148 },
142149 "parentName" : {
143150 "title" : " Parent Name" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ INTERFACE zif_aff_ddls_v1
44 "! <p class="shorttext">Source Type</p>
55 "! Source type
66 "! $values {@link zif_aff_ddls_v1.data:co_source_type}
7+ "! $default {@link zif_aff_ddls_v1.data:co_source_type.unknown}
78 TYPES ty_source_type TYPE c LENGTH 1 .
89
910 "! <p class="shorttext">Source Origin</p>
@@ -45,6 +46,12 @@ INTERFACE zif_aff_ddls_v1
4546 "! <p class="shorttext">Projection View</p>
4647 "! Projection view
4748 projection_view TYPE ty_source_type VALUE 'P' ,
49+ "! <p class="shorttext">External Entity</p>
50+ "! External entity
51+ external_entity TYPE ty_source_type VALUE 'O' ,
52+ "! <p class="shorttext">Unknown</p>
53+ "! Unknown
54+ unknown TYPE ty_source_type VALUE ' ' ,
4855 END OF co_source_type,
4956
5057 "! <p class="shorttext">Source Origin</p>
You can’t perform that action at this time.
0 commit comments