@sap/open.fe 1.99.0 → 1.100.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (969) hide show
  1. package/package.json +1 -1
  2. package/packages/sap.fe.common/src/sap/fe/common/.library +1 -1
  3. package/packages/sap.fe.common/src/sap/fe/common/.theming +1 -1
  4. package/packages/sap.fe.common/src/sap/fe/common/MessageButton-dbg.js +1748 -1813
  5. package/packages/sap.fe.common/src/sap/fe/common/MessageButton.js +2 -3
  6. package/packages/sap.fe.common/src/sap/fe/common/MessageButton.ts +1801 -0
  7. package/packages/sap.fe.common/src/sap/fe/common/MessageFilter-dbg.js +77 -32
  8. package/packages/sap.fe.common/src/sap/fe/common/MessageFilter.js +2 -3
  9. package/packages/sap.fe.common/src/sap/fe/common/MessageFilter.ts +26 -0
  10. package/packages/sap.fe.common/src/sap/fe/common/MessagePopover-dbg.js +43 -53
  11. package/packages/sap.fe.common/src/sap/fe/common/MessagePopover.js +2 -3
  12. package/packages/sap.fe.common/src/sap/fe/common/MessagePopover.ts +39 -0
  13. package/packages/sap.fe.common/src/sap/fe/common/library-dbg.js +31 -38
  14. package/packages/sap.fe.common/src/sap/fe/common/library-h2-preload.js +8 -9
  15. package/packages/sap.fe.common/src/sap/fe/common/library-h2-preload.js.map +3 -3
  16. package/packages/sap.fe.common/src/sap/fe/common/library-preload.js +23 -71
  17. package/packages/sap.fe.common/src/sap/fe/common/library-preload.js.map +4 -4
  18. package/packages/sap.fe.common/src/sap/fe/common/library.js +4 -5
  19. package/packages/sap.fe.common/src/sap/fe/common/library.ts +35 -0
  20. package/packages/sap.fe.common/src/sap/fe/common/manifest.json +3 -3
  21. package/packages/sap.fe.common/src/sap/fe/common/resources.json +54 -32
  22. package/packages/sap.fe.common/test/sap/fe/common/designtime/api.json +1 -1
  23. package/packages/sap.fe.common/test/sap/fe/common/designtime/apiref/api.json +1 -1
  24. package/packages/sap.fe.common/test/sap/fe/common/designtime/codeassistance/Library.jsmeta.json +1 -1
  25. package/packages/sap.fe.common/test/sap/fe/common/designtime/codeassistance/Library.xmlmeta.json +1 -1
  26. package/packages/sap.fe.core/src/sap/fe/core/.library +1 -1
  27. package/packages/sap.fe.core/src/sap/fe/core/.theming +1 -1
  28. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper-dbg.js +1 -69
  29. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper.js +1 -1
  30. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper.ts +0 -70
  31. package/packages/sap.fe.core/src/sap/fe/core/AppComponent-dbg.js +388 -399
  32. package/packages/sap.fe.core/src/sap/fe/core/AppComponent.js +2 -3
  33. package/packages/sap.fe.core/src/sap/fe/core/AppComponent.ts +403 -0
  34. package/packages/sap.fe.core/src/sap/fe/core/AppStateHandler-dbg.js +127 -158
  35. package/packages/sap.fe.core/src/sap/fe/core/AppStateHandler.js +1 -1
  36. package/packages/sap.fe.core/src/sap/fe/core/BaseController-dbg.js +82 -58
  37. package/packages/sap.fe.core/src/sap/fe/core/BaseController.js +2 -3
  38. package/packages/sap.fe.core/src/sap/fe/core/BaseController.ts +68 -0
  39. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils-dbg.js +111 -20
  40. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils.js +1 -1
  41. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils.ts +131 -32
  42. package/packages/sap.fe.core/src/sap/fe/core/ExtensionAPI-dbg.js +278 -274
  43. package/packages/sap.fe.core/src/sap/fe/core/ExtensionAPI.js +2 -3
  44. package/packages/sap.fe.core/src/sap/fe/core/ExtensionAPI.ts +250 -0
  45. package/packages/sap.fe.core/src/sap/fe/core/PageController-dbg.js +157 -29
  46. package/packages/sap.fe.core/src/sap/fe/core/PageController.js +1 -1
  47. package/packages/sap.fe.core/src/sap/fe/core/PageController.ts +60 -32
  48. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy-dbg.js +694 -756
  49. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy.js +1 -1
  50. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy.ts +11 -9
  51. package/packages/sap.fe.core/src/sap/fe/core/Synchronization-dbg.js +21 -31
  52. package/packages/sap.fe.core/src/sap/fe/core/Synchronization.js +1 -1
  53. package/packages/sap.fe.core/src/sap/fe/core/TemplateComponent-dbg.js +1 -1
  54. package/packages/sap.fe.core/src/sap/fe/core/TemplateComponent.ts +10 -3
  55. package/packages/sap.fe.core/src/sap/fe/core/TemplateModel-dbg.js +20 -38
  56. package/packages/sap.fe.core/src/sap/fe/core/TemplateModel.js +1 -1
  57. package/packages/sap.fe.core/src/sap/fe/core/TemplateModel.ts +1 -1
  58. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper-dbg.js +1354 -1370
  59. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper.js +1 -1
  60. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper.ts +33 -22
  61. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/ActivitySync-dbg.js +392 -0
  62. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/ActivitySync.js +5 -0
  63. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/ActivitySync.ts +355 -0
  64. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/CollaborationCommon-dbg.js +136 -0
  65. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/CollaborationCommon.js +5 -0
  66. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/CollaborationCommon.ts +119 -0
  67. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/Manage-dbg.js +262 -0
  68. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/Manage.js +5 -0
  69. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/Manage.ts +244 -0
  70. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/ManageDialog.fragment.xml +103 -0
  71. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/UserDetails.fragment.xml +13 -0
  72. package/packages/sap.fe.core/src/sap/fe/core/actions/draft-dbg.js +30 -68
  73. package/packages/sap.fe.core/src/sap/fe/core/actions/draft.js +1 -1
  74. package/packages/sap.fe.core/src/sap/fe/core/actions/draft.ts +44 -71
  75. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling-dbg.js +55 -36
  76. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling.js +1 -1
  77. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling.ts +66 -46
  78. package/packages/sap.fe.core/src/sap/fe/core/actions/operations-dbg.js +34 -15
  79. package/packages/sap.fe.core/src/sap/fe/core/actions/operations.js +1 -1
  80. package/packages/sap.fe.core/src/sap/fe/core/actions/operations.ts +48 -18
  81. package/packages/sap.fe.core/src/sap/fe/core/actions/sticky-dbg.js +17 -4
  82. package/packages/sap.fe.core/src/sap/fe/core/actions/sticky.js +1 -1
  83. package/packages/sap.fe.core/src/sap/fe/core/actions/sticky.ts +21 -4
  84. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ControllerExtensionMetadata-dbg.js +69 -66
  85. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ControllerExtensionMetadata.js +2 -3
  86. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ControllerExtensionMetadata.ts +65 -0
  87. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow-dbg.js +1593 -1669
  88. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow.js +2 -3
  89. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow.ts +1672 -0
  90. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/IntentBasedNavigation-dbg.js +79 -54
  91. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/IntentBasedNavigation.js +2 -3
  92. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/IntentBasedNavigation.ts +61 -0
  93. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalEditFlow-dbg.js +718 -779
  94. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalEditFlow.js +2 -3
  95. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalEditFlow.ts +783 -0
  96. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation-dbg.js +796 -816
  97. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation.js +2 -3
  98. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation.ts +803 -0
  99. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting-dbg.js +1004 -1005
  100. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting.js +2 -3
  101. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting.ts +978 -0
  102. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/KPIManagement-dbg.js +487 -521
  103. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/KPIManagement.js +1 -1
  104. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/KPIManagement.ts +2 -2
  105. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MassEdit-dbg.js +141 -169
  106. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MassEdit.js +2 -3
  107. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MassEdit.ts +156 -0
  108. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler-dbg.js +233 -244
  109. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler.js +2 -3
  110. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler.ts +225 -0
  111. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/PageReady-dbg.js +301 -336
  112. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/PageReady.js +1 -1
  113. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/PageReady.ts +12 -10
  114. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Paginator-dbg.js +188 -175
  115. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Paginator.js +2 -3
  116. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Paginator.ts +163 -0
  117. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Placeholder-dbg.js +157 -149
  118. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Placeholder.js +2 -3
  119. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Placeholder.ts +151 -0
  120. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Routing-dbg.js +144 -125
  121. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Routing.js +2 -3
  122. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Routing.ts +132 -0
  123. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/RoutingListener-dbg.js +7 -6
  124. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/RoutingListener.js +2 -3
  125. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/RoutingListener.ts +3 -0
  126. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Share-dbg.js +230 -268
  127. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Share.js +2 -3
  128. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Share.ts +231 -0
  129. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/SideEffects-dbg.js +592 -633
  130. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/SideEffects.js +1 -1
  131. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/SideEffects.ts +8 -7
  132. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState-dbg.js +788 -806
  133. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState.js +2 -3
  134. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState.ts +805 -0
  135. package/packages/sap.fe.core/src/sap/fe/core/controls/ActionParameterDialog.fragment.xml +2 -2
  136. package/packages/sap.fe.core/src/sap/fe/core/controls/ActionPartial.fragment.xml +2 -2
  137. package/packages/sap.fe.core/src/sap/fe/core/controls/CommandExecution-dbg.js +67 -66
  138. package/packages/sap.fe.core/src/sap/fe/core/controls/CommandExecution.js +2 -3
  139. package/packages/sap.fe.core/src/sap/fe/core/controls/CommandExecution.ts +72 -0
  140. package/packages/sap.fe.core/src/sap/fe/core/controls/ConditionalWrapper-dbg.js +90 -75
  141. package/packages/sap.fe.core/src/sap/fe/core/controls/ConditionalWrapper.js +2 -3
  142. package/packages/sap.fe.core/src/sap/fe/core/controls/ConditionalWrapper.ts +83 -0
  143. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage-dbg.js +130 -125
  144. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage.js +2 -3
  145. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage.ts +126 -0
  146. package/packages/sap.fe.core/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler-dbg.js +103 -112
  147. package/packages/sap.fe.core/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler.js +2 -3
  148. package/packages/sap.fe.core/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler.ts +101 -0
  149. package/packages/sap.fe.core/src/sap/fe/core/controls/FieldWrapper-dbg.js +122 -135
  150. package/packages/sap.fe.core/src/sap/fe/core/controls/FieldWrapper.js +2 -3
  151. package/packages/sap.fe.core/src/sap/fe/core/controls/FieldWrapper.ts +115 -0
  152. package/packages/sap.fe.core/src/sap/fe/core/controls/FilterBar-dbg.js +162 -159
  153. package/packages/sap.fe.core/src/sap/fe/core/controls/FilterBar.js +2 -3
  154. package/packages/sap.fe.core/src/sap/fe/core/controls/FilterBar.ts +143 -0
  155. package/packages/sap.fe.core/src/sap/fe/core/controls/FormElementWrapper-dbg.js +45 -39
  156. package/packages/sap.fe.core/src/sap/fe/core/controls/FormElementWrapper.js +2 -3
  157. package/packages/sap.fe.core/src/sap/fe/core/controls/FormElementWrapper.ts +40 -0
  158. package/packages/sap.fe.core/src/sap/fe/core/controls/MultiValueParameterDelegate-dbg.js +37 -42
  159. package/packages/sap.fe.core/src/sap/fe/core/controls/MultiValueParameterDelegate.js +1 -2
  160. package/packages/sap.fe.core/src/sap/fe/core/controls/MultiValueParameterDelegate.ts +31 -0
  161. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/FilterContainer-dbg.js +126 -116
  162. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/FilterContainer.js +2 -3
  163. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/FilterContainer.ts +98 -0
  164. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilter-dbg.js +241 -255
  165. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilter.js +2 -3
  166. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilter.ts +245 -0
  167. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilterContainer-dbg.js +150 -141
  168. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilterContainer.js +2 -3
  169. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilterContainer.ts +125 -0
  170. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/utils/VisualFilterUtils-dbg.js +335 -322
  171. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/utils/VisualFilterUtils.js +2 -3
  172. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/utils/VisualFilterUtils.ts +337 -0
  173. package/packages/sap.fe.core/src/sap/fe/core/controls/massEdit/MassEditHandlers-dbg.js +74 -74
  174. package/packages/sap.fe.core/src/sap/fe/core/controls/massEdit/MassEditHandlers.js +2 -3
  175. package/packages/sap.fe.core/src/sap/fe/core/controls/massEdit/MassEditHandlers.ts +70 -0
  176. package/packages/sap.fe.core/src/sap/fe/core/converters/ConverterContext-dbg.js +348 -379
  177. package/packages/sap.fe.core/src/sap/fe/core/converters/ConverterContext.js +1 -1
  178. package/packages/sap.fe.core/src/sap/fe/core/converters/ConverterContext.ts +19 -16
  179. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings-dbg.js +12 -1
  180. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings.js +1 -1
  181. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings.ts +12 -1
  182. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestWrapper-dbg.js +354 -378
  183. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestWrapper.js +1 -1
  184. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestWrapper.ts +10 -0
  185. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter-dbg.js +6 -4
  186. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter.js +1 -1
  187. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter.ts +5 -2
  188. package/packages/sap.fe.core/src/sap/fe/core/converters/TemplateConverter-dbg.js +1 -1
  189. package/packages/sap.fe.core/src/sap/fe/core/converters/TemplateConverter.ts +2 -1
  190. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField-dbg.js +26 -12
  191. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField.js +1 -1
  192. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField.ts +37 -13
  193. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form-dbg.js +2 -2
  194. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form.js +1 -1
  195. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form.ts +4 -2
  196. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/KPI-dbg.js +1 -1
  197. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/KPI.ts +3 -2
  198. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table-dbg.js +130 -23
  199. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table.js +1 -1
  200. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table.ts +134 -29
  201. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/table/StandardActions-dbg.js +118 -53
  202. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/table/StandardActions.js +1 -1
  203. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/table/StandardActions.ts +156 -93
  204. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/FilterBar-dbg.js +161 -207
  205. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/FilterBar.js +1 -1
  206. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/FilterBar.ts +148 -206
  207. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Aggregation-dbg.js +115 -133
  208. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Aggregation.js +1 -1
  209. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/BindingHelper-dbg.js +20 -6
  210. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/BindingHelper.js +1 -1
  211. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/BindingHelper.ts +16 -4
  212. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/ConfigurableObject-dbg.js +12 -1
  213. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/ConfigurableObject.ts +11 -0
  214. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Key-dbg.js +42 -57
  215. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Key.js +1 -1
  216. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Key.ts +1 -1
  217. package/packages/sap.fe.core/src/sap/fe/core/converters/objectPage/HeaderAndFooterAction-dbg.js +25 -4
  218. package/packages/sap.fe.core/src/sap/fe/core/converters/objectPage/HeaderAndFooterAction.js +1 -1
  219. package/packages/sap.fe.core/src/sap/fe/core/converters/objectPage/HeaderAndFooterAction.ts +20 -3
  220. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter-dbg.js +10 -4
  221. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter.js +1 -1
  222. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter.ts +15 -4
  223. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ObjectPageConverter-dbg.js +7 -5
  224. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ObjectPageConverter.js +1 -1
  225. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ObjectPageConverter.ts +5 -1
  226. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent-dbg.designtime.js +92 -98
  227. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent.designtime.js +2 -3
  228. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent.designtime.ts +91 -0
  229. package/packages/sap.fe.core/src/sap/fe/core/designtime/library-preload.designtime.js +2 -3
  230. package/packages/sap.fe.core/src/sap/fe/core/designtime/library-preload.designtime.js.map +3 -3
  231. package/packages/sap.fe.core/src/sap/fe/core/formatters/CollaborationFormatter-dbg.js +104 -0
  232. package/packages/sap.fe.core/src/sap/fe/core/formatters/CollaborationFormatter.js +5 -0
  233. package/packages/sap.fe.core/src/sap/fe/core/formatters/CollaborationFormatter.ts +60 -0
  234. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter-dbg.js +53 -2
  235. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter.js +1 -1
  236. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter.ts +51 -0
  237. package/packages/sap.fe.core/src/sap/fe/core/fpm/Component-dbg.js +50 -54
  238. package/packages/sap.fe.core/src/sap/fe/core/fpm/Component.js +2 -3
  239. package/packages/sap.fe.core/src/sap/fe/core/fpm/Component.ts +48 -0
  240. package/packages/sap.fe.core/src/sap/fe/core/fpm/manifest.json +2 -2
  241. package/packages/sap.fe.core/src/sap/fe/core/fpm/resources.json +7 -3
  242. package/packages/sap.fe.core/src/sap/fe/core/helpers/AppStartupHelper-dbg.js +323 -309
  243. package/packages/sap.fe.core/src/sap/fe/core/helpers/AppStartupHelper.js +1 -1
  244. package/packages/sap.fe.core/src/sap/fe/core/helpers/AppStartupHelper.ts +363 -337
  245. package/packages/sap.fe.core/src/sap/fe/core/helpers/BindingExpression-dbg.js +7 -7
  246. package/packages/sap.fe.core/src/sap/fe/core/helpers/BindingExpression.js +1 -1
  247. package/packages/sap.fe.core/src/sap/fe/core/helpers/BindingExpression.ts +7 -7
  248. package/packages/sap.fe.core/src/sap/fe/core/helpers/ClassSupport-dbg.js +186 -62
  249. package/packages/sap.fe.core/src/sap/fe/core/helpers/ClassSupport.js +1 -1
  250. package/packages/sap.fe.core/src/sap/fe/core/helpers/ClassSupport.ts +168 -52
  251. package/packages/sap.fe.core/src/sap/fe/core/helpers/DynamicAnnotationPathHelper-dbg.js +5 -4
  252. package/packages/sap.fe.core/src/sap/fe/core/helpers/DynamicAnnotationPathHelper.js +1 -1
  253. package/packages/sap.fe.core/src/sap/fe/core/helpers/DynamicAnnotationPathHelper.ts +1 -5
  254. package/packages/sap.fe.core/src/sap/fe/core/helpers/FPMHelper-dbg.js +1 -1
  255. package/packages/sap.fe.core/src/sap/fe/core/helpers/FPMHelper.ts +1 -1
  256. package/packages/sap.fe.core/src/sap/fe/core/helpers/MassEditHelper-dbg.js +601 -684
  257. package/packages/sap.fe.core/src/sap/fe/core/helpers/MassEditHelper.js +2 -3
  258. package/packages/sap.fe.core/src/sap/fe/core/helpers/MassEditHelper.ts +699 -0
  259. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper-dbg.js +25 -1
  260. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper.js +1 -1
  261. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper.ts +23 -0
  262. package/packages/sap.fe.core/src/sap/fe/core/helpers/SemanticDateOperators-dbg.js +5 -1
  263. package/packages/sap.fe.core/src/sap/fe/core/helpers/SemanticDateOperators.js +1 -1
  264. package/packages/sap.fe.core/src/sap/fe/core/helpers/SemanticDateOperators.ts +4 -0
  265. package/packages/sap.fe.core/src/sap/fe/core/library-dbg.js +426 -451
  266. package/packages/sap.fe.core/src/sap/fe/core/library-h2-preload.js +36 -32
  267. package/packages/sap.fe.core/src/sap/fe/core/library-h2-preload.js.map +3 -3
  268. package/packages/sap.fe.core/src/sap/fe/core/library-preload.js +644 -738
  269. package/packages/sap.fe.core/src/sap/fe/core/library-preload.js.map +4 -4
  270. package/packages/sap.fe.core/src/sap/fe/core/library-preload.support.js +24 -35
  271. package/packages/sap.fe.core/src/sap/fe/core/library-preload.support.js.map +2 -2
  272. package/packages/sap.fe.core/src/sap/fe/core/library.js +2 -3
  273. package/packages/sap.fe.core/src/sap/fe/core/library.support.js +22 -33
  274. package/packages/sap.fe.core/src/sap/fe/core/library.support.ts +23 -0
  275. package/packages/sap.fe.core/src/sap/fe/core/library.ts +420 -0
  276. package/packages/sap.fe.core/src/sap/fe/core/manifest.json +10 -10
  277. package/packages/sap.fe.core/src/sap/fe/core/manifestMerger/ChangePageConfiguration-dbg.js +5 -3
  278. package/packages/sap.fe.core/src/sap/fe/core/manifestMerger/ChangePageConfiguration.js +1 -1
  279. package/packages/sap.fe.core/src/sap/fe/core/manifestMerger/ChangePageConfiguration.ts +4 -1
  280. package/packages/sap.fe.core/src/sap/fe/core/messagebundle.properties +22 -5
  281. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ar.properties +27 -7
  282. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_bg.properties +27 -7
  283. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ca.properties +27 -7
  284. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_cs.properties +27 -7
  285. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_cy.properties +27 -7
  286. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_da.properties +27 -7
  287. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_de.properties +27 -7
  288. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_el.properties +27 -7
  289. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en.properties +27 -7
  290. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_GB.properties +27 -7
  291. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_sappsd.properties +27 -7
  292. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_saprigi.properties +27 -7
  293. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_saptrc.properties +27 -7
  294. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_es.properties +27 -7
  295. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_es_MX.properties +27 -7
  296. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_et.properties +27 -7
  297. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fi.properties +28 -8
  298. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fr.properties +28 -8
  299. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fr_CA.properties +29 -9
  300. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hi.properties +27 -7
  301. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hr.properties +27 -7
  302. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hu.properties +27 -7
  303. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_id.properties +27 -7
  304. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_it.properties +27 -7
  305. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_iw.properties +27 -7
  306. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ja.properties +26 -6
  307. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_kk.properties +27 -7
  308. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ko.properties +27 -7
  309. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_lt.properties +27 -7
  310. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_lv.properties +28 -8
  311. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ms.properties +27 -7
  312. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_nl.properties +27 -7
  313. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_no.properties +27 -7
  314. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pl.properties +27 -7
  315. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pt.properties +28 -8
  316. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pt_PT.properties +27 -7
  317. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ro.properties +27 -7
  318. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ru.properties +27 -7
  319. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sh.properties +27 -7
  320. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sk.properties +27 -7
  321. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sl.properties +27 -7
  322. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sv.properties +27 -7
  323. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_th.properties +26 -6
  324. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_tr.properties +30 -10
  325. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_uk.properties +27 -7
  326. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_vi.properties +27 -7
  327. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_zh_CN.properties +27 -7
  328. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_zh_TW.properties +27 -7
  329. package/packages/sap.fe.core/src/sap/fe/core/resources.json +745 -384
  330. package/packages/sap.fe.core/src/sap/fe/core/services/AsyncComponentServiceFactory-dbg.js +45 -71
  331. package/packages/sap.fe.core/src/sap/fe/core/services/AsyncComponentServiceFactory.js +1 -1
  332. package/packages/sap.fe.core/src/sap/fe/core/services/CacheHandlerServiceFactory-dbg.js +154 -192
  333. package/packages/sap.fe.core/src/sap/fe/core/services/CacheHandlerServiceFactory.js +1 -1
  334. package/packages/sap.fe.core/src/sap/fe/core/services/CacheHandlerServiceFactory.ts +4 -4
  335. package/packages/sap.fe.core/src/sap/fe/core/services/EnvironmentServiceFactory-dbg.js +66 -92
  336. package/packages/sap.fe.core/src/sap/fe/core/services/EnvironmentServiceFactory.js +1 -1
  337. package/packages/sap.fe.core/src/sap/fe/core/services/EnvironmentServiceFactory.ts +1 -1
  338. package/packages/sap.fe.core/src/sap/fe/core/services/NavigationServiceFactory-dbg.js +284 -339
  339. package/packages/sap.fe.core/src/sap/fe/core/services/NavigationServiceFactory.js +1 -1
  340. package/packages/sap.fe.core/src/sap/fe/core/services/NavigationServiceFactory.ts +10 -13
  341. package/packages/sap.fe.core/src/sap/fe/core/services/ResourceModelServiceFactory-dbg.js +67 -102
  342. package/packages/sap.fe.core/src/sap/fe/core/services/ResourceModelServiceFactory.js +1 -1
  343. package/packages/sap.fe.core/src/sap/fe/core/services/ResourceModelServiceFactory.ts +5 -2
  344. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory-dbg.js +754 -814
  345. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory.js +1 -1
  346. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory.ts +13 -13
  347. package/packages/sap.fe.core/src/sap/fe/core/services/ShellServicesFactory-dbg.js +649 -736
  348. package/packages/sap.fe.core/src/sap/fe/core/services/ShellServicesFactory.js +1 -1
  349. package/packages/sap.fe.core/src/sap/fe/core/services/ShellServicesFactory.ts +7 -4
  350. package/packages/sap.fe.core/src/sap/fe/core/services/SideEffectsServiceFactory-dbg.js +567 -592
  351. package/packages/sap.fe.core/src/sap/fe/core/services/SideEffectsServiceFactory.js +1 -1
  352. package/packages/sap.fe.core/src/sap/fe/core/services/SideEffectsServiceFactory.ts +22 -3
  353. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory-dbg.js +354 -386
  354. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory.js +1 -1
  355. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory.ts +21 -14
  356. package/packages/sap.fe.core/src/sap/fe/core/services/view/TemplatingErrorPage-dbg.controller.js +1 -1
  357. package/packages/sap.fe.core/src/sap/fe/core/services/view/TemplatingErrorPage.controller.ts +1 -1
  358. package/packages/sap.fe.core/src/sap/fe/core/support/CommonHelper-dbg.js +1 -1
  359. package/packages/sap.fe.core/src/sap/fe/core/support/CommonHelper.ts +1 -1
  360. package/packages/sap.fe.core/src/sap/fe/core/support/Diagnostics-dbg.js +36 -48
  361. package/packages/sap.fe.core/src/sap/fe/core/support/Diagnostics.js +1 -1
  362. package/packages/sap.fe.core/src/sap/fe/core/templating/DataModelPathHelper-dbg.js +93 -85
  363. package/packages/sap.fe.core/src/sap/fe/core/templating/DataModelPathHelper.js +1 -1
  364. package/packages/sap.fe.core/src/sap/fe/core/templating/DataModelPathHelper.ts +104 -95
  365. package/packages/sap.fe.core/src/sap/fe/core/templating/FilterHelper-dbg.js +25 -32
  366. package/packages/sap.fe.core/src/sap/fe/core/templating/FilterHelper.js +1 -1
  367. package/packages/sap.fe.core/src/sap/fe/core/templating/FilterHelper.ts +36 -35
  368. package/packages/sap.fe.core/src/sap/fe/core/templating/PropertyHelper-dbg.js +2 -2
  369. package/packages/sap.fe.core/src/sap/fe/core/templating/PropertyHelper.js +1 -1
  370. package/packages/sap.fe.core/src/sap/fe/core/templating/PropertyHelper.ts +1 -1
  371. package/packages/sap.fe.core/src/sap/fe/core/templating/UIFormatters-dbg.js +32 -26
  372. package/packages/sap.fe.core/src/sap/fe/core/templating/UIFormatters.js +1 -1
  373. package/packages/sap.fe.core/src/sap/fe/core/templating/UIFormatters.ts +37 -24
  374. package/packages/sap.fe.core/test/sap/fe/core/designtime/api.json +1664 -1
  375. package/packages/sap.fe.core/test/sap/fe/core/designtime/apiref/api.json +1 -1
  376. package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.jsmeta.json +1 -1
  377. package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.jstemplates.json +1 -1
  378. package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.xmlmeta.json +1 -1
  379. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/model/MacroNavigationModel.js +59 -0
  380. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldDisplay/localService/RootEntity.json +1 -1
  381. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/Component.js +33 -0
  382. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/FieldMessages.controller.js +34 -0
  383. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/FieldMessages.view.xml +18 -0
  384. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/localService/Entities.json +6 -0
  385. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/localService/service.cds +6 -0
  386. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/manifest.json +68 -0
  387. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/fieldMessages.html +37 -0
  388. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarSVandAnnotationDefaults/FilterBarSVandAnnotationDefaults.controller.js +1 -0
  389. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/Page.controller.js +7 -2
  390. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/Page.view.xml +9 -3
  391. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/localService/RootEntity.js +23 -0
  392. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/localService/RootEntity.ts +11 -0
  393. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/localService/service.cds +11 -23
  394. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/Component.js +40 -0
  395. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/TableMessages.controller.js +35 -0
  396. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/TableMessages.view.xml +21 -0
  397. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/localService/RootEntity.json +82 -0
  398. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/localService/service.cds +82 -0
  399. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/manifest.json +78 -0
  400. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/tableMessages.html +37 -0
  401. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/controllerExtensions/basicExtensibility/localService/ChildEntity.json +5 -4
  402. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/manifest.json +3 -0
  403. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/view/App.view.xml +1 -1
  404. package/packages/sap.fe.core/test/sap/fe/core/jest/AnnotationHelper.spec.js +1 -169
  405. package/packages/sap.fe.core/test/sap/fe/core/jest/AnnotationHelper.spec.ts +0 -212
  406. package/packages/sap.fe.core/test/sap/fe/core/jest/CommonUtils.spec.js +2305 -119
  407. package/packages/sap.fe.core/test/sap/fe/core/jest/CommonUtils.spec.ts +2206 -67
  408. package/packages/sap.fe.core/test/sap/fe/core/jest/FilterUtils.spec.js +40 -0
  409. package/packages/sap.fe.core/test/sap/fe/core/jest/FilterUtils.spec.ts +34 -0
  410. package/packages/sap.fe.core/test/sap/fe/core/jest/FlexibleColumnLayout.spec.js +114 -0
  411. package/packages/sap.fe.core/test/sap/fe/core/jest/FlexibleColumnLayout.spec.ts +114 -0
  412. package/packages/sap.fe.core/test/sap/fe/core/jest/Paginators.spec.js +113 -0
  413. package/packages/sap.fe.core/test/sap/fe/core/jest/Paginators.spec.ts +78 -0
  414. package/packages/sap.fe.core/test/sap/fe/core/jest/RouterProxy.spec.js +599 -1
  415. package/packages/sap.fe.core/test/sap/fe/core/jest/RouterProxy.spec.ts +614 -0
  416. package/packages/sap.fe.core/test/sap/fe/core/jest/TemplateConverter.spec.js +23 -5
  417. package/packages/sap.fe.core/test/sap/fe/core/jest/TemplateConverter.spec.ts +26 -14
  418. package/packages/sap.fe.core/test/sap/fe/core/jest/TransactionHelper.spec.js +87 -1
  419. package/packages/sap.fe.core/test/sap/fe/core/jest/TransactionHelper.spec.ts +82 -1
  420. package/packages/sap.fe.core/test/sap/fe/core/jest/VisualFilterUtils.spec.js +124 -0
  421. package/packages/sap.fe.core/test/sap/fe/core/jest/VisualFilterUtils.spec.ts +141 -0
  422. package/packages/sap.fe.core/test/sap/fe/core/jest/__snapshots__/TemplateConverter.spec.ts.snap +34768 -67
  423. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/ActivitySync.spec.js +170 -0
  424. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/ActivitySync.spec.ts +155 -0
  425. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/CollaborationCommon.spec.js +101 -0
  426. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/CollaborationCommon.spec.ts +94 -0
  427. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/Manage.spec.js +82 -0
  428. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/Manage.spec.ts +77 -0
  429. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/draft.spec.js +2 -2
  430. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/draft.spec.ts +1 -1
  431. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/messageHandling.spec.js +7 -2
  432. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/messageHandling.spec.ts +7 -0
  433. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/operations.spec.js +104 -2
  434. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/operations.spec.ts +96 -1
  435. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/sticky.spec.js +83 -0
  436. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/sticky.spec.ts +79 -0
  437. package/packages/sap.fe.core/test/sap/fe/core/jest/appcomponent.spec.js +72 -0
  438. package/packages/sap.fe.core/test/sap/fe/core/jest/appcomponent.spec.ts +64 -0
  439. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/EditFlow.spec.js +619 -3
  440. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/EditFlow.spec.ts +668 -5
  441. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalEditFlow.spec.js +297 -1
  442. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalEditFlow.spec.ts +276 -6
  443. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalIntentBasedNavigation.spec.js +149 -0
  444. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalIntentBasedNavigation.spec.ts +142 -0
  445. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalRouting.spec.js +776 -182
  446. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalRouting.spec.ts +181 -3
  447. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/KPIManagement.spec.js +19 -43
  448. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MassEdit.spec.js +2 -18
  449. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MassEdit.spec.ts +8 -6
  450. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandler.spec.js +5 -27
  451. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandler.spec.ts +1 -1
  452. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/Routing.spec.js +1 -1
  453. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/Routing.spec.ts +1 -1
  454. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/Share.spec.js +86 -0
  455. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/Share.spec.ts +80 -0
  456. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/SideEffects.spec.js +1 -1
  457. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/SideEffects.spec.ts +1 -1
  458. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/ViewState.spec.js +2 -18
  459. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/ViewState.spec.ts +1 -1
  460. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/DataLossOrDraftDiscardHandler.spec.js +45 -0
  461. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/DataLossOrDraftDiscardHandler.spec.ts +29 -0
  462. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/FilterBar.spec.js +51 -1
  463. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/FilterBar.spec.ts +47 -1
  464. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/__snapshots__/FilterBar.spec.ts.snap +3 -0
  465. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ConverterContext.spec.js +2 -2
  466. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ConverterContext.spec.ts +1 -1
  467. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Filter.spec.js +25 -36
  468. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Filter.spec.ts +26 -36
  469. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ListReportConverter.spec.js +3 -3
  470. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ListReportConverter.spec.ts +2 -2
  471. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/MetaModelConverter.spec.js +1 -1
  472. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/MetaModelConverter.spec.ts +6 -5
  473. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Table.spec.js +133 -9
  474. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Table.spec.ts +171 -8
  475. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/TableStandardActions.spec.js +174 -210
  476. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/TableStandardActions.spec.ts +294 -230
  477. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/__snapshots__/Filter.spec.ts.snap +3 -1
  478. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/Chart.spec.js +237 -0
  479. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/Chart.spec.ts +246 -0
  480. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/DataVisualization.spec.js +9993 -0
  481. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/DataVisualization.spec.ts +11352 -0
  482. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/Table.spec.js +460 -0
  483. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/Table.spec.ts +543 -0
  484. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/TableAnalytics.spec.js +616 -0
  485. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/TableAnalytics.spec.ts +711 -0
  486. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/manifest.json +887 -0
  487. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/objectPage/HeaderAndFooterAction.spec.js +393 -0
  488. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/objectPage/HeaderAndFooterAction.spec.ts +434 -0
  489. package/packages/sap.fe.core/test/sap/fe/core/jest/data/DataConverter.js +31 -0
  490. package/packages/sap.fe.core/test/sap/fe/core/jest/data/DataConverter.ts +12 -0
  491. package/packages/sap.fe.core/test/sap/fe/core/jest/data/Filter.cds +27 -0
  492. package/packages/sap.fe.core/test/sap/fe/core/jest/data/MassEditHelper.cds +12 -0
  493. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/manifest.json +150 -0
  494. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/metadata.xml +365 -0
  495. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/metadata_groupable_options.xml +96 -0
  496. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/metadata_textArrangement.xml +102 -0
  497. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/metadata_withPV.xml +359 -0
  498. package/packages/sap.fe.core/test/sap/fe/core/jest/data/Table.cds +89 -27
  499. package/packages/sap.fe.core/test/sap/fe/core/jest/data/TemplatingTestData.js +421 -0
  500. package/packages/sap.fe.core/test/sap/fe/core/jest/data/TemplatingTestData.ts +413 -0
  501. package/packages/sap.fe.core/test/sap/fe/core/jest/data/aggregatedSD/metadata.xml +3767 -0
  502. package/packages/sap.fe.core/test/sap/fe/core/jest/data/dsr/manifest.json +185 -0
  503. package/packages/sap.fe.core/test/sap/fe/core/jest/data/dsr/metadata.xml +1534 -0
  504. package/packages/sap.fe.core/test/sap/fe/core/jest/data/manifest.json +887 -0
  505. package/packages/sap.fe.core/test/sap/fe/core/jest/data/salesOrderMetadata_qunit.xml +4995 -0
  506. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/CollaborationFormatters.spec.js +48 -0
  507. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/CollaborationFormatters.spec.ts +48 -0
  508. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/TableFormatters.spec.js +131 -51
  509. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/TableFormatters.spec.ts +81 -31
  510. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/AppStartupHelper.spec.js +13 -7
  511. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/AppStartupHelper.spec.ts +12 -6
  512. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/MassEditHelper.spec.js +17 -3
  513. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/MassEditHelper.spec.ts +24 -7
  514. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/ModelHelper.spec.js +61 -1
  515. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/ModelHelper.spec.ts +59 -0
  516. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/PasteHelper.spec.js +3 -3
  517. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/PasteHelper.spec.ts +1 -2
  518. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/SemanticDateOperators.spec.js +4 -4
  519. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/SemanticDateOperators.spec.ts +6 -3
  520. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/StableIdHelper.spec.js +1 -1
  521. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/StableIdHelper.spec.ts +1 -1
  522. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/__snapshots__/AppStartupHelper.spec.ts.snap +19 -0
  523. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/__snapshots__/MassEditHelper.spec.ts.snap +0 -73
  524. package/packages/sap.fe.core/test/sap/fe/core/jest/manifestmerger/ChangePageConfiguration.spec.js +11 -1
  525. package/packages/sap.fe.core/test/sap/fe/core/jest/manifestmerger/ChangePageConfiguration.spec.ts +15 -0
  526. package/packages/sap.fe.core/test/sap/fe/core/jest/manifestmerger/__snapshots__/ChangePageConfiguration.spec.ts.snap +30 -0
  527. package/packages/sap.fe.core/test/sap/fe/core/jest/services/SideEffectsService.spec.js +49 -5
  528. package/packages/sap.fe.core/test/sap/fe/core/jest/services/SideEffectsService.spec.ts +60 -5
  529. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/DataModelPathHelper.spec.js +384 -0
  530. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/DataModelPathHelper.spec.ts +427 -0
  531. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/PropertyHelper.spec.js +132 -2
  532. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/PropertyHelper.spec.ts +156 -2
  533. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/UIFormatters.spec.js +273 -0
  534. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/UIFormatters.spec.ts +402 -0
  535. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/ValueHelpTemplating.spec.js +45 -0
  536. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/ValueHelpTemplating.spec.ts +40 -0
  537. package/packages/sap.fe.core/test/sap/fe/core/qunit/TemplatingExpressions.qunit.js +2 -1
  538. package/packages/sap.fe.core/test/sap/fe/core/qunit/apps/generalTests.json +0 -102
  539. package/packages/sap.fe.core/test/sap/fe/core/relnotes/changes-1.100.json +326 -0
  540. package/packages/sap.fe.core/test/sap/fe/core/relnotes/changes-1.99.json +0 -22
  541. package/packages/sap.fe.macros/src/sap/fe/macros/.library +1 -1
  542. package/packages/sap.fe.macros/src/sap/fe/macros/.theming +1 -1
  543. package/packages/sap.fe.macros/src/sap/fe/macros/Chart.metadata-dbg.js +2 -2
  544. package/packages/sap.fe.macros/src/sap/fe/macros/Chart.metadata.js +1 -1
  545. package/packages/sap.fe.macros/src/sap/fe/macros/ChartAPI-dbg.js +22 -43
  546. package/packages/sap.fe.macros/src/sap/fe/macros/ChartAPI.js +1 -1
  547. package/packages/sap.fe.macros/src/sap/fe/macros/ChartAPI.ts +3 -3
  548. package/packages/sap.fe.macros/src/sap/fe/macros/ChartDelegate-dbg.js +14 -24
  549. package/packages/sap.fe.macros/src/sap/fe/macros/ChartDelegate.js +1 -1
  550. package/packages/sap.fe.macros/src/sap/fe/macros/CommonHelper-dbg.js +1 -1
  551. package/packages/sap.fe.macros/src/sap/fe/macros/DraftIndicator.fragment.xml +3 -2
  552. package/packages/sap.fe.macros/src/sap/fe/macros/Field.fragment.xml +16 -18
  553. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI-dbg.js +162 -100
  554. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI.js +1 -1
  555. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI.ts +93 -16
  556. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBar.fragment.xml +2 -1
  557. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBar.metadata-dbg.js +16 -8
  558. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBar.metadata.js +1 -1
  559. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI-dbg.js +58 -83
  560. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI.js +1 -1
  561. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI.ts +16 -2
  562. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarDelegate-dbg.js +112 -192
  563. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarDelegate.js +1 -1
  564. package/packages/sap.fe.macros/src/sap/fe/macros/Form.metadata-dbg.js +1 -1
  565. package/packages/sap.fe.macros/src/sap/fe/macros/Form.metadata.js +1 -1
  566. package/packages/sap.fe.macros/src/sap/fe/macros/FormAPI-dbg.js +4 -20
  567. package/packages/sap.fe.macros/src/sap/fe/macros/FormAPI.js +1 -1
  568. package/packages/sap.fe.macros/src/sap/fe/macros/FormContainer.fragment.xml +1 -1
  569. package/packages/sap.fe.macros/src/sap/fe/macros/FormContainerAPI-dbg.js +10 -31
  570. package/packages/sap.fe.macros/src/sap/fe/macros/FormContainerAPI.js +1 -1
  571. package/packages/sap.fe.macros/src/sap/fe/macros/MacroAPI-dbg.js +147 -162
  572. package/packages/sap.fe.macros/src/sap/fe/macros/MacroAPI.js +1 -1
  573. package/packages/sap.fe.macros/src/sap/fe/macros/MacroAPI.ts +32 -8
  574. package/packages/sap.fe.macros/src/sap/fe/macros/MacroMetadata-dbg.js +5 -0
  575. package/packages/sap.fe.macros/src/sap/fe/macros/MacroMetadata.js +1 -1
  576. package/packages/sap.fe.macros/src/sap/fe/macros/PhantomUtil-dbg.js +56 -74
  577. package/packages/sap.fe.macros/src/sap/fe/macros/PhantomUtil.js +1 -1
  578. package/packages/sap.fe.macros/src/sap/fe/macros/Table.fragment.xml +1 -1
  579. package/packages/sap.fe.macros/src/sap/fe/macros/Table.metadata-dbg.js +90 -39
  580. package/packages/sap.fe.macros/src/sap/fe/macros/Table.metadata.js +1 -1
  581. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI-dbg.js +284 -251
  582. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI.js +1 -1
  583. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI.ts +126 -14
  584. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldHelper-dbg.js +38 -101
  585. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldHelper.js +1 -1
  586. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldRuntime-dbg.js +68 -6
  587. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldRuntime.js +1 -1
  588. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating-dbg.js +72 -12
  589. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating.js +1 -1
  590. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating.ts +67 -10
  591. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkDelegate-dbg.js +5 -12
  592. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkDelegate.js +1 -1
  593. package/packages/sap.fe.macros/src/sap/fe/macros/filter/DraftEditState.fragment.xml +1 -1
  594. package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterFieldHelper-dbg.js +1 -3
  595. package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterFieldHelper.js +1 -1
  596. package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterUtils-dbg.js +62 -39
  597. package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterUtils.js +1 -1
  598. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/MultiValue-dbg.js +104 -50
  599. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/MultiValue.js +2 -3
  600. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/MultiValue.ts +68 -0
  601. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Range-dbg.js +83 -35
  602. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Range.js +2 -3
  603. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Range.ts +66 -0
  604. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Value-dbg.js +327 -216
  605. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Value.js +2 -3
  606. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Value.ts +303 -0
  607. package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollaborationAvatar.fragment.xml +15 -0
  608. package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollectionField.metadata-dbg.js +14 -2
  609. package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollectionField.metadata.js +1 -1
  610. package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollectionField.metadata.ts +18 -2
  611. package/packages/sap.fe.macros/src/sap/fe/macros/internal/DataPoint.fragment.xml +12 -29
  612. package/packages/sap.fe.macros/src/sap/fe/macros/internal/DataPoint.metadata-dbg.js +9 -0
  613. package/packages/sap.fe.macros/src/sap/fe/macros/internal/DataPoint.metadata.js +1 -1
  614. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.fragment.xml +1 -0
  615. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.metadata-dbg.js +529 -533
  616. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.metadata.js +2 -3
  617. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.metadata.ts +568 -0
  618. package/packages/sap.fe.macros/src/sap/fe/macros/internal/FilterField.fragment.xml +0 -1
  619. package/packages/sap.fe.macros/src/sap/fe/macros/internal/SituationsIndicator-dbg.js +3 -3
  620. package/packages/sap.fe.macros/src/sap/fe/macros/internal/SituationsIndicator.js +1 -1
  621. package/packages/sap.fe.macros/src/sap/fe/macros/internal/SituationsIndicator.ts +3 -2
  622. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/FieldContent.fragment.xml +3 -1
  623. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/FieldStructure.fragment.xml +13 -3
  624. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/DataPoint.fragment.xml +4 -1
  625. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/ExpandableText.fragment.xml +1 -0
  626. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/LabelSemanticKey.fragment.xml +1 -0
  627. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/Link.fragment.xml +38 -4
  628. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/LinkWithQuickViewForm.fragment.xml +2 -2
  629. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/LinkWrapper.fragment.xml +3 -3
  630. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/MdcFieldWithValueHelp.fragment.xml +1 -2
  631. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/ObjectIdentifier.fragment.xml +55 -11
  632. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/SemanticKeyWithDraftIndicator.fragment.xml +1 -1
  633. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/Text.fragment.xml +3 -3
  634. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/DatePicker.fragment.xml +9 -2
  635. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/DateTimePicker.fragment.xml +9 -2
  636. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/Input.fragment.xml +12 -3
  637. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/InputWithUnit.fragment.xml +26 -5
  638. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/InputWithValueHelp.fragment.xml +10 -2
  639. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/RatingIndicator.fragment.xml +9 -2
  640. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/TimePicker.fragment.xml +9 -2
  641. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/fragments/ObjectIdentifierContent.fragment.xml +4 -0
  642. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating-dbg.js +31 -2
  643. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating.js +1 -1
  644. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating.ts +20 -0
  645. package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Runtime-dbg.js +2 -2
  646. package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Runtime.js +1 -1
  647. package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Runtime.ts +7 -9
  648. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListHelper-dbg.js +90 -118
  649. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListHelper.js +1 -1
  650. package/packages/sap.fe.macros/src/sap/fe/macros/library-dbg.js +1 -1
  651. package/packages/sap.fe.macros/src/sap/fe/macros/library-h2-preload.js +13 -12
  652. package/packages/sap.fe.macros/src/sap/fe/macros/library-h2-preload.js.map +2 -2
  653. package/packages/sap.fe.macros/src/sap/fe/macros/library-preload.js +185 -214
  654. package/packages/sap.fe.macros/src/sap/fe/macros/library-preload.js.map +4 -4
  655. package/packages/sap.fe.macros/src/sap/fe/macros/library.js +1 -1
  656. package/packages/sap.fe.macros/src/sap/fe/macros/manifest.json +9 -9
  657. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle.properties +4 -1
  658. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ar.properties +3 -1
  659. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_bg.properties +3 -1
  660. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ca.properties +3 -1
  661. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_cs.properties +3 -1
  662. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_cy.properties +3 -1
  663. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_da.properties +3 -1
  664. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_de.properties +4 -2
  665. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_el.properties +3 -1
  666. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en.properties +3 -1
  667. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_GB.properties +3 -1
  668. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_sappsd.properties +3 -1
  669. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_saprigi.properties +3 -1
  670. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_saptrc.properties +3 -1
  671. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_es.properties +3 -1
  672. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_es_MX.properties +3 -1
  673. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_et.properties +3 -1
  674. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fi.properties +3 -1
  675. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fr.properties +3 -1
  676. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fr_CA.properties +3 -1
  677. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hi.properties +3 -1
  678. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hr.properties +3 -1
  679. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hu.properties +4 -2
  680. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_id.properties +4 -2
  681. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_it.properties +3 -1
  682. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_iw.properties +3 -1
  683. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ja.properties +3 -1
  684. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_kk.properties +3 -1
  685. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ko.properties +3 -1
  686. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_lt.properties +3 -1
  687. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_lv.properties +3 -1
  688. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ms.properties +3 -1
  689. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_nl.properties +3 -1
  690. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_no.properties +3 -1
  691. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pl.properties +3 -1
  692. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pt.properties +3 -1
  693. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pt_PT.properties +3 -1
  694. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ro.properties +3 -1
  695. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ru.properties +3 -1
  696. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sh.properties +3 -1
  697. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sk.properties +3 -1
  698. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sl.properties +3 -1
  699. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sv.properties +3 -1
  700. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_th.properties +3 -1
  701. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_tr.properties +3 -1
  702. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_uk.properties +3 -1
  703. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_vi.properties +3 -1
  704. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_zh_CN.properties +3 -1
  705. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_zh_TW.properties +3 -1
  706. package/packages/sap.fe.macros/src/sap/fe/macros/resources.json +273 -199
  707. package/packages/sap.fe.macros/src/sap/fe/macros/table/Actions.fragment.xml +1 -1
  708. package/packages/sap.fe.macros/src/sap/fe/macros/table/Column.fragment.xml +1 -1
  709. package/packages/sap.fe.macros/src/sap/fe/macros/table/ColumnContent.fragment.xml +2 -0
  710. package/packages/sap.fe.macros/src/sap/fe/macros/table/CreationRow.fragment.xml +13 -20
  711. package/packages/sap.fe.macros/src/sap/fe/macros/table/CustomColumn.fragment.xml +1 -0
  712. package/packages/sap.fe.macros/src/sap/fe/macros/table/TableHelper-dbg.js +5 -110
  713. package/packages/sap.fe.macros/src/sap/fe/macros/table/TableHelper.js +1 -1
  714. package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/TableDelegate-dbg.js +98 -78
  715. package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/TableDelegate.js +1 -1
  716. package/packages/sap.fe.macros/src/sap/fe/macros/valuehelp/ValueHelpFilterBar.metadata-dbg.js +1 -1
  717. package/packages/sap.fe.macros/src/sap/fe/macros/valuehelp/ValueHelpFilterBar.metadata.js +1 -1
  718. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/api.json +211 -10
  719. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/apiref/api.json +1 -1
  720. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/codeassistance/Library.jsmeta.json +1 -1
  721. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/codeassistance/Library.xmlmeta.json +1 -1
  722. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartDelegate.spec.js +1 -45
  723. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartDelegate.spec.ts +0 -60
  724. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldAPI.spec.js +78 -0
  725. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldAPI.spec.ts +71 -0
  726. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldMacroDataFieldTypes.spec.js +35 -1
  727. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldMacroDataFieldTypes.spec.ts +44 -0
  728. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterBarDelegate.spec.js +0 -76
  729. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterBarMacro.spec.js +27 -1
  730. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterBarMacro.spec.ts +28 -0
  731. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterFieldHelper.spec.js +10 -12
  732. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterFieldHelper.spec.ts +10 -10
  733. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterUtils.spec.js +129 -15
  734. package/packages/sap.fe.macros/test/sap/fe/macros/jest/MacroAPI.spec.js +13 -39
  735. package/packages/sap.fe.macros/test/sap/fe/macros/jest/MacroAPI.spec.ts +2 -2
  736. package/packages/sap.fe.macros/test/sap/fe/macros/jest/RetrieveTextFromValueList.spec.js +119 -0
  737. package/packages/sap.fe.macros/test/sap/fe/macros/jest/RetrieveTextFromValueList.spec.ts +113 -0
  738. package/packages/sap.fe.macros/test/sap/fe/macros/jest/Table.spec.js +166 -2
  739. package/packages/sap.fe.macros/test/sap/fe/macros/jest/Table.spec.ts +190 -3
  740. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableAPI.spec.js +457 -389
  741. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableAPI.spec.ts +504 -425
  742. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableMacro.spec.js +104 -2
  743. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableMacro.spec.ts +158 -1
  744. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/ChartDelegate.spec.ts.snap +0 -6
  745. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/DatapointMacro.spec.ts.snap +5 -5
  746. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroDataFieldTypes.spec.ts.snap +114 -25
  747. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroWithSemanticKey.spec.ts.snap +40 -40
  748. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroWithValueHelp.spec.ts.snap +4 -8
  749. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FilterBarMacro.spec.ts.snap +19 -19
  750. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FilterField.spec.ts.snap +3 -5
  751. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/QuickViewForm.spec.ts.snap +12 -0
  752. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/SimpleFieldMacro.spec.ts.snap +89 -90
  753. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/Table.spec.ts.snap +1314 -58
  754. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/TableMacro.spec.ts.snap +459 -0
  755. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/FieldMacroDataFieldTypes.cds +18 -2
  756. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/QuickViewForm.cds +6 -1
  757. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/Table.cds +107 -106
  758. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/TableAPI.cds +197 -0
  759. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldRuntime.spec.js +33 -4
  760. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldRuntime.spec.ts +30 -4
  761. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldTemplating.spec.js +72 -29
  762. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldTemplating.spec.ts +86 -18
  763. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/__snapshots__/columnWidth.spec.ts.snap +51 -27
  764. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/columnWidth.spec.js +55 -9
  765. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/columnWidth.spec.ts +46 -6
  766. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/data/columnWidth.cds +28 -1
  767. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/TableDelegate.spec.js +170 -43
  768. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/TableDelegate.spec.ts +131 -15
  769. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/__snapshots__/TableDelegate.spec.ts.snap +90 -53
  770. package/packages/sap.fe.macros/test/sap/fe/macros/jest/tsx/TestTSX.spec.tsx +2 -1
  771. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/index.json +0 -5
  772. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FieldHelper.qunit.js +1 -99
  773. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FormElementTemplating.qunit.js +1 -1
  774. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/MacroMetadata.qunit.js +4 -4
  775. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/TableHelper.qunit.js +4 -4
  776. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/ValueHelpTemplating.qunit.js +15 -0
  777. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/ValueListHelper.qunit.js +265 -106
  778. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/metadata/simpleMetadata.js +38 -0
  779. package/packages/sap.fe.macros/test/sap/fe/macros/relnotes/changes-1.100.json +372 -0
  780. package/packages/sap.fe.macros/test/sap/fe/macros/relnotes/changes-1.99.json +0 -11
  781. package/packages/sap.fe.navigation/src/sap/fe/navigation/.library +1 -1
  782. package/packages/sap.fe.navigation/src/sap/fe/navigation/.theming +1 -1
  783. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-dbg.js +1 -1
  784. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-h2-preload.js +2 -2
  785. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-h2-preload.js.map +2 -2
  786. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-preload.js +2 -2
  787. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-preload.js.map +2 -2
  788. package/packages/sap.fe.navigation/src/sap/fe/navigation/library.js +1 -1
  789. package/packages/sap.fe.navigation/src/sap/fe/navigation/manifest.json +3 -3
  790. package/packages/sap.fe.navigation/src/sap/fe/navigation/resources.json +8 -8
  791. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/api.json +1 -1
  792. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/apiref/api.json +1 -1
  793. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/codeassistance/Library.xmlmeta.json +1 -1
  794. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/.library +1 -1
  795. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/.theming +1 -1
  796. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-dbg.js +1 -1
  797. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-h2-preload.js +2 -2
  798. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-h2-preload.js.map +2 -2
  799. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-preload.js +2 -2
  800. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-preload.js.map +2 -2
  801. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library.js +1 -1
  802. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/manifest.json +3 -3
  803. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/resources.json +27 -27
  804. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/base/css_variables.source.less +316 -15
  805. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/base/resources.json +1 -1
  806. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize/css_variables.less +315 -14
  807. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize/css_variables.source.less +315 -14
  808. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize/resources.json +2 -2
  809. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcb/css_variables.less +316 -15
  810. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcb/css_variables.source.less +316 -15
  811. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcb/resources.json +2 -2
  812. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcw/css_variables.less +316 -15
  813. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcw/css_variables.source.less +316 -15
  814. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcw/resources.json +2 -2
  815. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_plus/css_variables.less +315 -14
  816. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_plus/css_variables.source.less +315 -14
  817. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_plus/resources.json +2 -2
  818. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3/css_variables.less +317 -16
  819. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3/css_variables.source.less +317 -16
  820. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3/resources.json +2 -2
  821. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_dark/css_variables.less +317 -16
  822. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_dark/css_variables.source.less +317 -16
  823. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_dark/resources.json +2 -2
  824. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcb/css_variables.less +316 -15
  825. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcb/css_variables.source.less +316 -15
  826. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcb/resources.json +2 -2
  827. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcw/css_variables.less +316 -15
  828. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcw/css_variables.source.less +316 -15
  829. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcw/resources.json +2 -2
  830. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_horizon/css_variables.less +400 -99
  831. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_horizon/css_variables.source.less +400 -99
  832. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_horizon/resources.json +2 -2
  833. package/packages/sap.fe.placeholder/test/sap/fe/placeholder/designtime/api.json +1 -1
  834. package/packages/sap.fe.placeholder/test/sap/fe/placeholder/designtime/apiref/api.json +1 -1
  835. package/packages/sap.fe.templates/src/sap/fe/templates/.library +1 -1
  836. package/packages/sap.fe.templates/src/sap/fe/templates/.theming +1 -1
  837. package/packages/sap.fe.templates/src/sap/fe/templates/AnalyticalListPage/manifest.json +2 -2
  838. package/packages/sap.fe.templates/src/sap/fe/templates/AnalyticalListPage/resources.json +1 -1
  839. package/packages/sap.fe.templates/src/sap/fe/templates/ListComponent-dbg.js +1 -1
  840. package/packages/sap.fe.templates/src/sap/fe/templates/ListComponent.js +1 -1
  841. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/Component-dbg.js +7 -1
  842. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/Component.js +1 -1
  843. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReport.view.xml +22 -21
  844. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReportController-dbg.controller.js +13 -18
  845. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReportController.controller.js +1 -1
  846. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/manifest.json +2 -2
  847. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/resources.json +7 -7
  848. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.fragment.xml +3 -3
  849. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/AnnotationHelper-dbg.js +50 -9
  850. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/AnnotationHelper.js +1 -1
  851. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/Component-dbg.js +1 -12
  852. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/Component.js +1 -1
  853. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +5 -1
  854. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPageController-dbg.controller.js +50 -17
  855. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +1 -1
  856. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/controls/StashableHBox-dbg.js +7 -1
  857. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/controls/StashableHBox.js +1 -1
  858. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/designtime/FlexBox-dbg.designtime.js +3 -0
  859. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/designtime/FlexBox.designtime.js +1 -1
  860. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/manifest.json +2 -2
  861. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/resources.json +19 -15
  862. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/CollaborationDraft.fragment.xml +36 -0
  863. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/EditableHeaderFacet.fragment.xml +1 -1
  864. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/HeaderFacet.fragment.xml +1 -0
  865. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/HeaderFacetCustomContainer.fragment.xml +1 -0
  866. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/Fcl-dbg.controller.js +3 -1
  867. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/Fcl.controller.js +1 -1
  868. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/NavContainer-dbg.controller.js +3 -1
  869. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/NavContainer.controller.js +1 -1
  870. package/packages/sap.fe.templates/src/sap/fe/templates/designtime/library-preload.designtime.js +1 -1
  871. package/packages/sap.fe.templates/src/sap/fe/templates/designtime/library-preload.designtime.js.map +2 -2
  872. package/packages/sap.fe.templates/src/sap/fe/templates/library-dbg.js +1 -1
  873. package/packages/sap.fe.templates/src/sap/fe/templates/library-h2-preload.js +4 -3
  874. package/packages/sap.fe.templates/src/sap/fe/templates/library-h2-preload.js.map +2 -2
  875. package/packages/sap.fe.templates/src/sap/fe/templates/library-preload.js +22 -21
  876. package/packages/sap.fe.templates/src/sap/fe/templates/library-preload.js.map +4 -4
  877. package/packages/sap.fe.templates/src/sap/fe/templates/library.js +1 -1
  878. package/packages/sap.fe.templates/src/sap/fe/templates/manifest.json +14 -14
  879. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ar.properties +0 -15
  880. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_bg.properties +0 -15
  881. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ca.properties +0 -15
  882. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_cs.properties +0 -15
  883. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_cy.properties +0 -15
  884. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_da.properties +0 -15
  885. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_de.properties +0 -15
  886. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_el.properties +0 -15
  887. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en.properties +0 -15
  888. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_GB.properties +0 -15
  889. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_US_sappsd.properties +0 -15
  890. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_US_saprigi.properties +0 -15
  891. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_US_saptrc.properties +0 -15
  892. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_es.properties +0 -15
  893. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_es_MX.properties +0 -15
  894. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_et.properties +0 -15
  895. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_fi.properties +0 -15
  896. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_fr.properties +0 -15
  897. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_fr_CA.properties +0 -15
  898. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_hi.properties +0 -15
  899. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_hr.properties +0 -15
  900. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_hu.properties +0 -15
  901. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_id.properties +0 -15
  902. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_it.properties +0 -15
  903. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_iw.properties +0 -15
  904. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ja.properties +0 -15
  905. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_kk.properties +0 -15
  906. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ko.properties +0 -15
  907. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_lt.properties +0 -15
  908. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_lv.properties +0 -15
  909. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ms.properties +0 -15
  910. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_nl.properties +0 -15
  911. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_no.properties +0 -15
  912. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_pl.properties +0 -15
  913. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_pt.properties +0 -15
  914. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_pt_PT.properties +0 -15
  915. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ro.properties +0 -15
  916. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ru.properties +0 -15
  917. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_sh.properties +0 -15
  918. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_sk.properties +0 -15
  919. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_sl.properties +0 -15
  920. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_sv.properties +0 -15
  921. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_th.properties +0 -15
  922. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_tr.properties +0 -15
  923. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_uk.properties +0 -15
  924. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_vi.properties +0 -15
  925. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_zh_CN.properties +0 -15
  926. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_zh_TW.properties +0 -15
  927. package/packages/sap.fe.templates/src/sap/fe/templates/resources.json +115 -89
  928. package/packages/sap.fe.templates/test/sap/fe/templates/demokit/apps/itelo/webapp/manifest.json +1 -1
  929. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/api.json +353 -1
  930. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/apiref/api.json +1 -1
  931. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/codeassistance/Library.jsmeta.json +1 -1
  932. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/codeassistance/Library.xmlmeta.json +1 -1
  933. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/IntentBasedNavigation.spec.js +1 -1
  934. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/IntentBasedNavigation.spec.ts +3 -3
  935. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/Share.spec.js +1 -1
  936. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/Share.spec.ts +4 -4
  937. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/ViewState.spec.js +1 -1
  938. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/ViewState.spec.ts +2 -2
  939. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/ObjectPageHeaderForm.spec.js +2 -1
  940. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/ObjectPageHeaderForm.spec.ts +2 -1
  941. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/__snapshots__/HeaderFacet.spec.ts.snap +7 -7
  942. package/packages/sap.fe.templates/test/sap/fe/templates/jest/RootContainer/RootContainerBaseController.spec.js +30 -61
  943. package/packages/sap.fe.templates/test/sap/fe/templates/jest/RootContainer/RootContainerBaseController.spec.ts +1 -1
  944. package/packages/sap.fe.templates/test/sap/fe/templates/relnotes/changes-1.100.json +192 -0
  945. package/packages/sap.fe.templates/test/sap/fe/templates/relnotes/changes-1.99.json +0 -11
  946. package/packages/sap.fe.test/src/sap/fe/test/.library +1 -1
  947. package/packages/sap.fe.test/src/sap/fe/test/.theming +1 -1
  948. package/packages/sap.fe.test/src/sap/fe/test/FeMocks-dbg.js +1 -1
  949. package/packages/sap.fe.test/src/sap/fe/test/FeMocks.ts +8 -8
  950. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper-dbg.js +6 -4
  951. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper.js +1 -1
  952. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper.ts +10 -6
  953. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper-dbg.js +126 -203
  954. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper.js +1 -1
  955. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper.ts +17 -2
  956. package/packages/sap.fe.test/src/sap/fe/test/api/FilterBarAPI-dbg.js +9 -1
  957. package/packages/sap.fe.test/src/sap/fe/test/api/FilterBarAPI.js +1 -1
  958. package/packages/sap.fe.test/src/sap/fe/test/library-dbg.js +1 -1
  959. package/packages/sap.fe.test/src/sap/fe/test/library-h2-preload.js +2 -2
  960. package/packages/sap.fe.test/src/sap/fe/test/library-h2-preload.js.map +2 -2
  961. package/packages/sap.fe.test/src/sap/fe/test/library-preload.js +9 -18
  962. package/packages/sap.fe.test/src/sap/fe/test/library-preload.js.map +3 -3
  963. package/packages/sap.fe.test/src/sap/fe/test/library.js +1 -1
  964. package/packages/sap.fe.test/src/sap/fe/test/manifest.json +3 -3
  965. package/packages/sap.fe.test/src/sap/fe/test/resources.json +18 -18
  966. package/packages/sap.fe.test/test/sap/fe/test/designtime/api.json +1 -1
  967. package/packages/sap.fe.test/test/sap/fe/test/designtime/apiref/api.json +1 -1
  968. package/packages/sap.fe.test/test/sap/fe/test/designtime/codeassistance/Library.xmlmeta.json +1 -1
  969. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FormTemplatingTs.qunit.js +0 -271
@@ -0,0 +1,3767 @@
1
+ <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
2
+ <edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Aggregation.V1.xml">
3
+ <edmx:Include Alias="Aggregation" Namespace="Org.OData.Aggregation.V1" />
4
+ </edmx:Reference>
5
+ <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/Analytics.xml">
6
+ <edmx:Include Alias="Analytics" Namespace="com.sap.vocabularies.Analytics.v1" />
7
+ </edmx:Reference>
8
+ <edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Capabilities.V1.xml">
9
+ <edmx:Include Alias="Capabilities" Namespace="Org.OData.Capabilities.V1" />
10
+ </edmx:Reference>
11
+ <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/Common.xml">
12
+ <edmx:Include Alias="Common" Namespace="com.sap.vocabularies.Common.v1" />
13
+ </edmx:Reference>
14
+ <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/Communication.xml">
15
+ <edmx:Include Alias="Communication" Namespace="com.sap.vocabularies.Communication.v1" />
16
+ </edmx:Reference>
17
+ <edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Core.V1.xml">
18
+ <edmx:Include Alias="Core" Namespace="Org.OData.Core.V1" />
19
+ </edmx:Reference>
20
+ <edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Measures.V1.xml">
21
+ <edmx:Include Alias="Measures" Namespace="Org.OData.Measures.V1" />
22
+ </edmx:Reference>
23
+ <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/PersonalData.xml">
24
+ <edmx:Include Alias="PersonalData" Namespace="com.sap.vocabularies.PersonalData.v1" />
25
+ </edmx:Reference>
26
+ <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/UI.xml">
27
+ <edmx:Include Alias="UI" Namespace="com.sap.vocabularies.UI.v1" />
28
+ </edmx:Reference>
29
+ <edmx:DataServices>
30
+ <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="com.c_salesordermanage_sd_aggregate">
31
+ <EntityContainer Name="EntityContainer">
32
+ <EntitySet Name="BillingBlockReason" EntityType="com.c_salesordermanage_sd_aggregate.BillingBlockReason" />
33
+ <EntitySet Name="CreditLimitDetails" EntityType="com.c_salesordermanage_sd_aggregate.CreditLimitDetails" />
34
+ <EntitySet Name="Customer" EntityType="com.c_salesordermanage_sd_aggregate.Customer" />
35
+ <EntitySet Name="CustomerPaymentTerms" EntityType="com.c_salesordermanage_sd_aggregate.CustomerPaymentTerms" />
36
+ <EntitySet Name="CustomerPurchaseOrderType" EntityType="com.c_salesordermanage_sd_aggregate.CustomerPurchaseOrderType" />
37
+ <EntitySet Name="DeliveryBlockReason" EntityType="com.c_salesordermanage_sd_aggregate.DeliveryBlockReason" />
38
+ <EntitySet Name="DeliveryPriority" EntityType="com.c_salesordermanage_sd_aggregate.DeliveryPriority" />
39
+ <EntitySet Name="DistributionChannel" EntityType="com.c_salesordermanage_sd_aggregate.DistributionChannel" />
40
+ <EntitySet Name="HeaderPartner" EntityType="com.c_salesordermanage_sd_aggregate.HeaderPartner">
41
+ <NavigationPropertyBinding Path="owner" Target="SalesOrderManage" />
42
+ </EntitySet>
43
+ <EntitySet Name="HeaderShipToParty" EntityType="com.c_salesordermanage_sd_aggregate.HeaderShipToParty">
44
+ <NavigationPropertyBinding Path="_ShipToPartyVH" Target="Customer" />
45
+ </EntitySet>
46
+ <EntitySet Name="IncotermsClassification" EntityType="com.c_salesordermanage_sd_aggregate.IncotermsClassification" />
47
+ <EntitySet Name="IncotermsVersion" EntityType="com.c_salesordermanage_sd_aggregate.IncotermsVersion" />
48
+ <EntitySet Name="Material" EntityType="com.c_salesordermanage_sd_aggregate.Material">
49
+ <NavigationPropertyBinding Path="_MaterialGroup" Target="MaterialGroup" />
50
+ <NavigationPropertyBinding Path="_MaterialRatings" Target="MaterialRatings" />
51
+ </EntitySet>
52
+ <EntitySet Name="MaterialCategory" EntityType="com.c_salesordermanage_sd_aggregate.MaterialCategory" />
53
+ <EntitySet Name="MaterialCountry" EntityType="com.c_salesordermanage_sd_aggregate.MaterialCountry" />
54
+ <EntitySet Name="MaterialDetails" EntityType="com.c_salesordermanage_sd_aggregate.MaterialDetails">
55
+ <NavigationPropertyBinding Path="material" Target="Material" />
56
+ <NavigationPropertyBinding Path="owner" Target="SalesOrderItem" />
57
+ <NavigationPropertyBinding Path="_ModelYear" Target="MaterialYears" />
58
+ <NavigationPropertyBinding Path="_WarrantyYear" Target="MaterialYears" />
59
+ <NavigationPropertyBinding Path="_MaterialCountry" Target="MaterialCountry" />
60
+ <NavigationPropertyBinding Path="_MaterialCategory" Target="MaterialCategory" />
61
+ <NavigationPropertyBinding Path="_MaterialRatings" Target="MaterialRatings" />
62
+ </EntitySet>
63
+ <EntitySet Name="MaterialGroup" EntityType="com.c_salesordermanage_sd_aggregate.MaterialGroup" />
64
+ <EntitySet Name="MaterialRatings" EntityType="com.c_salesordermanage_sd_aggregate.MaterialRatings">
65
+ <NavigationPropertyBinding Path="_Rating" Target="Rating" />
66
+ <NavigationPropertyBinding Path="materialdetail" Target="MaterialDetails" />
67
+ <NavigationPropertyBinding Path="material" Target="Material" />
68
+ <NavigationPropertyBinding Path="_MaterialRatingsDetails" Target="MaterialRatingsDetails" />
69
+ </EntitySet>
70
+ <EntitySet Name="MaterialRatingsDetails" EntityType="com.c_salesordermanage_sd_aggregate.MaterialRatingsDetails">
71
+ <NavigationPropertyBinding Path="materialrating" Target="MaterialRatings" />
72
+ <NavigationPropertyBinding Path="material" Target="Material" />
73
+ </EntitySet>
74
+ <EntitySet Name="MaterialYears" EntityType="com.c_salesordermanage_sd_aggregate.MaterialYears" />
75
+ <EntitySet Name="OrganizationDivision" EntityType="com.c_salesordermanage_sd_aggregate.OrganizationDivision" />
76
+ <EntitySet Name="OverallBillingBlockStatus" EntityType="com.c_salesordermanage_sd_aggregate.OverallBillingBlockStatus" />
77
+ <EntitySet Name="OverallDeliveryBlockStatus" EntityType="com.c_salesordermanage_sd_aggregate.OverallDeliveryBlockStatus" />
78
+ <EntitySet Name="OverallSDProcessStatus" EntityType="com.c_salesordermanage_sd_aggregate.OverallSDProcessStatus" />
79
+ <EntitySet Name="Rating" EntityType="com.c_salesordermanage_sd_aggregate.Rating" />
80
+ <EntitySet Name="SDDocumentReason" EntityType="com.c_salesordermanage_sd_aggregate.SDDocumentReason" />
81
+ <EntitySet Name="SalesDistrict" EntityType="com.c_salesordermanage_sd_aggregate.SalesDistrict" />
82
+ <EntitySet Name="SalesGroup" EntityType="com.c_salesordermanage_sd_aggregate.SalesGroup" />
83
+ <EntitySet Name="SalesOffice" EntityType="com.c_salesordermanage_sd_aggregate.SalesOffice" />
84
+ <EntitySet Name="SalesOrderItem" EntityType="com.c_salesordermanage_sd_aggregate.SalesOrderItem">
85
+ <NavigationPropertyBinding Path="_CustomerPaymentTerms" Target="CustomerPaymentTerms" />
86
+ <NavigationPropertyBinding Path="_DeliveryPriority" Target="DeliveryPriority" />
87
+ <NavigationPropertyBinding Path="_IncotermsClassification" Target="IncotermsClassification" />
88
+ <NavigationPropertyBinding Path="_IncotermsVersion" Target="IncotermsVersion" />
89
+ <NavigationPropertyBinding Path="_ItemBillingBlockReason" Target="BillingBlockReason" />
90
+ <NavigationPropertyBinding Path="_ItemCategory" Target="SalesOrderItemCategory" />
91
+ <NavigationPropertyBinding Path="_Material" Target="Material" />
92
+ <NavigationPropertyBinding Path="_MaterialDetails" Target="MaterialDetails" />
93
+ <NavigationPropertyBinding Path="_MaterialGroup" Target="MaterialGroup" />
94
+ <NavigationPropertyBinding Path="_RequestedQuantityUnit" Target="UnitOfMeasure" />
95
+ <NavigationPropertyBinding Path="_SalesOrder" Target="SalesOrderType" />
96
+ <NavigationPropertyBinding Path="_ShippingPoint" Target="ShippingPoint" />
97
+ <NavigationPropertyBinding Path="_ShippingType" Target="ShippingType" />
98
+ <NavigationPropertyBinding Path="owner" Target="SalesOrderManage" />
99
+ <NavigationPropertyBinding Path="_ReferencedSalesOrder" Target="SalesOrderManage" />
100
+ <NavigationPropertyBinding Path="_ReferencedSalesOrderItem" Target="SalesOrderItem" />
101
+ </EntitySet>
102
+ <EntitySet Name="SalesOrderItemCategory" EntityType="com.c_salesordermanage_sd_aggregate.SalesOrderItemCategory" />
103
+ <EntitySet Name="SalesOrderManage" EntityType="com.c_salesordermanage_sd_aggregate.SalesOrderManage">
104
+ <NavigationPropertyBinding Path="_CustomerPaymentTerms" Target="CustomerPaymentTerms" />
105
+ <NavigationPropertyBinding Path="_CustomerPurchaseOrderType" Target="CustomerPurchaseOrderType" />
106
+ <NavigationPropertyBinding Path="_DeliveryBlockReason" Target="DeliveryBlockReason" />
107
+ <NavigationPropertyBinding Path="_DistributionChannel" Target="DistributionChannel" />
108
+ <NavigationPropertyBinding Path="_HeaderBillingBlockReason" Target="BillingBlockReason" />
109
+ <NavigationPropertyBinding Path="_IncotermsClassification" Target="IncotermsClassification" />
110
+ <NavigationPropertyBinding Path="_IncotermsVersion" Target="IncotermsVersion" />
111
+ <NavigationPropertyBinding Path="_Item" Target="SalesOrderItem" />
112
+ <NavigationPropertyBinding Path="_OrganizationDivision" Target="OrganizationDivision" />
113
+ <NavigationPropertyBinding Path="_OverallBillingBlockStatus" Target="OverallBillingBlockStatus" />
114
+ <NavigationPropertyBinding Path="_OverallDeliveryBlockStatus" Target="OverallDeliveryBlockStatus" />
115
+ <NavigationPropertyBinding Path="_OverallSDProcessStatus" Target="OverallSDProcessStatus" />
116
+ <NavigationPropertyBinding Path="_Partner" Target="HeaderPartner" />
117
+ <NavigationPropertyBinding Path="_CreditLimitDetails" Target="CreditLimitDetails" />
118
+ <NavigationPropertyBinding Path="_SalesDistrict" Target="SalesDistrict" />
119
+ <NavigationPropertyBinding Path="_SalesGroup" Target="SalesGroup" />
120
+ <NavigationPropertyBinding Path="_SalesOffice" Target="SalesOffice" />
121
+ <NavigationPropertyBinding Path="_SalesOrderType" Target="SalesOrderType" />
122
+ <NavigationPropertyBinding Path="_SalesOrganization" Target="SalesOrganization" />
123
+ <NavigationPropertyBinding Path="_SDDocumentReason" Target="SDDocumentReason" />
124
+ <NavigationPropertyBinding Path="_ShippingCondition" Target="ShippingCondition" />
125
+ <NavigationPropertyBinding Path="_ShippingType" Target="ShippingType" />
126
+ <NavigationPropertyBinding Path="_ShipToParty" Target="HeaderShipToParty" />
127
+ <NavigationPropertyBinding Path="_SoldToParty" Target="Customer" />
128
+ <NavigationPropertyBinding Path="_ReferencedSalesOrder" Target="SalesOrderManage" />
129
+ </EntitySet>
130
+ <EntitySet Name="SalesOrderType" EntityType="com.c_salesordermanage_sd_aggregate.SalesOrderType" />
131
+ <EntitySet Name="SalesOrganization" EntityType="com.c_salesordermanage_sd_aggregate.SalesOrganization" />
132
+ <EntitySet Name="ShippingCondition" EntityType="com.c_salesordermanage_sd_aggregate.ShippingCondition" />
133
+ <EntitySet Name="ShippingPoint" EntityType="com.c_salesordermanage_sd_aggregate.ShippingPoint" />
134
+ <EntitySet Name="ShippingType" EntityType="com.c_salesordermanage_sd_aggregate.ShippingType" />
135
+ <EntitySet Name="UnitOfMeasure" EntityType="com.c_salesordermanage_sd_aggregate.UnitOfMeasure" />
136
+ </EntityContainer>
137
+ <EntityType Name="BillingBlockReason">
138
+ <Key>
139
+ <PropertyRef Name="BillingBlockReason" />
140
+ </Key>
141
+ <Property Name="BillingBlockReason" Type="Edm.String" MaxLength="2" Nullable="false" />
142
+ <Property Name="BillingBlockReason_Text" Type="Edm.String" MaxLength="20" />
143
+ </EntityType>
144
+ <EntityType Name="CreditLimitDetails">
145
+ <Key>
146
+ <PropertyRef Name="SalesDocument" />
147
+ </Key>
148
+ <Property Name="SalesDocument" Type="Edm.String" MaxLength="10" Nullable="false" />
149
+ <Property Name="CustomerCreditExposureAmount" Type="Edm.Decimal" Scale="2" Precision="23" />
150
+ <Property Name="Delivered" Type="Edm.Boolean" />
151
+ <Property Name="CustomerCreditExposureAmountHidden" Type="Edm.Decimal" Scale="2" Precision="23" />
152
+ <Property Name="CustomerCreditForecast" Type="Edm.Decimal" Scale="2" Precision="23" />
153
+ <Property Name="CustomerCreditExposureAmount_text" Type="Edm.String" MaxLength="15" />
154
+ <Property Name="CustomerCreditLimitAmount" Type="Edm.Decimal" Scale="2" Precision="23" />
155
+ <Property Name="MaximumCreditValue" Type="Edm.Decimal" Scale="2" Precision="23" />
156
+ <Property Name="CustomerCreditLimitAmount_text" Type="Edm.String" MaxLength="15" />
157
+ <Property Name="TransactionCurrency" Type="Edm.String" MaxLength="5" />
158
+ <Property Name="CustomerIsAboveThreshold" Type="Edm.Int32" />
159
+ <Property Name="ToleranceRangeLow" Type="Edm.Decimal" Scale="2" Precision="23" />
160
+ <Property Name="ToleranceRangeHigh" Type="Edm.Decimal" Scale="2" Precision="23" />
161
+ <Property Name="DeviationRangeLow" Type="Edm.Decimal" Scale="2" Precision="23" />
162
+ <Property Name="DeviationRangeHigh" Type="Edm.Decimal" Scale="2" Precision="23" />
163
+ <Property Name="AcceptanceRangeLow" Type="Edm.Decimal" Scale="2" Precision="23" />
164
+ <Property Name="AcceptanceRangeHigh" Type="Edm.Decimal" Scale="2" Precision="23" />
165
+ </EntityType>
166
+ <EntityType Name="Customer">
167
+ <Key>
168
+ <PropertyRef Name="Customer" />
169
+ </Key>
170
+ <Property Name="Customer" Type="Edm.String" MaxLength="10" Nullable="false" />
171
+ <Property Name="CustomerName" Type="Edm.String" MaxLength="80" />
172
+ <Property Name="Initials" Type="Edm.String" MaxLength="10" />
173
+ <Property Name="Delivered" Type="Edm.Boolean" />
174
+ <Property Name="OrganizationBPName1" Type="Edm.String" MaxLength="35" />
175
+ <Property Name="OrganizationBPName2" Type="Edm.String" MaxLength="35" />
176
+ <Property Name="BusinessPartnerImageURL" Type="Edm.String" />
177
+ <Property Name="PostalCode" Type="Edm.String" MaxLength="10" />
178
+ <Property Name="CityName" Type="Edm.String" MaxLength="40" />
179
+ <Property Name="Country" Type="Edm.String" MaxLength="3" />
180
+ <Property Name="InternationalPhoneNumber" Type="Edm.String" MaxLength="30" />
181
+ <Property Name="EmailAddress" Type="Edm.String" MaxLength="241" />
182
+ </EntityType>
183
+ <EntityType Name="CustomerPaymentTerms">
184
+ <Key>
185
+ <PropertyRef Name="CustomerPaymentTerms" />
186
+ </Key>
187
+ <Property Name="CustomerPaymentTerms" Type="Edm.String" MaxLength="4" Nullable="false" />
188
+ <Property Name="CustomerPaymentTerms_Text" Type="Edm.String" MaxLength="30" />
189
+ </EntityType>
190
+ <EntityType Name="CustomerPurchaseOrderType">
191
+ <Key>
192
+ <PropertyRef Name="CustomerPurchaseOrderType" />
193
+ </Key>
194
+ <Property Name="CustomerPurchaseOrderType" Type="Edm.String" MaxLength="4" Nullable="false" />
195
+ <Property Name="CustomerPurchaseOrderType_Text" Type="Edm.String" MaxLength="20" />
196
+ </EntityType>
197
+ <EntityType Name="DeliveryBlockReason">
198
+ <Key>
199
+ <PropertyRef Name="DeliveryBlockReason" />
200
+ </Key>
201
+ <Property Name="DeliveryBlockReason" Type="Edm.String" MaxLength="2" Nullable="false" />
202
+ <Property Name="DeliveryBlockReason_Text" Type="Edm.String" MaxLength="20" />
203
+ <Property Name="DeliveryDueListBlock" Type="Edm.Boolean" />
204
+ </EntityType>
205
+ <EntityType Name="DeliveryPriority">
206
+ <Key>
207
+ <PropertyRef Name="DeliveryPriority" />
208
+ </Key>
209
+ <Property Name="DeliveryPriority" Type="Edm.String" MaxLength="2" Nullable="false" />
210
+ <Property Name="DeliveryPriority_Text" Type="Edm.String" MaxLength="20" />
211
+ </EntityType>
212
+ <EntityType Name="DistributionChannel">
213
+ <Key>
214
+ <PropertyRef Name="DistributionChannel" />
215
+ </Key>
216
+ <Property Name="DistributionChannel" Type="Edm.String" MaxLength="2" Nullable="false" />
217
+ <Property Name="DistributionChannel_Text" Type="Edm.String" MaxLength="20" />
218
+ </EntityType>
219
+ <EntityType Name="HeaderPartner">
220
+ <Key>
221
+ <PropertyRef Name="ID" />
222
+ </Key>
223
+ <Property Name="ID" Type="Edm.Guid" Nullable="false" />
224
+ <Property Name="SalesOrder" Type="Edm.String" MaxLength="10" />
225
+ <Property Name="PartnerFunction" Type="Edm.String" MaxLength="2" />
226
+ <Property Name="BusinessPartner" Type="Edm.String" MaxLength="10" />
227
+ <Property Name="Rating" Type="Edm.Decimal" Scale="2" Precision="4" />
228
+ <Property Name="Progress" Type="Edm.Decimal" Scale="1" Precision="4" />
229
+ <Property Name="SemanticObject" Type="Edm.String" MaxLength="15" />
230
+ <Property Name="AddressID" Type="Edm.String" MaxLength="10" />
231
+ <Property Name="FullName" Type="Edm.String" MaxLength="80" />
232
+ <Property Name="PhoneNumber" Type="Edm.String" MaxLength="30" />
233
+ <Property Name="PostalCode" Type="Edm.String" MaxLength="10" />
234
+ <Property Name="CityName" Type="Edm.String" MaxLength="40" />
235
+ <Property Name="Country" Type="Edm.String" MaxLength="3" />
236
+ <Property Name="isVerified" Type="Edm.Boolean" />
237
+ <NavigationProperty Name="owner" Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" Partner="_Partner">
238
+ <ReferentialConstraint Property="owner_ID" ReferencedProperty="ID" />
239
+ </NavigationProperty>
240
+ <Property Name="owner_ID" Type="Edm.Guid" />
241
+ </EntityType>
242
+ <EntityType Name="HeaderShipToParty">
243
+ <Key>
244
+ <PropertyRef Name="SalesOrder" />
245
+ </Key>
246
+ <Property Name="SalesOrder" Type="Edm.String" MaxLength="10" Nullable="false" />
247
+ <Property Name="BusinessPartner" Type="Edm.String" MaxLength="10" />
248
+ <Property Name="PostalCode" Type="Edm.String" MaxLength="10" />
249
+ <Property Name="fieldReadOnly" Type="Edm.String" MaxLength="1" />
250
+ <Property Name="CityName" Type="Edm.String" MaxLength="40" />
251
+ <Property Name="isHidden" Type="Edm.Boolean" />
252
+ <Property Name="Country" Type="Edm.String" MaxLength="3" />
253
+ <Property Name="StreetName" Type="Edm.String" MaxLength="60" />
254
+ <Property Name="HouseNumber" Type="Edm.String" MaxLength="10" />
255
+ <Property Name="isVerified" Type="Edm.Boolean" />
256
+ <NavigationProperty Name="_ShipToPartyVH" Type="com.c_salesordermanage_sd_aggregate.Customer">
257
+ <ReferentialConstraint Property="BusinessPartner" ReferencedProperty="Customer" />
258
+ </NavigationProperty>
259
+ </EntityType>
260
+ <EntityType Name="IncotermsClassification">
261
+ <Key>
262
+ <PropertyRef Name="IncotermsClassification" />
263
+ </Key>
264
+ <Property Name="IncotermsClassification" Type="Edm.String" MaxLength="3" Nullable="false" />
265
+ <Property Name="IncotermsClassification_Text" Type="Edm.String" MaxLength="30" />
266
+ <Property Name="LocationIsMandatory" Type="Edm.Boolean" />
267
+ </EntityType>
268
+ <EntityType Name="IncotermsVersion">
269
+ <Key>
270
+ <PropertyRef Name="IncotermsVersion" />
271
+ </Key>
272
+ <Property Name="IncotermsVersion" Type="Edm.String" MaxLength="4" Nullable="false" />
273
+ <Property Name="IncotermsVersion_Text" Type="Edm.String" MaxLength="30" />
274
+ </EntityType>
275
+ <EntityType Name="Material">
276
+ <Key>
277
+ <PropertyRef Name="Material" />
278
+ </Key>
279
+ <Property Name="Material" Type="Edm.String" MaxLength="18" Nullable="false" />
280
+ <Property Name="isHidden" Type="Edm.Boolean" />
281
+ <Property Name="Material_Text" Type="Edm.String" MaxLength="40" />
282
+ <NavigationProperty Name="_MaterialGroup" Type="com.c_salesordermanage_sd_aggregate.MaterialGroup">
283
+ <ReferentialConstraint Property="_MaterialGroup_MaterialGroup" ReferencedProperty="MaterialGroup" />
284
+ </NavigationProperty>
285
+ <NavigationProperty Name="_MaterialRatings" Type="Collection(com.c_salesordermanage_sd_aggregate.MaterialRatings)" Partner="material">
286
+ <OnDelete Action="Cascade" />
287
+ </NavigationProperty>
288
+ <Property Name="_MaterialGroup_MaterialGroup" Type="Edm.String" MaxLength="9" />
289
+ </EntityType>
290
+ <EntityType Name="MaterialCategory">
291
+ <Key>
292
+ <PropertyRef Name="Category" />
293
+ </Key>
294
+ <Property Name="Category" Type="Edm.String" MaxLength="2" Nullable="false" />
295
+ <Property Name="Category_Text" Type="Edm.String" MaxLength="20" />
296
+ </EntityType>
297
+ <EntityType Name="MaterialCountry">
298
+ <Key>
299
+ <PropertyRef Name="Country" />
300
+ </Key>
301
+ <Property Name="Country" Type="Edm.String" MaxLength="2" Nullable="false" />
302
+ <Property Name="Country_Text" Type="Edm.String" MaxLength="20" />
303
+ </EntityType>
304
+ <EntityType Name="MaterialDetails">
305
+ <Key>
306
+ <PropertyRef Name="ID" />
307
+ </Key>
308
+ <Property Name="ID" Type="Edm.Guid" Nullable="false" />
309
+ <Property Name="ModelYear" Type="Edm.String" MaxLength="4" Nullable="false" />
310
+ <Property Name="WarrantyYear" Type="Edm.String" MaxLength="4" Nullable="false" />
311
+ <Property Name="BrandCategory" Type="Edm.String" MaxLength="20" Nullable="false" />
312
+ <Property Name="FabricationCountry" Type="Edm.String" MaxLength="20" Nullable="false" />
313
+ <NavigationProperty Name="material" Type="com.c_salesordermanage_sd_aggregate.Material">
314
+ <ReferentialConstraint Property="material_Material" ReferencedProperty="Material" />
315
+ </NavigationProperty>
316
+ <NavigationProperty Name="owner" Type="com.c_salesordermanage_sd_aggregate.SalesOrderItem" Partner="_MaterialDetails">
317
+ <ReferentialConstraint Property="owner_ID" ReferencedProperty="ID" />
318
+ </NavigationProperty>
319
+ <NavigationProperty Name="_ModelYear" Type="com.c_salesordermanage_sd_aggregate.MaterialYears">
320
+ <ReferentialConstraint Property="ModelYear" ReferencedProperty="Model_Year" />
321
+ </NavigationProperty>
322
+ <NavigationProperty Name="_WarrantyYear" Type="com.c_salesordermanage_sd_aggregate.MaterialYears">
323
+ <ReferentialConstraint Property="_WarrantyYear_Model_Year" ReferencedProperty="Model_Year" />
324
+ </NavigationProperty>
325
+ <NavigationProperty Name="_MaterialCountry" Type="com.c_salesordermanage_sd_aggregate.MaterialCountry">
326
+ <ReferentialConstraint Property="FabricationCountry" ReferencedProperty="Country" />
327
+ </NavigationProperty>
328
+ <NavigationProperty Name="_MaterialCategory" Type="com.c_salesordermanage_sd_aggregate.MaterialCategory">
329
+ <ReferentialConstraint Property="BrandCategory" ReferencedProperty="Category" />
330
+ </NavigationProperty>
331
+ <NavigationProperty Name="_MaterialRatings" Type="Collection(com.c_salesordermanage_sd_aggregate.MaterialRatings)" Partner="materialdetail">
332
+ <OnDelete Action="Cascade" />
333
+ </NavigationProperty>
334
+ <Property Name="material_Material" Type="Edm.String" MaxLength="18" />
335
+ <Property Name="owner_ID" Type="Edm.Guid" />
336
+ <Property Name="_WarrantyYear_Model_Year" Type="Edm.String" MaxLength="4" />
337
+ </EntityType>
338
+ <EntityType Name="MaterialGroup">
339
+ <Key>
340
+ <PropertyRef Name="MaterialGroup" />
341
+ </Key>
342
+ <Property Name="MaterialGroup" Type="Edm.String" MaxLength="9" Nullable="false" />
343
+ <Property Name="MaterialGroup_Text" Type="Edm.String" MaxLength="20" />
344
+ </EntityType>
345
+ <EntityType Name="MaterialRatings">
346
+ <Key>
347
+ <PropertyRef Name="ID" />
348
+ </Key>
349
+ <Property Name="ID" Type="Edm.Guid" Nullable="false" />
350
+ <Property Name="Rating" Type="Edm.Decimal" Scale="2" Precision="4" Nullable="false" />
351
+ <Property Name="Title" Type="Edm.String" MaxLength="25" Nullable="false" />
352
+ <NavigationProperty Name="_Rating" Type="com.c_salesordermanage_sd_aggregate.Rating">
353
+ <ReferentialConstraint Property="Rating" ReferencedProperty="Rating" />
354
+ </NavigationProperty>
355
+ <NavigationProperty Name="materialdetail" Type="com.c_salesordermanage_sd_aggregate.MaterialDetails" Partner="_MaterialRatings">
356
+ <ReferentialConstraint Property="materialdetail_ID" ReferencedProperty="ID" />
357
+ </NavigationProperty>
358
+ <NavigationProperty Name="material" Type="com.c_salesordermanage_sd_aggregate.Material" Partner="_MaterialRatings">
359
+ <ReferentialConstraint Property="material_Material" ReferencedProperty="Material" />
360
+ </NavigationProperty>
361
+ <NavigationProperty
362
+ Name="_MaterialRatingsDetails"
363
+ Type="Collection(com.c_salesordermanage_sd_aggregate.MaterialRatingsDetails)"
364
+ Partner="materialrating"
365
+ >
366
+ <OnDelete Action="Cascade" />
367
+ </NavigationProperty>
368
+ <Property Name="materialdetail_ID" Type="Edm.Guid" />
369
+ <Property Name="material_Material" Type="Edm.String" MaxLength="18" />
370
+ </EntityType>
371
+ <EntityType Name="MaterialRatingsDetails">
372
+ <Key>
373
+ <PropertyRef Name="ID" />
374
+ </Key>
375
+ <Property Name="ID" Type="Edm.Guid" Nullable="false" />
376
+ <Property Name="Comments" Type="Edm.String" MaxLength="1000" Nullable="false" />
377
+ <Property Name="CREATEDAT" Type="Edm.DateTimeOffset" Nullable="false" />
378
+ <Property Name="MODIFIEDAT" Type="Edm.DateTimeOffset" Nullable="false" />
379
+ <Property Name="MODIFIEDBY" Type="Edm.String" MaxLength="241" Nullable="false" />
380
+ <NavigationProperty Name="materialrating" Type="com.c_salesordermanage_sd_aggregate.MaterialRatings" Partner="_MaterialRatingsDetails">
381
+ <ReferentialConstraint Property="materialrating_ID" ReferencedProperty="ID" />
382
+ </NavigationProperty>
383
+ <NavigationProperty Name="material" Type="com.c_salesordermanage_sd_aggregate.Material">
384
+ <ReferentialConstraint Property="material_Material" ReferencedProperty="Material" />
385
+ </NavigationProperty>
386
+ <Property Name="materialrating_ID" Type="Edm.Guid" />
387
+ <Property Name="material_Material" Type="Edm.String" MaxLength="18" />
388
+ </EntityType>
389
+ <EntityType Name="MaterialYears">
390
+ <Key>
391
+ <PropertyRef Name="Model_Year" />
392
+ </Key>
393
+ <Property Name="Model_Year" Type="Edm.String" MaxLength="4" Nullable="false" />
394
+ <Property Name="Warranty_Expiration" Type="Edm.String" MaxLength="4" />
395
+ </EntityType>
396
+ <EntityType Name="OrganizationDivision">
397
+ <Key>
398
+ <PropertyRef Name="Division" />
399
+ </Key>
400
+ <Property Name="Division" Type="Edm.String" MaxLength="2" Nullable="false" />
401
+ <Property Name="Division_Text" Type="Edm.String" MaxLength="20" />
402
+ </EntityType>
403
+ <EntityType Name="OverallBillingBlockStatus">
404
+ <Key>
405
+ <PropertyRef Name="OverallBillingBlockStatus" />
406
+ </Key>
407
+ <Property Name="OverallBillingBlockStatus" Type="Edm.String" MaxLength="1" Nullable="false" />
408
+ <Property Name="OverallBillingBlockStatus_Text" Type="Edm.String" MaxLength="20" />
409
+ </EntityType>
410
+ <EntityType Name="OverallDeliveryBlockStatus">
411
+ <Key>
412
+ <PropertyRef Name="OverallDeliveryBlockStatus" />
413
+ </Key>
414
+ <Property Name="OverallDeliveryBlockStatus" Type="Edm.String" MaxLength="1" Nullable="false" />
415
+ <Property Name="OverallDeliveryBlockStatus_Text" Type="Edm.String" MaxLength="20" />
416
+ </EntityType>
417
+ <EntityType Name="OverallSDProcessStatus">
418
+ <Key>
419
+ <PropertyRef Name="OverallSDProcessStatus" />
420
+ </Key>
421
+ <Property Name="OverallSDProcessStatus" Type="Edm.String" MaxLength="1" Nullable="false" />
422
+ <Property Name="OverallSDProcessStatus_Text" Type="Edm.String" MaxLength="20" />
423
+ </EntityType>
424
+ <EntityType Name="Rating">
425
+ <Key>
426
+ <PropertyRef Name="Rating" />
427
+ </Key>
428
+ <Property Name="Rating" Type="Edm.Decimal" Scale="2" Precision="4" Nullable="false" />
429
+ <Property Name="Rating_Text" Type="Edm.String" MaxLength="25" />
430
+ </EntityType>
431
+ <EntityType Name="SDDocumentReason">
432
+ <Key>
433
+ <PropertyRef Name="SDDocumentReason" />
434
+ </Key>
435
+ <Property Name="SDDocumentReason" Type="Edm.String" MaxLength="3" Nullable="false" />
436
+ <Property Name="SDDocumentReason_Text" Type="Edm.String" MaxLength="40" />
437
+ </EntityType>
438
+ <EntityType Name="SalesDistrict">
439
+ <Key>
440
+ <PropertyRef Name="SalesDistrict" />
441
+ </Key>
442
+ <Property Name="SalesDistrict" Type="Edm.String" MaxLength="6" Nullable="false" />
443
+ <Property Name="SalesDistrict_Text" Type="Edm.String" MaxLength="20" />
444
+ </EntityType>
445
+ <EntityType Name="SalesGroup">
446
+ <Key>
447
+ <PropertyRef Name="SalesGroup" />
448
+ </Key>
449
+ <Property Name="SalesGroup" Type="Edm.String" MaxLength="3" Nullable="false" />
450
+ <Property Name="SalesGroup_Text" Type="Edm.String" MaxLength="20" />
451
+ </EntityType>
452
+ <EntityType Name="SalesOffice">
453
+ <Key>
454
+ <PropertyRef Name="SalesOffice" />
455
+ </Key>
456
+ <Property Name="SalesOffice" Type="Edm.String" MaxLength="4" Nullable="false" />
457
+ <Property Name="SalesOffice_Text" Type="Edm.String" MaxLength="20" />
458
+ </EntityType>
459
+ <EntityType Name="SalesOrderItem">
460
+ <Key>
461
+ <PropertyRef Name="ID" />
462
+ </Key>
463
+ <Property Name="ID" Type="Edm.Guid" Nullable="false" />
464
+ <Property Name="SalesOrder" Type="Edm.String" MaxLength="10" />
465
+ <Property Name="SalesOrderItem" Type="Edm.String" MaxLength="6" Nullable="false" />
466
+ <Property Name="HigherLevelItem" Type="Edm.String" MaxLength="6" />
467
+ <Property Name="SalesOrderItemCategory" Type="Edm.String" MaxLength="4" />
468
+ <Property Name="SalesOrderItemText" Type="Edm.String" MaxLength="40" />
469
+ <Property Name="fieldControlType_item" Type="Edm.Int32" />
470
+ <Property Name="Material" Type="Edm.String" MaxLength="40" />
471
+ <Property Name="PurchaseOrderByCustomer" Type="Edm.String" MaxLength="35" />
472
+ <Property Name="RequestedDeliveryDate" Type="Edm.Date" />
473
+ <Property Name="ConfirmedDeliveryDate" Type="Edm.Date" />
474
+ <Property Name="RequestedQuantity" Type="Edm.Decimal" Scale="3" Precision="15" />
475
+ <Property Name="RequestedQuantityUnit" Type="Edm.String" MaxLength="40" />
476
+ <Property Name="PricingDate" Type="Edm.Date" />
477
+ <Property Name="MaterialGroup" Type="Edm.String" MaxLength="9" />
478
+ <Property Name="Batch" Type="Edm.String" MaxLength="10" />
479
+ <Property Name="Plant" Type="Edm.String" MaxLength="4" />
480
+ <Property Name="StorageLocation" Type="Edm.String" MaxLength="4" />
481
+ <Property Name="ShippingPoint" Type="Edm.String" MaxLength="4" />
482
+ <Property Name="ShippingType" Type="Edm.String" MaxLength="2" />
483
+ <Property Name="DeliveryPriority" Type="Edm.String" MaxLength="2" />
484
+ <Property Name="IncotermsClassification" Type="Edm.String" MaxLength="3" />
485
+ <Property Name="IncotermsLocation1" Type="Edm.String" MaxLength="70" />
486
+ <Property Name="IncotermsLocation2" Type="Edm.String" MaxLength="70" />
487
+ <Property Name="IncotermsVersion" Type="Edm.String" MaxLength="4" />
488
+ <Property Name="CustomerPaymentTerms" Type="Edm.String" MaxLength="4" />
489
+ <Property Name="ItemBillingBlockReason" Type="Edm.String" MaxLength="2" />
490
+ <Property Name="TransactionCurrency" Type="Edm.String" MaxLength="5" />
491
+ <Property Name="NetAmount" Type="Edm.Decimal" Scale="2" Precision="15" />
492
+ <Property Name="NetAmountHidden" Type="Edm.Decimal" Scale="10" Precision="15" />
493
+ <Property Name="NetAmount_text" Type="Edm.String" MaxLength="10" />
494
+ <Property Name="TargetAmount" Type="Edm.Decimal" Scale="2" Precision="15" />
495
+ <Property Name="Delivered" Type="Edm.Boolean" />
496
+ <Property Name="isVerified" Type="Edm.Boolean" />
497
+ <Property Name="ToleranceRangeLow" Type="Edm.Decimal" Scale="0" Precision="23" />
498
+ <Property Name="ToleranceRangeHigh" Type="Edm.Decimal" Scale="0" Precision="23" />
499
+ <Property Name="DeviationRangeLow" Type="Edm.Decimal" Scale="0" Precision="23" />
500
+ <Property Name="DeviationRangeHigh" Type="Edm.Decimal" Scale="0" Precision="23" />
501
+ <Property Name="AcceptanceRangeLow" Type="Edm.Decimal" Scale="0" Precision="23" />
502
+ <Property Name="AcceptanceRangeHigh" Type="Edm.Decimal" Scale="0" Precision="23" />
503
+ <Property Name="Criticality" Type="Edm.Int32" />
504
+ <Property Name="SalesOrganization" Type="Edm.String" MaxLength="4" />
505
+ <Property Name="DistributionChannel" Type="Edm.String" MaxLength="2" />
506
+ <Property Name="ReferencedSalesOrderID" Type="Edm.Guid" />
507
+ <Property Name="ReferencedSalesOrderItemID" Type="Edm.Guid" />
508
+ <NavigationProperty Name="_CustomerPaymentTerms" Type="com.c_salesordermanage_sd_aggregate.CustomerPaymentTerms">
509
+ <ReferentialConstraint Property="_CustomerPaymentTerms_CustomerPaymentTerms" ReferencedProperty="CustomerPaymentTerms" />
510
+ </NavigationProperty>
511
+ <NavigationProperty Name="_DeliveryPriority" Type="com.c_salesordermanage_sd_aggregate.DeliveryPriority">
512
+ <ReferentialConstraint Property="_DeliveryPriority_DeliveryPriority" ReferencedProperty="DeliveryPriority" />
513
+ </NavigationProperty>
514
+ <NavigationProperty Name="_IncotermsClassification" Type="com.c_salesordermanage_sd_aggregate.IncotermsClassification">
515
+ <ReferentialConstraint Property="_IncotermsClassification_IncotermsClassification" ReferencedProperty="IncotermsClassification" />
516
+ </NavigationProperty>
517
+ <NavigationProperty Name="_IncotermsVersion" Type="com.c_salesordermanage_sd_aggregate.IncotermsVersion">
518
+ <ReferentialConstraint Property="_IncotermsVersion_IncotermsVersion" ReferencedProperty="IncotermsVersion" />
519
+ </NavigationProperty>
520
+ <NavigationProperty Name="_ItemBillingBlockReason" Type="com.c_salesordermanage_sd_aggregate.BillingBlockReason">
521
+ <ReferentialConstraint Property="_ItemBillingBlockReason_BillingBlockReason" ReferencedProperty="BillingBlockReason" />
522
+ </NavigationProperty>
523
+ <NavigationProperty Name="_ItemCategory" Type="com.c_salesordermanage_sd_aggregate.SalesOrderItemCategory">
524
+ <ReferentialConstraint Property="_ItemCategory_SalesDocumentItemCategory" ReferencedProperty="SalesDocumentItemCategory" />
525
+ </NavigationProperty>
526
+ <NavigationProperty Name="_Material" Type="com.c_salesordermanage_sd_aggregate.Material">
527
+ <ReferentialConstraint Property="Material" ReferencedProperty="Material" />
528
+ </NavigationProperty>
529
+ <NavigationProperty Name="_MaterialDetails" Type="Collection(com.c_salesordermanage_sd_aggregate.MaterialDetails)" Partner="owner">
530
+ <OnDelete Action="Cascade" />
531
+ </NavigationProperty>
532
+ <NavigationProperty Name="_MaterialGroup" Type="com.c_salesordermanage_sd_aggregate.MaterialGroup">
533
+ <ReferentialConstraint Property="_MaterialGroup_MaterialGroup" ReferencedProperty="MaterialGroup" />
534
+ </NavigationProperty>
535
+ <NavigationProperty Name="_RequestedQuantityUnit" Type="com.c_salesordermanage_sd_aggregate.UnitOfMeasure">
536
+ <ReferentialConstraint Property="RequestedQuantityUnit" ReferencedProperty="UnitOfMeasure" />
537
+ </NavigationProperty>
538
+ <NavigationProperty Name="_SalesOrder" Type="com.c_salesordermanage_sd_aggregate.SalesOrderType">
539
+ <ReferentialConstraint Property="_SalesOrder_SalesOrderType" ReferencedProperty="SalesOrderType" />
540
+ </NavigationProperty>
541
+ <NavigationProperty Name="_ShippingPoint" Type="com.c_salesordermanage_sd_aggregate.ShippingPoint">
542
+ <ReferentialConstraint Property="_ShippingPoint_ShippingPoint" ReferencedProperty="ShippingPoint" />
543
+ </NavigationProperty>
544
+ <NavigationProperty Name="_ShippingType" Type="com.c_salesordermanage_sd_aggregate.ShippingType">
545
+ <ReferentialConstraint Property="_ShippingType_ShippingType" ReferencedProperty="ShippingType" />
546
+ </NavigationProperty>
547
+ <NavigationProperty Name="owner" Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" Partner="_Item">
548
+ <ReferentialConstraint Property="owner_ID" ReferencedProperty="ID" />
549
+ </NavigationProperty>
550
+ <NavigationProperty Name="_ReferencedSalesOrder" Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage">
551
+ <ReferentialConstraint Property="ReferencedSalesOrderID" ReferencedProperty="ID" />
552
+ </NavigationProperty>
553
+ <NavigationProperty Name="_ReferencedSalesOrderItem" Type="com.c_salesordermanage_sd_aggregate.SalesOrderItem">
554
+ <ReferentialConstraint Property="ReferencedSalesOrderItemID" ReferencedProperty="ID" />
555
+ </NavigationProperty>
556
+ <Property Name="_CustomerPaymentTerms_CustomerPaymentTerms" Type="Edm.String" MaxLength="4" />
557
+ <Property Name="_DeliveryPriority_DeliveryPriority" Type="Edm.String" MaxLength="2" />
558
+ <Property Name="_IncotermsClassification_IncotermsClassification" Type="Edm.String" MaxLength="3" />
559
+ <Property Name="_IncotermsVersion_IncotermsVersion" Type="Edm.String" MaxLength="4" />
560
+ <Property Name="_ItemBillingBlockReason_BillingBlockReason" Type="Edm.String" MaxLength="2" />
561
+ <Property Name="_ItemCategory_SalesDocumentItemCategory" Type="Edm.String" MaxLength="4" />
562
+ <Property Name="_MaterialGroup_MaterialGroup" Type="Edm.String" MaxLength="9" />
563
+ <Property Name="_SalesOrder_SalesOrderType" Type="Edm.String" MaxLength="4" />
564
+ <Property Name="_ShippingPoint_ShippingPoint" Type="Edm.String" MaxLength="4" />
565
+ <Property Name="_ShippingType_ShippingType" Type="Edm.String" MaxLength="2" />
566
+ <Property Name="owner_ID" Type="Edm.Guid" />
567
+ </EntityType>
568
+ <EntityType Name="SalesOrderItemCategory">
569
+ <Key>
570
+ <PropertyRef Name="SalesDocumentItemCategory" />
571
+ </Key>
572
+ <Property Name="SalesDocumentItemCategory" Type="Edm.String" MaxLength="4" Nullable="false" />
573
+ <Property Name="SalesDocumentItemCategory_Text" Type="Edm.String" MaxLength="20" />
574
+ <Property Name="ScheduleLineIsAllowed" Type="Edm.Boolean" />
575
+ </EntityType>
576
+ <EntityType Name="SalesOrderManage">
577
+ <Key>
578
+ <PropertyRef Name="ID" />
579
+ </Key>
580
+ <Property Name="ID" Type="Edm.Guid" Nullable="false" />
581
+ <Property Name="SalesOrder" Type="Edm.String" MaxLength="10" Nullable="false" />
582
+ <Property Name="Delivered" Type="Edm.Boolean" />
583
+ <Property Name="ReturnInProcess" Type="Edm.Boolean" />
584
+ <Property Name="SalesOrderType" Type="Edm.String" MaxLength="4" />
585
+ <Property Name="ImageUrl" Type="Edm.String" />
586
+ <Property Name="SoldToParty" Type="Edm.String" MaxLength="10" />
587
+ <Property Name="SalesOrganization" Type="Edm.String" MaxLength="4" />
588
+ <Property Name="Rating" Type="Edm.Decimal" Scale="2" Precision="4" />
589
+ <Property Name="Progress" Type="Edm.Decimal" Scale="1" Precision="4" />
590
+ <Property Name="DistributionChannel" Type="Edm.String" MaxLength="2" />
591
+ <Property Name="OrganizationDivision" Type="Edm.String" MaxLength="2" />
592
+ <Property Name="SalesOffice" Type="Edm.String" MaxLength="4" />
593
+ <Property Name="SalesGroup" Type="Edm.String" MaxLength="3" />
594
+ <Property Name="SalesDistrict" Type="Edm.String" MaxLength="6" />
595
+ <Property Name="PurchaseOrderByCustomer" Type="Edm.String" MaxLength="35" />
596
+ <Property Name="CustomerPurchaseOrderType" Type="Edm.String" MaxLength="4" />
597
+ <Property Name="CustomerPurchaseOrderDate" Type="Edm.Date" />
598
+ <Property Name="SDDocumentReason" Type="Edm.String" MaxLength="3" />
599
+ <Property Name="PricingDate" Type="Edm.Date" />
600
+ <Property Name="ShippingCondition" Type="Edm.String" MaxLength="2" />
601
+ <Property Name="CompleteDeliveryIsDefined" Type="Edm.Boolean" />
602
+ <Property Name="ShippingType" Type="Edm.String" MaxLength="2" />
603
+ <Property Name="IncotermsClassification" Type="Edm.String" MaxLength="3" />
604
+ <Property Name="IncotermsVersion" Type="Edm.String" MaxLength="4" />
605
+ <Property Name="fieldControlType_item" Type="Edm.Int32" />
606
+ <Property Name="fieldControlType" Type="Edm.Int32" />
607
+ <Property Name="TrialInt64" Type="Edm.Int64" />
608
+ <Property Name="TrialDouble" Type="Edm.Double" />
609
+ <Property Name="TrialTOD" Type="Edm.TimeOfDay" />
610
+ <Property Name="IncotermsLocation1" Type="Edm.String" MaxLength="70" />
611
+ <Property Name="IncotermsLocation2" Type="Edm.String" MaxLength="70" />
612
+ <Property Name="HeaderBillingBlockReason" Type="Edm.String" MaxLength="2" />
613
+ <Property Name="DeliveryBlockReason" Type="Edm.String" MaxLength="2" />
614
+ <Property Name="CustomerPaymentTerms" Type="Edm.String" MaxLength="4" />
615
+ <Property Name="PaymentMethod" Type="Edm.String" MaxLength="1" />
616
+ <Property Name="NetPricing" Type="Edm.Decimal" Scale="10" Precision="15" />
617
+ <Property Name="TotalNetAmount" Type="Edm.Decimal" Scale="10" Precision="15" />
618
+ <Property Name="TransactionCurrency" Type="Edm.String" MaxLength="5" />
619
+ <Property Name="OverallSDProcessStatus" Type="Edm.String" MaxLength="1" />
620
+ <Property Name="StatusCriticality" Type="Edm.Int32" />
621
+ <Property Name="OverallDeliveryBlockStatus" Type="Edm.String" MaxLength="1" />
622
+ <Property Name="OverallBillingBlockStatus" Type="Edm.String" MaxLength="1" />
623
+ <Property Name="LastChangedDateTime" Type="Edm.DateTimeOffset" />
624
+ <Property Name="SalesOrderDate" Type="Edm.Date" />
625
+ <Property Name="SalesOrderTypeName" Type="Edm.String" MaxLength="20" />
626
+ <Property Name="DeliveryBlockCriticality" Type="Edm.Byte" />
627
+ <Property Name="BillingBlockCriticality" Type="Edm.Byte" />
628
+ <Property Name="DescriptionFieldForOPACleanup" Type="Edm.String" MaxLength="40" />
629
+ <Property Name="ReferencedSalesOrderID" Type="Edm.Guid" />
630
+ <Property Name="isVerified" Type="Edm.Boolean" />
631
+ <Property Name="editActionIsEnabled" Type="Edm.Boolean" />
632
+ <Property Name="editActionIsDisabled" Type="Edm.Boolean" />
633
+ <NavigationProperty Name="_CustomerPaymentTerms" Type="com.c_salesordermanage_sd_aggregate.CustomerPaymentTerms">
634
+ <ReferentialConstraint Property="CustomerPaymentTerms" ReferencedProperty="CustomerPaymentTerms" />
635
+ </NavigationProperty>
636
+ <NavigationProperty Name="_CustomerPurchaseOrderType" Type="com.c_salesordermanage_sd_aggregate.CustomerPurchaseOrderType">
637
+ <ReferentialConstraint Property="_CustomerPurchaseOrderType_CustomerPurchaseOrderType" ReferencedProperty="CustomerPurchaseOrderType" />
638
+ </NavigationProperty>
639
+ <NavigationProperty Name="_DeliveryBlockReason" Type="com.c_salesordermanage_sd_aggregate.DeliveryBlockReason">
640
+ <ReferentialConstraint Property="_DeliveryBlockReason_DeliveryBlockReason" ReferencedProperty="DeliveryBlockReason" />
641
+ </NavigationProperty>
642
+ <NavigationProperty Name="_DistributionChannel" Type="com.c_salesordermanage_sd_aggregate.DistributionChannel">
643
+ <ReferentialConstraint Property="_DistributionChannel_DistributionChannel" ReferencedProperty="DistributionChannel" />
644
+ </NavigationProperty>
645
+ <NavigationProperty Name="_HeaderBillingBlockReason" Type="com.c_salesordermanage_sd_aggregate.BillingBlockReason">
646
+ <ReferentialConstraint Property="_HeaderBillingBlockReason_BillingBlockReason" ReferencedProperty="BillingBlockReason" />
647
+ </NavigationProperty>
648
+ <NavigationProperty Name="_IncotermsClassification" Type="com.c_salesordermanage_sd_aggregate.IncotermsClassification">
649
+ <ReferentialConstraint Property="IncotermsClassification" ReferencedProperty="IncotermsClassification" />
650
+ </NavigationProperty>
651
+ <NavigationProperty Name="_IncotermsVersion" Type="com.c_salesordermanage_sd_aggregate.IncotermsVersion">
652
+ <ReferentialConstraint Property="IncotermsVersion" ReferencedProperty="IncotermsVersion" />
653
+ </NavigationProperty>
654
+ <NavigationProperty Name="_Item" Type="Collection(com.c_salesordermanage_sd_aggregate.SalesOrderItem)" Partner="owner">
655
+ <OnDelete Action="Cascade" />
656
+ </NavigationProperty>
657
+ <NavigationProperty Name="_OrganizationDivision" Type="com.c_salesordermanage_sd_aggregate.OrganizationDivision">
658
+ <ReferentialConstraint Property="_OrganizationDivision_Division" ReferencedProperty="Division" />
659
+ </NavigationProperty>
660
+ <NavigationProperty Name="_OverallBillingBlockStatus" Type="com.c_salesordermanage_sd_aggregate.OverallBillingBlockStatus">
661
+ <ReferentialConstraint Property="_OverallBillingBlockStatus_OverallBillingBlockStatus" ReferencedProperty="OverallBillingBlockStatus" />
662
+ </NavigationProperty>
663
+ <NavigationProperty Name="_OverallDeliveryBlockStatus" Type="com.c_salesordermanage_sd_aggregate.OverallDeliveryBlockStatus">
664
+ <ReferentialConstraint Property="_OverallDeliveryBlockStatus_OverallDeliveryBlockStatus" ReferencedProperty="OverallDeliveryBlockStatus" />
665
+ </NavigationProperty>
666
+ <NavigationProperty Name="_OverallSDProcessStatus" Type="com.c_salesordermanage_sd_aggregate.OverallSDProcessStatus">
667
+ <ReferentialConstraint Property="OverallSDProcessStatus" ReferencedProperty="OverallSDProcessStatus" />
668
+ </NavigationProperty>
669
+ <NavigationProperty Name="_Partner" Type="Collection(com.c_salesordermanage_sd_aggregate.HeaderPartner)" Partner="owner">
670
+ <OnDelete Action="Cascade" />
671
+ </NavigationProperty>
672
+ <NavigationProperty Name="_CreditLimitDetails" Type="com.c_salesordermanage_sd_aggregate.CreditLimitDetails">
673
+ <ReferentialConstraint Property="SalesOrder" ReferencedProperty="SalesDocument" />
674
+ </NavigationProperty>
675
+ <NavigationProperty Name="_SalesDistrict" Type="com.c_salesordermanage_sd_aggregate.SalesDistrict">
676
+ <ReferentialConstraint Property="_SalesDistrict_SalesDistrict" ReferencedProperty="SalesDistrict" />
677
+ </NavigationProperty>
678
+ <NavigationProperty Name="_SalesGroup" Type="com.c_salesordermanage_sd_aggregate.SalesGroup">
679
+ <ReferentialConstraint Property="_SalesGroup_SalesGroup" ReferencedProperty="SalesGroup" />
680
+ </NavigationProperty>
681
+ <NavigationProperty Name="_SalesOffice" Type="com.c_salesordermanage_sd_aggregate.SalesOffice">
682
+ <ReferentialConstraint Property="_SalesOffice_SalesOffice" ReferencedProperty="SalesOffice" />
683
+ </NavigationProperty>
684
+ <NavigationProperty Name="_SalesOrderType" Type="com.c_salesordermanage_sd_aggregate.SalesOrderType">
685
+ <ReferentialConstraint Property="SalesOrderType" ReferencedProperty="SalesOrderType" />
686
+ </NavigationProperty>
687
+ <NavigationProperty Name="_SalesOrganization" Type="com.c_salesordermanage_sd_aggregate.SalesOrganization">
688
+ <ReferentialConstraint Property="_SalesOrganization_SalesOrganization" ReferencedProperty="SalesOrganization" />
689
+ </NavigationProperty>
690
+ <NavigationProperty Name="_SDDocumentReason" Type="com.c_salesordermanage_sd_aggregate.SDDocumentReason">
691
+ <ReferentialConstraint Property="_SDDocumentReason_SDDocumentReason" ReferencedProperty="SDDocumentReason" />
692
+ </NavigationProperty>
693
+ <NavigationProperty Name="_ShippingCondition" Type="com.c_salesordermanage_sd_aggregate.ShippingCondition">
694
+ <ReferentialConstraint Property="ShippingCondition" ReferencedProperty="ShippingCondition" />
695
+ </NavigationProperty>
696
+ <NavigationProperty Name="_ShippingType" Type="com.c_salesordermanage_sd_aggregate.ShippingType">
697
+ <ReferentialConstraint Property="_ShippingType_ShippingType" ReferencedProperty="ShippingType" />
698
+ </NavigationProperty>
699
+ <NavigationProperty Name="_ShipToParty" Type="com.c_salesordermanage_sd_aggregate.HeaderShipToParty">
700
+ <ReferentialConstraint Property="SalesOrder" ReferencedProperty="SalesOrder" />
701
+ </NavigationProperty>
702
+ <NavigationProperty Name="_SoldToParty" Type="com.c_salesordermanage_sd_aggregate.Customer">
703
+ <ReferentialConstraint Property="SoldToParty" ReferencedProperty="Customer" />
704
+ </NavigationProperty>
705
+ <NavigationProperty Name="_ReferencedSalesOrder" Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage">
706
+ <ReferentialConstraint Property="ReferencedSalesOrderID" ReferencedProperty="ID" />
707
+ </NavigationProperty>
708
+ <Property Name="_CustomerPurchaseOrderType_CustomerPurchaseOrderType" Type="Edm.String" MaxLength="4" />
709
+ <Property Name="_DeliveryBlockReason_DeliveryBlockReason" Type="Edm.String" MaxLength="2" />
710
+ <Property Name="_DistributionChannel_DistributionChannel" Type="Edm.String" MaxLength="2" />
711
+ <Property Name="_HeaderBillingBlockReason_BillingBlockReason" Type="Edm.String" MaxLength="2" />
712
+ <Property Name="_OrganizationDivision_Division" Type="Edm.String" MaxLength="2" />
713
+ <Property Name="_OverallBillingBlockStatus_OverallBillingBlockStatus" Type="Edm.String" MaxLength="1" />
714
+ <Property Name="_OverallDeliveryBlockStatus_OverallDeliveryBlockStatus" Type="Edm.String" MaxLength="1" />
715
+ <Property Name="_SalesDistrict_SalesDistrict" Type="Edm.String" MaxLength="6" />
716
+ <Property Name="_SalesGroup_SalesGroup" Type="Edm.String" MaxLength="3" />
717
+ <Property Name="_SalesOffice_SalesOffice" Type="Edm.String" MaxLength="4" />
718
+ <Property Name="_SalesOrganization_SalesOrganization" Type="Edm.String" MaxLength="4" />
719
+ <Property Name="_SDDocumentReason_SDDocumentReason" Type="Edm.String" MaxLength="3" />
720
+ <Property Name="_ShippingType_ShippingType" Type="Edm.String" MaxLength="2" />
721
+ </EntityType>
722
+ <EntityType Name="SalesOrderType">
723
+ <Key>
724
+ <PropertyRef Name="SalesOrderType" />
725
+ </Key>
726
+ <Property Name="SalesOrderType" Type="Edm.String" MaxLength="4" Nullable="false" />
727
+ <Property Name="SalesOrderType_Text" Type="Edm.String" MaxLength="20" />
728
+ <Property Name="SalesOrderProcessingType" Type="Edm.String" MaxLength="1" />
729
+ <Property Name="OrderTypeForBillingRequest" Type="Edm.String" MaxLength="4" />
730
+ </EntityType>
731
+ <EntityType Name="SalesOrganization">
732
+ <Key>
733
+ <PropertyRef Name="SalesOrganization" />
734
+ </Key>
735
+ <Property Name="SalesOrganization" Type="Edm.String" MaxLength="4" Nullable="false" />
736
+ <Property Name="SalesOrganization_Text" Type="Edm.String" MaxLength="20" />
737
+ <Property Name="SalesOrganizationCurrency" Type="Edm.String" MaxLength="5" />
738
+ <Property Name="CompanyCode" Type="Edm.String" MaxLength="4" />
739
+ <Property Name="IntercompanyBillingCustomer" Type="Edm.String" MaxLength="10" />
740
+ </EntityType>
741
+ <EntityType Name="ShippingCondition">
742
+ <Key>
743
+ <PropertyRef Name="ShippingCondition" />
744
+ </Key>
745
+ <Property Name="ShippingCondition" Type="Edm.String" MaxLength="2" Nullable="false" />
746
+ <Property Name="ShippingCondition_Text" Type="Edm.String" MaxLength="20" />
747
+ </EntityType>
748
+ <EntityType Name="ShippingPoint">
749
+ <Key>
750
+ <PropertyRef Name="ShippingPoint" />
751
+ </Key>
752
+ <Property Name="ShippingPoint" Type="Edm.String" MaxLength="4" Nullable="false" />
753
+ <Property Name="ShippingPoint_Text" Type="Edm.String" MaxLength="30" />
754
+ </EntityType>
755
+ <EntityType Name="ShippingType">
756
+ <Key>
757
+ <PropertyRef Name="ShippingType" />
758
+ </Key>
759
+ <Property Name="ShippingType" Type="Edm.String" MaxLength="2" Nullable="false" />
760
+ <Property Name="ShippingType_Text" Type="Edm.String" MaxLength="20" />
761
+ </EntityType>
762
+ <EntityType Name="UnitOfMeasure">
763
+ <Key>
764
+ <PropertyRef Name="UnitOfMeasure" />
765
+ </Key>
766
+ <Property Name="UnitOfMeasure" Type="Edm.String" MaxLength="40" Nullable="false" />
767
+ <Property Name="UnitOfMeasure_Text" Type="Edm.String" MaxLength="30" />
768
+ <Property Name="UnitOfMeasureDimension" Type="Edm.String" MaxLength="6" />
769
+ <Property Name="UnitOfMeasureISOCode" Type="Edm.String" MaxLength="3" />
770
+ <Property Name="UnitOfMeasureNumberOfDecimals" Type="Edm.Int32" />
771
+ <Property Name="UnitOfMeasureDspNmbrOfDcmls" Type="Edm.Int32" />
772
+ </EntityType>
773
+ <Action Name="DummyBoundAction" IsBound="true" EntitySetPath="_it">
774
+ <Parameter Name="_it" Type="com.c_salesordermanage_sd_aggregate.SalesOrderItem" />
775
+ <ReturnType Type="com.c_salesordermanage_sd_aggregate.SalesOrderItem" />
776
+ </Action>
777
+ <Action Name="DummyBoundAction" IsBound="true" EntitySetPath="_it">
778
+ <Parameter Name="_it" Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
779
+ <ReturnType Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
780
+ </Action>
781
+ <Action Name="IdentificationFormAction" IsBound="true" EntitySetPath="_it">
782
+ <Parameter Name="_it" Type="com.c_salesordermanage_sd_aggregate.SalesOrderItem" />
783
+ <ReturnType Type="com.c_salesordermanage_sd_aggregate.SalesOrderItem" />
784
+ </Action>
785
+ <Action Name="OPAvailableTrueAction" IsBound="true" EntitySetPath="_it">
786
+ <Parameter Name="_it" Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
787
+ <ReturnType Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
788
+ </Action>
789
+ <Action Name="OPAvailableFalseAction" IsBound="true" EntitySetPath="_it">
790
+ <Parameter Name="_it" Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
791
+ <ReturnType Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
792
+ </Action>
793
+ <Action Name="OPAvailableNullAction" IsBound="true" EntitySetPath="_it">
794
+ <Parameter Name="_it" Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
795
+ <ReturnType Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
796
+ </Action>
797
+ <Action Name="EnableEditAction" IsBound="true" EntitySetPath="_it">
798
+ <Parameter Name="_it" Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
799
+ <ReturnType Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
800
+ </Action>
801
+ <Action Name="CreateWithSalesOrderType" IsBound="true" EntitySetPath="_it">
802
+ <Parameter Name="_it" Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
803
+ <ReturnType Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
804
+ </Action>
805
+ <Action Name="ChangeOrderStatus" IsBound="true" EntitySetPath="_it">
806
+ <Parameter Name="_it" Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
807
+ <ReturnType Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
808
+ </Action>
809
+ <Action Name="FacetFormAction" IsBound="true" EntitySetPath="_it">
810
+ <Parameter Name="_it" Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
811
+ <ReturnType Type="com.c_salesordermanage_sd_aggregate.SalesOrderManage" />
812
+ </Action>
813
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.BillingBlockReason">
814
+ <Annotation Term="Common.Label" String="Value Help for Billing Block Reason" />
815
+ </Annotations>
816
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.BillingBlockReason/BillingBlockReason">
817
+ <Annotation Term="Common.Heading" String="Block" />
818
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
819
+ <Annotation Term="Common.Label" String="Billing Block" />
820
+ <Annotation Term="Common.Text" Path="BillingBlockReason_Text" />
821
+ </Annotations>
822
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.BillingBlockReason/BillingBlockReason_Text">
823
+ <Annotation Term="Core.Immutable" Bool="true" />
824
+ </Annotations>
825
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CreditLimitDetails">
826
+ <Annotation Term="Common.Label" String="Bullet Chart" />
827
+ </Annotations>
828
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CreditLimitDetails/CustomerCreditExposureAmount">
829
+ <Annotation Term="Measures.ISOCurrency" Path="TransactionCurrency" />
830
+ </Annotations>
831
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CreditLimitDetails/Delivered">
832
+ <Annotation Term="Common.Label" String="Delivery Status" />
833
+ </Annotations>
834
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CreditLimitDetails/CustomerCreditExposureAmountHidden">
835
+ <Annotation Term="Measures.ISOCurrency" Path="TransactionCurrency" />
836
+ <Annotation Term="UI.Hidden" Path="Delivered" />
837
+ </Annotations>
838
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CreditLimitDetails/CustomerCreditForecast">
839
+ <Annotation Term="Measures.ISOCurrency" Path="TransactionCurrency" />
840
+ </Annotations>
841
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CreditLimitDetails/CustomerCreditLimitAmount">
842
+ <Annotation Term="Measures.ISOCurrency" Path="TransactionCurrency" />
843
+ </Annotations>
844
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Customer">
845
+ <Annotation Term="Common.IsNaturalPerson" Bool="true" />
846
+ <Annotation Term="Common.Label" String="Sold-to Party" />
847
+ <Annotation Term="Communication.Contact">
848
+ <Record Type="Communication.ContactType">
849
+ <PropertyValue Property="adr">
850
+ <Collection>
851
+ <Record Type="Communication.AddressType">
852
+ <PropertyValue Property="type" EnumMember="Communication.ContactInformationType/work" />
853
+ <PropertyValue Property="uri" Path="InternationalPhoneNumber" />
854
+ <PropertyValue Property="code" Path="PostalCode" />
855
+ <PropertyValue Property="country" Path="Country" />
856
+ <PropertyValue Property="locality" Path="CityName" />
857
+ </Record>
858
+ </Collection>
859
+ </PropertyValue>
860
+ <PropertyValue Property="email">
861
+ <Collection>
862
+ <Record Type="Communication.EmailAddressType">
863
+ <PropertyValue Property="type" EnumMember="Communication.ContactInformationType/work" />
864
+ <PropertyValue Property="address" Path="EmailAddress" />
865
+ </Record>
866
+ </Collection>
867
+ </PropertyValue>
868
+ <PropertyValue Property="fn" Path="CustomerName" />
869
+ <PropertyValue Property="tel">
870
+ <Collection>
871
+ <Record Type="Communication.PhoneNumberType">
872
+ <PropertyValue Property="type" EnumMember="Communication.PhoneType/fax" />
873
+ <PropertyValue Property="uri" Path="InternationalPhoneNumber" />
874
+ </Record>
875
+ </Collection>
876
+ </PropertyValue>
877
+ </Record>
878
+ </Annotation>
879
+ </Annotations>
880
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Customer/Customer">
881
+ <Annotation Term="Common.Heading" String="Customer" />
882
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
883
+ <Annotation Term="Common.Label" String="Customer" />
884
+ <Annotation Term="Common.QuickInfo" String="Customer Number" />
885
+ <Annotation Term="Common.Text" Path="CustomerName" />
886
+ </Annotations>
887
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Customer/CustomerName">
888
+ <Annotation Term="Common.Heading" String="Customer" />
889
+ <Annotation Term="Common.Label" String="Name" />
890
+ <Annotation Term="Common.QuickInfo" String="Name of Customer" />
891
+ <Annotation Term="Common.ValueList">
892
+ <Record Type="Common.ValueListType">
893
+ <PropertyValue Property="CollectionPath" String="Customer" />
894
+ <PropertyValue Property="Label" String="Customer" />
895
+ <PropertyValue Property="Parameters">
896
+ <Collection>
897
+ <Record Type="Common.ValueListParameterInOut">
898
+ <PropertyValue Property="LocalDataProperty" PropertyPath="Customer" />
899
+ <PropertyValue Property="ValueListProperty" String="Customer" />
900
+ </Record>
901
+ <Record Type="Common.ValueListParameterInOut">
902
+ <PropertyValue Property="LocalDataProperty" PropertyPath="CustomerName" />
903
+ <PropertyValue Property="ValueListProperty" String="CustomerName" />
904
+ </Record>
905
+ <Record Type="Common.ValueListParameterInOut">
906
+ <PropertyValue Property="LocalDataProperty" PropertyPath="CityName" />
907
+ <PropertyValue Property="ValueListProperty" String="CityName" />
908
+ </Record>
909
+ <Record Type="Common.ValueListParameterInOut">
910
+ <PropertyValue Property="LocalDataProperty" PropertyPath="Country" />
911
+ <PropertyValue Property="ValueListProperty" String="Country" />
912
+ </Record>
913
+ <Record Type="Common.ValueListParameterInOut">
914
+ <PropertyValue Property="LocalDataProperty" PropertyPath="EmailAddress" />
915
+ <PropertyValue Property="ValueListProperty" String="EmailAddress" />
916
+ </Record>
917
+ </Collection>
918
+ </PropertyValue>
919
+ </Record>
920
+ </Annotation>
921
+ </Annotations>
922
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Customer/Delivered">
923
+ <Annotation Term="Common.Label" String="Delivery Status" />
924
+ </Annotations>
925
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Customer/OrganizationBPName1">
926
+ <Annotation Term="Common.Heading" String="Name 1" />
927
+ <Annotation Term="Common.Label" String="Name" />
928
+ <Annotation Term="Common.QuickInfo" String="Name 1" />
929
+ <Annotation Term="UI.Hidden" Bool="true" />
930
+ </Annotations>
931
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Customer/OrganizationBPName2">
932
+ <Annotation Term="Common.Label" String="Name 2" />
933
+ <Annotation Term="UI.Hidden" Bool="true" />
934
+ </Annotations>
935
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Customer/BusinessPartnerImageURL">
936
+ <Annotation Term="UI.Hidden" Bool="true" />
937
+ </Annotations>
938
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Customer/PostalCode">
939
+ <Annotation Term="Common.Heading" String="Post. Code" />
940
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
941
+ <Annotation Term="Common.Label" String="Postal Code" />
942
+ <Annotation Term="Common.QuickInfo" String="City Postal Code" />
943
+ </Annotations>
944
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Customer/CityName">
945
+ <Annotation Term="Common.Label" String="City" />
946
+ </Annotations>
947
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Customer/Country">
948
+ <Annotation Term="Common.Heading" String="Ctr" />
949
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
950
+ <Annotation Term="Common.Label" String="Country Key" />
951
+ </Annotations>
952
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Customer/InternationalPhoneNumber">
953
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
954
+ <Annotation Term="Common.Label" String="Telephone Number" />
955
+ <Annotation Term="Common.QuickInfo" String="Complete Number: Dialling Code+Number+Extension" />
956
+ <Annotation Term="UI.Hidden" Bool="true" />
957
+ </Annotations>
958
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Customer/EmailAddress">
959
+ <Annotation Term="Common.Label" String="Email Address" />
960
+ <Annotation Term="UI.Hidden" Bool="true" />
961
+ </Annotations>
962
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CustomerPaymentTerms">
963
+ <Annotation Term="Common.Label" String="Customer Payment Terms" />
964
+ </Annotations>
965
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CustomerPaymentTerms/CustomerPaymentTerms">
966
+ <Annotation Term="Common.Heading" String="PayT" />
967
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
968
+ <Annotation Term="Common.Label" String="Payment Terms" />
969
+ <Annotation Term="Common.QuickInfo" String="Terms of Payment Key" />
970
+ <Annotation Term="Common.Text" Path="CustomerPaymentTerms_Text" />
971
+ </Annotations>
972
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CustomerPaymentTerms/CustomerPaymentTerms_Text">
973
+ <Annotation Term="Common.Label" String="Description" />
974
+ <Annotation Term="Common.QuickInfo" String="Description of terms of payment" />
975
+ <Annotation Term="Core.Immutable" Bool="true" />
976
+ </Annotations>
977
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CustomerPurchaseOrderType">
978
+ <Annotation Term="Common.Label" String="Customer Purchase Order Type" />
979
+ </Annotations>
980
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CustomerPurchaseOrderType/CustomerPurchaseOrderType">
981
+ <Annotation Term="Common.Heading" String="POtyp" />
982
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
983
+ <Annotation Term="Common.Label" String="Purchase Order Type" />
984
+ <Annotation Term="Common.QuickInfo" String="Customer Purchase Order Type" />
985
+ <Annotation Term="Common.Text" Path="CustomerPurchaseOrderType_Text" />
986
+ </Annotations>
987
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CustomerPurchaseOrderType/CustomerPurchaseOrderType_Text">
988
+ <Annotation Term="Common.Label" String="Description" />
989
+ <Annotation Term="Core.Immutable" Bool="true" />
990
+ </Annotations>
991
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.DeliveryBlockReason">
992
+ <Annotation Term="Common.Label" String="Delivery Block Reason" />
993
+ </Annotations>
994
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.DeliveryBlockReason/DeliveryBlockReason">
995
+ <Annotation Term="Common.Heading" String="DB" />
996
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
997
+ <Annotation Term="Common.Label" String="Delivery Block" />
998
+ <Annotation Term="Common.QuickInfo" String="Default Delivery Block" />
999
+ <Annotation Term="Common.Text" Path="DeliveryBlockReason_Text" />
1000
+ <Annotation Term="UI.HiddenFilter" Bool="true" />
1001
+ </Annotations>
1002
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.DeliveryBlockReason/DeliveryBlockReason_Text">
1003
+ <Annotation Term="Common.Heading" String="Delivery Block Description" />
1004
+ <Annotation Term="Common.Label" String="Delivery Block Desc." />
1005
+ <Annotation Term="Common.QuickInfo" String="Description" />
1006
+ <Annotation Term="Core.Immutable" Bool="true" />
1007
+ <Annotation Term="UI.HiddenFilter" Bool="true" />
1008
+ </Annotations>
1009
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.DeliveryBlockReason/DeliveryDueListBlock">
1010
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1011
+ <Annotation Term="Common.Label" String="Delv. Due List Block" />
1012
+ <Annotation Term="Common.QuickInfo" String="Delivery Due List Block" />
1013
+ </Annotations>
1014
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.DeliveryPriority">
1015
+ <Annotation Term="Common.Label" String="Delivery Priority" />
1016
+ </Annotations>
1017
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.DeliveryPriority/DeliveryPriority">
1018
+ <Annotation Term="Common.Heading" String="DPrio" />
1019
+ <Annotation Term="Common.IsDigitSequence" Bool="true" />
1020
+ <Annotation Term="Common.Label" String="Delivery Priority" />
1021
+ <Annotation Term="Common.Text" Path="DeliveryPriority_Text" />
1022
+ </Annotations>
1023
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.DeliveryPriority/DeliveryPriority_Text">
1024
+ <Annotation Term="Common.Label" String="Description" />
1025
+ <Annotation Term="Core.Immutable" Bool="true" />
1026
+ </Annotations>
1027
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.DistributionChannel">
1028
+ <Annotation Term="Common.Label" String="Distribution Channel" />
1029
+ </Annotations>
1030
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.DistributionChannel/DistributionChannel">
1031
+ <Annotation Term="Common.Heading" String="DChl" />
1032
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1033
+ <Annotation Term="Common.Label" String="Distribution Channel" />
1034
+ <Annotation Term="Common.Text" Path="DistributionChannel_Text" />
1035
+ </Annotations>
1036
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.DistributionChannel/DistributionChannel_Text">
1037
+ <Annotation Term="Common.Label" String="Distribution Channel Description" />
1038
+ <Annotation Term="Core.Immutable" Bool="true" />
1039
+ </Annotations>
1040
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderPartner">
1041
+ <Annotation Term="Common.Label" String="Manage Sales Order Header Partner" />
1042
+ <Annotation Term="Communication.Contact">
1043
+ <Record Type="Communication.ContactType">
1044
+ <PropertyValue Property="email">
1045
+ <Collection>
1046
+ <Record Type="Communication.EmailAddressType">
1047
+ <PropertyValue Property="type" EnumMember="Communication.ContactInformationType/work" />
1048
+ <PropertyValue Property="address" Path="BusinessPartner" />
1049
+ </Record>
1050
+ </Collection>
1051
+ </PropertyValue>
1052
+ <PropertyValue Property="fn" Path="FullName" />
1053
+ </Record>
1054
+ </Annotation>
1055
+ <Annotation Term="UI.DataPoint" Qualifier="Progress2">
1056
+ <Record Type="UI.DataPointType">
1057
+ <PropertyValue Property="TargetValue" Int="100" />
1058
+ <PropertyValue Property="Title" String="Progress" />
1059
+ <PropertyValue Property="Value" Path="Progress" />
1060
+ <PropertyValue Property="Visualization" EnumMember="UI.VisualizationType/Progress" />
1061
+ </Record>
1062
+ </Annotation>
1063
+ <Annotation Term="UI.DataPoint" Qualifier="Rating2">
1064
+ <Record Type="UI.DataPointType">
1065
+ <PropertyValue Property="TargetValue" Int="5" />
1066
+ <PropertyValue Property="Title" String="Rating" />
1067
+ <PropertyValue Property="Value" Path="Rating" />
1068
+ <PropertyValue Property="Visualization" EnumMember="UI.VisualizationType/Rating" />
1069
+ </Record>
1070
+ </Annotation>
1071
+ <Annotation Term="UI.FieldGroup" Qualifier="multipleActionFields">
1072
+ <Record Type="UI.FieldGroupType">
1073
+ <PropertyValue Property="Data">
1074
+ <Collection>
1075
+ <Record Type="UI.DataField">
1076
+ <PropertyValue Property="Value" Path="PartnerFunction" />
1077
+ </Record>
1078
+ <Record Type="UI.DataFieldForAnnotation">
1079
+ <PropertyValue Property="Target" AnnotationPath="@UI.DataPoint#Rating2" />
1080
+ </Record>
1081
+ <Record Type="UI.DataFieldForAction">
1082
+ <PropertyValue Property="Label" String="Change Order Status (Parent)" />
1083
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.ParentBasedAction" />
1084
+ </Record>
1085
+ </Collection>
1086
+ </PropertyValue>
1087
+ </Record>
1088
+ </Annotation>
1089
+ <Annotation Term="UI.LineItem">
1090
+ <Collection>
1091
+ <Record Type="UI.DataFieldForAction">
1092
+ <PropertyValue Property="Label" String="Dummy Action" />
1093
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.ChangeOrderStatus" />
1094
+ </Record>
1095
+ <Record Type="UI.DataFieldForAnnotation">
1096
+ <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#multipleActionFields" />
1097
+ <PropertyValue Property="Label" String="Partner function" />
1098
+ </Record>
1099
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
1100
+ <PropertyValue Property="SemanticObject" String="SalesOrder" />
1101
+ <PropertyValue Property="Action" String="manageInline" />
1102
+ <PropertyValue Property="Label" String="IBN" />
1103
+ <PropertyValue Property="RequiresContext" Bool="false" />
1104
+ </Record>
1105
+ <Record Type="UI.DataFieldForAnnotation">
1106
+ <PropertyValue Property="Target" AnnotationPath="@Communication.Contact" />
1107
+ <PropertyValue Property="Label" String="Supplier" />
1108
+ </Record>
1109
+ <Record Type="UI.DataField">
1110
+ <PropertyValue Property="Value" Path="BusinessPartner" />
1111
+ </Record>
1112
+ <Record Type="UI.DataField">
1113
+ <PropertyValue Property="Value" Path="FullName" />
1114
+ </Record>
1115
+ <Record Type="UI.DataField">
1116
+ <PropertyValue Property="Value" Path="isVerified" />
1117
+ </Record>
1118
+ </Collection>
1119
+ </Annotation>
1120
+ </Annotations>
1121
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderPartner/ID">
1122
+ <Annotation Term="Common.Label" String="Partner UUID" />
1123
+ </Annotations>
1124
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderPartner/PartnerFunction">
1125
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1126
+ <Annotation Term="Common.Label" String="Partner function" />
1127
+ </Annotations>
1128
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderPartner/BusinessPartner">
1129
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1130
+ <Annotation Term="Common.Label" String="ID" />
1131
+ </Annotations>
1132
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderPartner/Rating">
1133
+ <Annotation Term="Common.Label" String="Rating" />
1134
+ </Annotations>
1135
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderPartner/Progress">
1136
+ <Annotation Term="Common.Label" String="Progress" />
1137
+ </Annotations>
1138
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderPartner/AddressID">
1139
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1140
+ <Annotation Term="Common.Label" String="Address" />
1141
+ </Annotations>
1142
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderPartner/FullName">
1143
+ <Annotation Term="Common.Label" String="Full Name" />
1144
+ </Annotations>
1145
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderPartner/PhoneNumber">
1146
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1147
+ <Annotation Term="Common.Label" String="Telephone" />
1148
+ </Annotations>
1149
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderPartner/PostalCode">
1150
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1151
+ <Annotation Term="Common.Label" String="Postal Code" />
1152
+ </Annotations>
1153
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderPartner/Country">
1154
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1155
+ <Annotation Term="Common.Label" String="Country Key" />
1156
+ </Annotations>
1157
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderShipToParty/SalesOrder">
1158
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1159
+ <Annotation Term="Common.Label" String="Sales Order" />
1160
+ <Annotation Term="Core.Immutable" Bool="true" />
1161
+ <Annotation Term="UI.Hidden" Bool="true" />
1162
+ </Annotations>
1163
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderShipToParty/BusinessPartner">
1164
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1165
+ <Annotation Term="Common.Label" String="Customer" />
1166
+ <Annotation Term="Common.QuickInfo" String="Customer Number" />
1167
+ <Annotation Term="Common.SemanticObject" String="SalesOrder" />
1168
+ <Annotation Term="Common.SemanticObject" Qualifier="customer" String="Customer" />
1169
+ <Annotation Term="Common.SemanticObjectMapping">
1170
+ <Collection>
1171
+ <Record Type="Common.SemanticObjectMappingType">
1172
+ <PropertyValue Property="LocalProperty" PropertyPath="SoldToParty" />
1173
+ <PropertyValue Property="SemanticObjectProperty" String="SoldToParty" />
1174
+ </Record>
1175
+ </Collection>
1176
+ </Annotation>
1177
+ <Annotation Term="Common.SemanticObjectMapping" Qualifier="customer">
1178
+ <Collection>
1179
+ <Record Type="Common.SemanticObjectMappingType">
1180
+ <PropertyValue Property="LocalProperty" PropertyPath="BusinessPartner" />
1181
+ <PropertyValue Property="SemanticObjectProperty" String="Customer" />
1182
+ </Record>
1183
+ </Collection>
1184
+ </Annotation>
1185
+ <Annotation Term="Common.Text" Path="_ShipToPartyVH/CustomerName">
1186
+ <Annotation Term="UI.TextArrangement" EnumMember="UI.TextArrangementType/TextFirst" />
1187
+ </Annotation>
1188
+ <Annotation Term="Common.ValueList">
1189
+ <Record Type="Common.ValueListType">
1190
+ <PropertyValue Property="CollectionPath" String="Customer" />
1191
+ <PropertyValue Property="Label" String="Ship-to Party" />
1192
+ <PropertyValue Property="Parameters">
1193
+ <Collection>
1194
+ <Record Type="Common.ValueListParameterInOut">
1195
+ <PropertyValue Property="LocalDataProperty" PropertyPath="BusinessPartner" />
1196
+ <PropertyValue Property="ValueListProperty" String="Customer" />
1197
+ </Record>
1198
+ <Record Type="Common.ValueListParameterDisplayOnly">
1199
+ <PropertyValue Property="ValueListProperty" String="CustomerName" />
1200
+ </Record>
1201
+ <Record Type="Common.ValueListParameterDisplayOnly">
1202
+ <PropertyValue Property="ValueListProperty" String="OrganizationBPName1" />
1203
+ </Record>
1204
+ <Record Type="Common.ValueListParameterDisplayOnly">
1205
+ <PropertyValue Property="ValueListProperty" String="OrganizationBPName2" />
1206
+ </Record>
1207
+ <Record Type="Common.ValueListParameterDisplayOnly">
1208
+ <PropertyValue Property="ValueListProperty" String="BusinessPartnerImageURL" />
1209
+ </Record>
1210
+ <Record Type="Common.ValueListParameterDisplayOnly">
1211
+ <PropertyValue Property="ValueListProperty" String="PostalCode" />
1212
+ </Record>
1213
+ <Record Type="Common.ValueListParameterDisplayOnly">
1214
+ <PropertyValue Property="ValueListProperty" String="CityName" />
1215
+ </Record>
1216
+ <Record Type="Common.ValueListParameterDisplayOnly">
1217
+ <PropertyValue Property="ValueListProperty" String="Country" />
1218
+ </Record>
1219
+ <Record Type="Common.ValueListParameterDisplayOnly">
1220
+ <PropertyValue Property="ValueListProperty" String="InternationalPhoneNumber" />
1221
+ </Record>
1222
+ <Record Type="Common.ValueListParameterDisplayOnly">
1223
+ <PropertyValue Property="ValueListProperty" String="EmailAddress" />
1224
+ </Record>
1225
+ </Collection>
1226
+ </PropertyValue>
1227
+ </Record>
1228
+ </Annotation>
1229
+ </Annotations>
1230
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderShipToParty/PostalCode">
1231
+ <Annotation Term="Common.FieldControl" Path="fieldReadOnly" />
1232
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1233
+ <Annotation Term="Common.Label" String="Postal Code" />
1234
+ </Annotations>
1235
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderShipToParty/CityName">
1236
+ <Annotation Term="Common.Label" String="City" />
1237
+ <Annotation Term="Core.Immutable" Bool="true" />
1238
+ </Annotations>
1239
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderShipToParty/isHidden">
1240
+ <Annotation Term="Common.Label" String="Is Hidden" />
1241
+ </Annotations>
1242
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderShipToParty/Country">
1243
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1244
+ <Annotation Term="Common.Label" String="Country Key" />
1245
+ <Annotation Term="Core.Immutable" Bool="true" />
1246
+ </Annotations>
1247
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderShipToParty/StreetName">
1248
+ <Annotation Term="Common.Label" String="Street" />
1249
+ <Annotation Term="Core.Immutable" Bool="true" />
1250
+ </Annotations>
1251
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.HeaderShipToParty/HouseNumber">
1252
+ <Annotation Term="Common.Label" String="House Number" />
1253
+ <Annotation Term="Core.Immutable" Bool="true" />
1254
+ </Annotations>
1255
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.IncotermsClassification">
1256
+ <Annotation Term="Common.Label" String="Incoterms Classification" />
1257
+ </Annotations>
1258
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.IncotermsClassification/IncotermsClassification">
1259
+ <Annotation Term="Common.Heading" String="IncoT" />
1260
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1261
+ <Annotation Term="Common.Label" String="Incoterms" />
1262
+ <Annotation Term="Common.QuickInfo" String="Incoterms (Part 1)" />
1263
+ <Annotation Term="Common.Text" Path="IncotermsClassification_Text" />
1264
+ </Annotations>
1265
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.IncotermsClassification/IncotermsClassification_Text">
1266
+ <Annotation Term="Common.Label" String="Description" />
1267
+ <Annotation Term="Core.Immutable" Bool="true" />
1268
+ </Annotations>
1269
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.IncotermsClassification/LocationIsMandatory">
1270
+ <Annotation Term="Common.Heading" String="Cty" />
1271
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1272
+ <Annotation Term="Common.Label" String="Location Mandatory" />
1273
+ <Annotation Term="Common.QuickInfo" String="Location is mandatory" />
1274
+ </Annotations>
1275
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.IncotermsVersion">
1276
+ <Annotation Term="Common.Label" String="Incoterms Version" />
1277
+ </Annotations>
1278
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.IncotermsVersion/IncotermsVersion">
1279
+ <Annotation Term="Common.Heading" String="IncoV" />
1280
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1281
+ <Annotation Term="Common.Label" String="Incoterms version" />
1282
+ <Annotation Term="Common.Text" Path="IncotermsVersion_Text" />
1283
+ </Annotations>
1284
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.IncotermsVersion/IncotermsVersion_Text">
1285
+ <Annotation Term="Common.Label" String="Description" />
1286
+ <Annotation Term="Core.Immutable" Bool="true" />
1287
+ </Annotations>
1288
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Material">
1289
+ <Annotation Term="Common.Label" String="Material" />
1290
+ </Annotations>
1291
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.EntityContainer/Material">
1292
+ <Annotation Term="Capabilities.DeleteRestrictions">
1293
+ <Record Type="Capabilities.DeleteRestrictionsType">
1294
+ <PropertyValue Property="Deletable" Bool="false" />
1295
+ </Record>
1296
+ </Annotation>
1297
+ <Annotation Term="Capabilities.InsertRestrictions">
1298
+ <Record Type="Capabilities.InsertRestrictionsType">
1299
+ <PropertyValue Property="Insertable" Bool="false" />
1300
+ </Record>
1301
+ </Annotation>
1302
+ <Annotation Term="Capabilities.UpdateRestrictions">
1303
+ <Record Type="Capabilities.UpdateRestrictionsType">
1304
+ <PropertyValue Property="Updatable" Bool="false" />
1305
+ </Record>
1306
+ </Annotation>
1307
+ </Annotations>
1308
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Material/Material">
1309
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1310
+ <Annotation Term="Common.Label" String="Material" />
1311
+ <Annotation Term="Common.Text" Path="Material_Text" />
1312
+ <Annotation Term="Core.Computed" Bool="true" />
1313
+ </Annotations>
1314
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Material/isHidden">
1315
+ <Annotation Term="Common.Label" String="Is Hidden" />
1316
+ <Annotation Term="Core.Computed" Bool="true" />
1317
+ </Annotations>
1318
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Material/Material_Text">
1319
+ <Annotation Term="Common.Label" String="Material Description" />
1320
+ <Annotation Term="Core.Computed" Bool="true" />
1321
+ </Annotations>
1322
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialCategory">
1323
+ <Annotation Term="Common.Label" String="Material category" />
1324
+ </Annotations>
1325
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialCategory/Category">
1326
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1327
+ <Annotation Term="Common.Label" String="Category" />
1328
+ </Annotations>
1329
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialCategory/Category_Text">
1330
+ <Annotation Term="Common.Label" String="Category Code" />
1331
+ <Annotation Term="Core.Immutable" Bool="true" />
1332
+ </Annotations>
1333
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialCountry">
1334
+ <Annotation Term="Common.Label" String="Material country" />
1335
+ </Annotations>
1336
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialCountry/Country">
1337
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1338
+ <Annotation Term="Common.Label" String="Country Code" />
1339
+ </Annotations>
1340
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialCountry/Country_Text">
1341
+ <Annotation Term="Common.Label" String="Fabrication Country" />
1342
+ <Annotation Term="Core.Immutable" Bool="true" />
1343
+ </Annotations>
1344
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialDetails">
1345
+ <Annotation Term="Common.Label" String="Material Details" />
1346
+ <Annotation Term="Common.SideEffects" Qualifier="MaterialDetailsModelYearChange">
1347
+ <Record Type="Common.SideEffectsType">
1348
+ <PropertyValue Property="SourceProperties">
1349
+ <Collection>
1350
+ <PropertyPath>ModelYear</PropertyPath>
1351
+ </Collection>
1352
+ </PropertyValue>
1353
+ <PropertyValue Property="TargetProperties">
1354
+ <Collection>
1355
+ <PropertyPath>WarrantyYear</PropertyPath>
1356
+ </Collection>
1357
+ </PropertyValue>
1358
+ </Record>
1359
+ </Annotation>
1360
+ </Annotations>
1361
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialDetails/ModelYear">
1362
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1363
+ <Annotation Term="Common.Label" String="Model Year" />
1364
+ <Annotation Term="Common.ValueList">
1365
+ <Record Type="Common.ValueListType">
1366
+ <PropertyValue Property="CollectionPath" String="MaterialYears" />
1367
+ <PropertyValue Property="Label" String="Model Year" />
1368
+ <PropertyValue Property="Parameters">
1369
+ <Collection>
1370
+ <Record Type="Common.ValueListParameterInOut">
1371
+ <PropertyValue Property="LocalDataProperty" PropertyPath="ModelYear" />
1372
+ <PropertyValue Property="ValueListProperty" String="Model_Year" />
1373
+ </Record>
1374
+ <Record Type="Common.ValueListParameterDisplayOnly">
1375
+ <PropertyValue Property="ValueListProperty" String="Warranty_Expiration" />
1376
+ </Record>
1377
+ </Collection>
1378
+ </PropertyValue>
1379
+ </Record>
1380
+ </Annotation>
1381
+ </Annotations>
1382
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialDetails/WarrantyYear">
1383
+ <Annotation Term="Common.Core">
1384
+ <Record>
1385
+ <PropertyValue Property="Immutable" Bool="true" />
1386
+ </Record>
1387
+ </Annotation>
1388
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1389
+ <Annotation Term="Common.Label" String="Warranty Expiration" />
1390
+ <Annotation Term="Common.Text" Path="_WarrantyYear/Warranty_Expiration" />
1391
+ </Annotations>
1392
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialDetails/BrandCategory">
1393
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1394
+ <Annotation Term="Common.Label" String="Material Category" />
1395
+ <Annotation Term="Common.Text" Path="_MaterialCategory/Category_Text" />
1396
+ <Annotation Term="Common.ValueList">
1397
+ <Record Type="Common.ValueListType">
1398
+ <PropertyValue Property="CollectionPath" String="MaterialCategory" />
1399
+ <PropertyValue Property="Label" String="Category for the Material" />
1400
+ <PropertyValue Property="Parameters">
1401
+ <Collection>
1402
+ <Record Type="Common.ValueListParameterInOut">
1403
+ <PropertyValue Property="LocalDataProperty" PropertyPath="BrandCategory" />
1404
+ <PropertyValue Property="ValueListProperty" String="Category" />
1405
+ </Record>
1406
+ <Record Type="Common.ValueListParameterDisplayOnly">
1407
+ <PropertyValue Property="ValueListProperty" String="Category_Text" />
1408
+ </Record>
1409
+ </Collection>
1410
+ </PropertyValue>
1411
+ </Record>
1412
+ </Annotation>
1413
+ </Annotations>
1414
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialDetails/FabricationCountry">
1415
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1416
+ <Annotation Term="Common.Label" String="Fabrication Country" />
1417
+ <Annotation Term="Common.Text" Path="_MaterialCountry/Country_Text" />
1418
+ <Annotation Term="Common.ValueList">
1419
+ <Record Type="Common.ValueListType">
1420
+ <PropertyValue Property="CollectionPath" String="MaterialCountry" />
1421
+ <PropertyValue Property="Label" String="Fabrication Country for the Material" />
1422
+ <PropertyValue Property="Parameters">
1423
+ <Collection>
1424
+ <Record Type="Common.ValueListParameterInOut">
1425
+ <PropertyValue Property="LocalDataProperty" PropertyPath="FabricationCountry" />
1426
+ <PropertyValue Property="ValueListProperty" String="Country" />
1427
+ </Record>
1428
+ <Record Type="Common.ValueListParameterDisplayOnly">
1429
+ <PropertyValue Property="ValueListProperty" String="Country_Text" />
1430
+ </Record>
1431
+ </Collection>
1432
+ </PropertyValue>
1433
+ </Record>
1434
+ </Annotation>
1435
+ </Annotations>
1436
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialGroup">
1437
+ <Annotation Term="Common.Label" String="Material Group" />
1438
+ </Annotations>
1439
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialGroup/MaterialGroup">
1440
+ <Annotation Term="Common.Heading" String="Prd Group" />
1441
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1442
+ <Annotation Term="Common.Label" String="Product Group" />
1443
+ <Annotation Term="Common.Text" Path="MaterialGroup_Text" />
1444
+ </Annotations>
1445
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialGroup/MaterialGroup_Text">
1446
+ <Annotation Term="Common.Label" String="Product Group Desc." />
1447
+ <Annotation Term="Common.QuickInfo" String="Product Group Description" />
1448
+ <Annotation Term="Core.Immutable" Bool="true" />
1449
+ </Annotations>
1450
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialRatings">
1451
+ <Annotation Term="Common.Label" String="Material Rating" />
1452
+ </Annotations>
1453
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialRatings/Rating">
1454
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1455
+ <Annotation Term="Common.Label" String="Rating" />
1456
+ <Annotation Term="Common.Text" Path="_Rating/Rating_Text" />
1457
+ <Annotation Term="Common.ValueList">
1458
+ <Record Type="Common.ValueListType">
1459
+ <PropertyValue Property="CollectionPath" String="Rating" />
1460
+ <PropertyValue Property="Label" String="Rating for the Material" />
1461
+ <PropertyValue Property="Parameters">
1462
+ <Collection>
1463
+ <Record Type="Common.ValueListParameterInOut">
1464
+ <PropertyValue Property="LocalDataProperty" PropertyPath="Rating" />
1465
+ <PropertyValue Property="ValueListProperty" String="Rating" />
1466
+ </Record>
1467
+ <Record Type="Common.ValueListParameterDisplayOnly">
1468
+ <PropertyValue Property="ValueListProperty" String="Rating_Text" />
1469
+ </Record>
1470
+ </Collection>
1471
+ </PropertyValue>
1472
+ </Record>
1473
+ </Annotation>
1474
+ </Annotations>
1475
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialRatings/Title">
1476
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1477
+ <Annotation Term="Common.Label" String="Title" />
1478
+ </Annotations>
1479
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialRatingsDetails">
1480
+ <Annotation Term="Common.Label" String="Material Rating Details" />
1481
+ </Annotations>
1482
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialRatingsDetails/Comments">
1483
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1484
+ <Annotation Term="Common.Label" String="Comments" />
1485
+ </Annotations>
1486
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialRatingsDetails/CREATEDAT">
1487
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1488
+ <Annotation Term="Common.Label" String="Created At" />
1489
+ </Annotations>
1490
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialRatingsDetails/MODIFIEDAT">
1491
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1492
+ <Annotation Term="Common.Label" String="Modified At" />
1493
+ </Annotations>
1494
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialRatingsDetails/MODIFIEDBY">
1495
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1496
+ <Annotation Term="Common.Label" String="Modified By" />
1497
+ </Annotations>
1498
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialYears">
1499
+ <Annotation Term="Common.Label" String="Material years" />
1500
+ </Annotations>
1501
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialYears/Model_Year">
1502
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1503
+ <Annotation Term="Common.Label" String="Model Year" />
1504
+ <Annotation Term="Core.Immutable" Bool="true" />
1505
+ </Annotations>
1506
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.MaterialYears/Warranty_Expiration">
1507
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1508
+ <Annotation Term="Common.Label" String="Warranty Expiration" />
1509
+ <Annotation Term="Core.Immutable" Bool="true" />
1510
+ </Annotations>
1511
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OrganizationDivision">
1512
+ <Annotation Term="Common.Label" String="Division" />
1513
+ </Annotations>
1514
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OrganizationDivision/Division">
1515
+ <Annotation Term="Common.Heading" String="Dv" />
1516
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1517
+ <Annotation Term="Common.Label" String="Division" />
1518
+ <Annotation Term="Common.Text" Path="Division_Text" />
1519
+ </Annotations>
1520
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OrganizationDivision/Division_Text">
1521
+ <Annotation Term="Common.Label" String="Division Description" />
1522
+ <Annotation Term="Core.Immutable" Bool="true" />
1523
+ </Annotations>
1524
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OverallBillingBlockStatus">
1525
+ <Annotation Term="Common.Label" String="Overall Billing Block Status" />
1526
+ </Annotations>
1527
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OverallBillingBlockStatus/OverallBillingBlockStatus">
1528
+ <Annotation Term="Common.Text" Path="OverallBillingBlockStatus_Text" />
1529
+ </Annotations>
1530
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OverallBillingBlockStatus/OverallBillingBlockStatus_Text">
1531
+ <Annotation Term="Core.Immutable" Bool="true" />
1532
+ </Annotations>
1533
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OverallDeliveryBlockStatus">
1534
+ <Annotation Term="Common.Label" String="Overall Delivery Block Status" />
1535
+ </Annotations>
1536
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OverallDeliveryBlockStatus/OverallDeliveryBlockStatus">
1537
+ <Annotation Term="Common.Text" Path="OverallDeliveryBlockStatus_Text" />
1538
+ </Annotations>
1539
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OverallDeliveryBlockStatus/OverallDeliveryBlockStatus_Text">
1540
+ <Annotation Term="Common.Label" String="Description" />
1541
+ <Annotation Term="Common.QuickInfo" String="Status Description" />
1542
+ <Annotation Term="Core.Immutable" Bool="true" />
1543
+ </Annotations>
1544
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OverallSDProcessStatus">
1545
+ <Annotation Term="Common.Label" String="Overall SD Process Status" />
1546
+ </Annotations>
1547
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OverallSDProcessStatus/OverallSDProcessStatus">
1548
+ <Annotation Term="Common.Label" String="Overall Status" />
1549
+ <Annotation Term="Common.Text" Path="OverallSDProcessStatus_Text">
1550
+ <Annotation Term="UI.TextArrangement" EnumMember="UI.TextArrangementType/TextFirst" />
1551
+ </Annotation>
1552
+ </Annotations>
1553
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OverallSDProcessStatus/OverallSDProcessStatus_Text">
1554
+ <Annotation Term="Common.Label" String="Description" />
1555
+ <Annotation Term="Common.QuickInfo" String="Status Description" />
1556
+ <Annotation Term="Core.Immutable" Bool="true" />
1557
+ </Annotations>
1558
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Rating">
1559
+ <Annotation Term="Common.Label" String="Rating" />
1560
+ </Annotations>
1561
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Rating/Rating">
1562
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
1563
+ <Annotation Term="Common.Label" String="Material Rating" />
1564
+ </Annotations>
1565
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.Rating/Rating_Text">
1566
+ <Annotation Term="Common.Label" String="Description" />
1567
+ <Annotation Term="Core.Immutable" Bool="true" />
1568
+ </Annotations>
1569
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SDDocumentReason">
1570
+ <Annotation Term="Common.Label" String="SD Document Reason" />
1571
+ </Annotations>
1572
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SDDocumentReason/SDDocumentReason">
1573
+ <Annotation Term="Common.Heading" String="OrdRs" />
1574
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1575
+ <Annotation Term="Common.Label" String="Order Reason" />
1576
+ <Annotation Term="Common.QuickInfo" String="Order Reason (Reason for the Business Transaction)" />
1577
+ <Annotation Term="Common.Text" Path="SDDocumentReason_Text" />
1578
+ </Annotations>
1579
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SDDocumentReason/SDDocumentReason_Text">
1580
+ <Annotation Term="Common.Label" String="Description" />
1581
+ <Annotation Term="Core.Immutable" Bool="true" />
1582
+ </Annotations>
1583
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesDistrict">
1584
+ <Annotation Term="Common.Label" String="Sales District" />
1585
+ </Annotations>
1586
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesDistrict/SalesDistrict">
1587
+ <Annotation Term="Common.Heading" String="SDst" />
1588
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1589
+ <Annotation Term="Common.Label" String="Sales District" />
1590
+ <Annotation Term="Common.Text" Path="SalesDistrict_Text" />
1591
+ </Annotations>
1592
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesDistrict/SalesDistrict_Text">
1593
+ <Annotation Term="Common.Label" String="District name" />
1594
+ <Annotation Term="Common.QuickInfo" String="Name of the district" />
1595
+ <Annotation Term="Core.Immutable" Bool="true" />
1596
+ </Annotations>
1597
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesGroup">
1598
+ <Annotation Term="Common.Label" String="Sales Group" />
1599
+ </Annotations>
1600
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesGroup/SalesGroup">
1601
+ <Annotation Term="Common.Heading" String="SGrp" />
1602
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1603
+ <Annotation Term="Common.Label" String="Sales Group" />
1604
+ <Annotation Term="Common.Text" Path="SalesGroup_Text" />
1605
+ </Annotations>
1606
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesGroup/SalesGroup_Text">
1607
+ <Annotation Term="Common.Label" String="Sales Group Description" />
1608
+ <Annotation Term="Core.Immutable" Bool="true" />
1609
+ </Annotations>
1610
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOffice">
1611
+ <Annotation Term="Common.Label" String="Sales Office" />
1612
+ </Annotations>
1613
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOffice/SalesOffice">
1614
+ <Annotation Term="Common.Heading" String="SOff." />
1615
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
1616
+ <Annotation Term="Common.Label" String="Sales Office" />
1617
+ <Annotation Term="Common.Text" Path="SalesOffice_Text" />
1618
+ </Annotations>
1619
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOffice/SalesOffice_Text">
1620
+ <Annotation Term="Common.Label" String="Sales Office Description" />
1621
+ <Annotation Term="Core.Immutable" Bool="true" />
1622
+ </Annotations>
1623
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem">
1624
+ <Annotation Term="Aggregation.ApplySupported">
1625
+ <Record Type="Aggregation.ApplySupportedType">
1626
+ <PropertyValue Property="CustomAggregationMethods">
1627
+ <Collection>
1628
+ <String>Custom.concat</String>
1629
+ </Collection>
1630
+ </PropertyValue>
1631
+ <PropertyValue Property="PropertyRestrictions" Bool="true" />
1632
+ <PropertyValue Property="Rollup" EnumMember="Aggregation.RollupType/None" />
1633
+ <PropertyValue Property="Transformations">
1634
+ <Collection>
1635
+ <String>aggregate</String>
1636
+ <String>topcount</String>
1637
+ <String>bottomcount</String>
1638
+ <String>identity</String>
1639
+ <String>concat</String>
1640
+ <String>groupby</String>
1641
+ <String>filter</String>
1642
+ <String>expand</String>
1643
+ <String>top</String>
1644
+ <String>skip</String>
1645
+ <String>orderby</String>
1646
+ <String>search</String>
1647
+ </Collection>
1648
+ </PropertyValue>
1649
+ </Record>
1650
+ </Annotation>
1651
+ <Annotation Term="Common.Label" String="Manage Sales Order Item (Transacl Procg)" />
1652
+ <Annotation Term="Common.SideEffects" Qualifier="ItemRequestedQuantityChange">
1653
+ <Record Type="Common.SideEffectsType">
1654
+ <PropertyValue Property="SourceProperties">
1655
+ <Collection>
1656
+ <PropertyPath>RequestedQuantity</PropertyPath>
1657
+ </Collection>
1658
+ </PropertyValue>
1659
+ <PropertyValue Property="TargetProperties">
1660
+ <Collection>
1661
+ <PropertyPath>NetAmount</PropertyPath>
1662
+ </Collection>
1663
+ </PropertyValue>
1664
+ </Record>
1665
+ </Annotation>
1666
+ <Annotation Term="Common.SideEffects" Qualifier="MaterialDetailsModelYearChange">
1667
+ <Record Type="Common.SideEffectsType">
1668
+ <PropertyValue Property="SourceProperties">
1669
+ <Collection>
1670
+ <PropertyPath>_MaterialDetails/ModelYear</PropertyPath>
1671
+ </Collection>
1672
+ </PropertyValue>
1673
+ <PropertyValue Property="TargetProperties">
1674
+ <Collection>
1675
+ <PropertyPath>_MaterialDetails/WarrantyYear</PropertyPath>
1676
+ </Collection>
1677
+ </PropertyValue>
1678
+ </Record>
1679
+ </Annotation>
1680
+ <Annotation Term="UI.Chart" Qualifier="AreaMaxPath">
1681
+ <Record Type="UI.ChartDefinitionType">
1682
+ <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Area" />
1683
+ <PropertyValue Property="Description" String="Testing Area Chart" />
1684
+ <PropertyValue Property="Dimensions">
1685
+ <Collection>
1686
+ <PropertyPath>SalesOrderItem</PropertyPath>
1687
+ </Collection>
1688
+ </PropertyValue>
1689
+ <PropertyValue Property="MeasureAttributes">
1690
+ <Collection>
1691
+ <Record Type="UI.ChartMeasureAttributeType">
1692
+ <PropertyValue Property="Measure" PropertyPath="NetAmount" />
1693
+ <PropertyValue Property="Role" EnumMember="UI.ChartMeasureRoleType/Axis1" />
1694
+ <PropertyValue Property="DataPoint" AnnotationPath="@UI.DataPoint#AreaMaxPath" />
1695
+ </Record>
1696
+ </Collection>
1697
+ </PropertyValue>
1698
+ <PropertyValue Property="Measures">
1699
+ <Collection>
1700
+ <PropertyPath>NetAmount</PropertyPath>
1701
+ </Collection>
1702
+ </PropertyValue>
1703
+ <PropertyValue Property="Title" String="Items Area Chart" />
1704
+ </Record>
1705
+ </Annotation>
1706
+ <Annotation Term="UI.Chart" Qualifier="BarStackedPath">
1707
+ <Record Type="UI.ChartDefinitionType">
1708
+ <PropertyValue Property="ChartType" EnumMember="UI.ChartType/BarStacked" />
1709
+ <PropertyValue Property="Description" String="Testing Stacked Bar Chart" />
1710
+ <PropertyValue Property="MeasureAttributes">
1711
+ <Collection>
1712
+ <Record Type="UI.ChartMeasureAttributeType">
1713
+ <PropertyValue Property="Measure" PropertyPath="NetAmount" />
1714
+ <PropertyValue Property="Role" EnumMember="UI.ChartMeasureRoleType/Axis1" />
1715
+ <PropertyValue Property="DataPoint" AnnotationPath="@UI.DataPoint#BarStackedPath" />
1716
+ </Record>
1717
+ </Collection>
1718
+ </PropertyValue>
1719
+ <PropertyValue Property="Measures">
1720
+ <Collection>
1721
+ <PropertyPath>NetAmount</PropertyPath>
1722
+ </Collection>
1723
+ </PropertyValue>
1724
+ <PropertyValue Property="Title" String="Items Stacked Bar Chart" />
1725
+ </Record>
1726
+ </Annotation>
1727
+ <Annotation Term="UI.Chart" Qualifier="ColumnMaxPath">
1728
+ <Record Type="UI.ChartDefinitionType">
1729
+ <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Column" />
1730
+ <PropertyValue Property="Description" String="Testing Column Chart" />
1731
+ <PropertyValue Property="Dimensions">
1732
+ <Collection>
1733
+ <PropertyPath>SalesOrderItem</PropertyPath>
1734
+ </Collection>
1735
+ </PropertyValue>
1736
+ <PropertyValue Property="MeasureAttributes">
1737
+ <Collection>
1738
+ <Record Type="UI.ChartMeasureAttributeType">
1739
+ <PropertyValue Property="Measure" PropertyPath="NetAmount" />
1740
+ <PropertyValue Property="Role" EnumMember="UI.ChartMeasureRoleType/Axis1" />
1741
+ <PropertyValue Property="DataPoint" AnnotationPath="@UI.DataPoint#ColumnMaxPath" />
1742
+ </Record>
1743
+ </Collection>
1744
+ </PropertyValue>
1745
+ <PropertyValue Property="Measures">
1746
+ <Collection>
1747
+ <PropertyPath>NetAmount</PropertyPath>
1748
+ </Collection>
1749
+ </PropertyValue>
1750
+ <PropertyValue Property="Title" String="Items Column Chart" />
1751
+ </Record>
1752
+ </Annotation>
1753
+ <Annotation Term="UI.Chart" Qualifier="ComparisonPath">
1754
+ <Record Type="UI.ChartDefinitionType">
1755
+ <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Bar" />
1756
+ <PropertyValue Property="Description" String="Testing Comparison Chart" />
1757
+ <PropertyValue Property="Dimensions">
1758
+ <Collection>
1759
+ <PropertyPath>SalesOrderItem</PropertyPath>
1760
+ </Collection>
1761
+ </PropertyValue>
1762
+ <PropertyValue Property="MeasureAttributes">
1763
+ <Collection>
1764
+ <Record Type="UI.ChartMeasureAttributeType">
1765
+ <PropertyValue Property="Measure" PropertyPath="NetAmount" />
1766
+ <PropertyValue Property="Role" EnumMember="UI.ChartMeasureRoleType/Axis1" />
1767
+ <PropertyValue Property="DataPoint" AnnotationPath="@UI.DataPoint#ComparisonPath" />
1768
+ </Record>
1769
+ </Collection>
1770
+ </PropertyValue>
1771
+ <PropertyValue Property="Measures">
1772
+ <Collection>
1773
+ <PropertyPath>NetAmount</PropertyPath>
1774
+ </Collection>
1775
+ </PropertyValue>
1776
+ <PropertyValue Property="Title" String="Items Comparison Chart" />
1777
+ </Record>
1778
+ </Annotation>
1779
+ <Annotation Term="UI.Chart" Qualifier="LineMaxPath">
1780
+ <Record Type="UI.ChartDefinitionType">
1781
+ <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Line" />
1782
+ <PropertyValue Property="Description" String="Testing Line Chart" />
1783
+ <PropertyValue Property="Dimensions">
1784
+ <Collection>
1785
+ <PropertyPath>SalesOrderItem</PropertyPath>
1786
+ </Collection>
1787
+ </PropertyValue>
1788
+ <PropertyValue Property="MeasureAttributes">
1789
+ <Collection>
1790
+ <Record Type="UI.ChartMeasureAttributeType">
1791
+ <PropertyValue Property="Measure" PropertyPath="NetAmount" />
1792
+ <PropertyValue Property="Role" EnumMember="UI.ChartMeasureRoleType/Axis1" />
1793
+ <PropertyValue Property="DataPoint" AnnotationPath="@UI.DataPoint#LineValueCriticality" />
1794
+ </Record>
1795
+ <Record Type="UI.ChartMeasureAttributeType">
1796
+ <PropertyValue Property="Measure" PropertyPath="TargetAmount" />
1797
+ <PropertyValue Property="Role" EnumMember="UI.ChartMeasureRoleType/Axis1" />
1798
+ <PropertyValue Property="DataPoint" AnnotationPath="@UI.DataPoint#LineTargetCriticality" />
1799
+ </Record>
1800
+ </Collection>
1801
+ </PropertyValue>
1802
+ <PropertyValue Property="Measures">
1803
+ <Collection>
1804
+ <PropertyPath>NetAmount</PropertyPath>
1805
+ <PropertyPath>TargetAmount</PropertyPath>
1806
+ </Collection>
1807
+ </PropertyValue>
1808
+ <PropertyValue Property="Title" String="Items Line Chart" />
1809
+ </Record>
1810
+ </Annotation>
1811
+ <Annotation Term="UI.Chart" Qualifier="LineMaxPathHidden">
1812
+ <Record Type="UI.ChartDefinitionType">
1813
+ <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Line" />
1814
+ <PropertyValue Property="Description" String="Testing Line Chart" />
1815
+ <PropertyValue Property="Dimensions">
1816
+ <Collection>
1817
+ <PropertyPath>SalesOrderItem</PropertyPath>
1818
+ </Collection>
1819
+ </PropertyValue>
1820
+ <PropertyValue Property="MeasureAttributes">
1821
+ <Collection>
1822
+ <Record Type="UI.ChartMeasureAttributeType">
1823
+ <PropertyValue Property="Measure" PropertyPath="NetAmountHidden" />
1824
+ <PropertyValue Property="Role" EnumMember="UI.ChartMeasureRoleType/Axis1" />
1825
+ <PropertyValue Property="DataPoint" AnnotationPath="@UI.DataPoint#LineValueCriticalityHidden" />
1826
+ </Record>
1827
+ <Record Type="UI.ChartMeasureAttributeType">
1828
+ <PropertyValue Property="Measure" PropertyPath="TargetAmount" />
1829
+ <PropertyValue Property="Role" EnumMember="UI.ChartMeasureRoleType/Axis1" />
1830
+ <PropertyValue Property="DataPoint" AnnotationPath="@UI.DataPoint#LineTargetCriticalityHidden" />
1831
+ </Record>
1832
+ </Collection>
1833
+ </PropertyValue>
1834
+ <PropertyValue Property="Measures">
1835
+ <Collection>
1836
+ <PropertyPath>NetAmountHidden</PropertyPath>
1837
+ <PropertyPath>TargetAmount</PropertyPath>
1838
+ </Collection>
1839
+ </PropertyValue>
1840
+ <PropertyValue Property="Title" String="Items Line Chart" />
1841
+ </Record>
1842
+ </Annotation>
1843
+ <Annotation Term="UI.DataPoint" Qualifier="AreaMaxPath">
1844
+ <Record Type="UI.DataPointType">
1845
+ <PropertyValue Property="CriticalityCalculation">
1846
+ <Record Type="UI.CriticalityCalculationType">
1847
+ <PropertyValue Property="AcceptanceRangeHighValue" Path="AcceptanceRangeHigh" />
1848
+ <PropertyValue Property="AcceptanceRangeLowValue" Path="AcceptanceRangeLow" />
1849
+ <PropertyValue Property="DeviationRangeHighValue" Path="DeviationRangeHigh" />
1850
+ <PropertyValue Property="DeviationRangeLowValue" Path="DeviationRangeLow" />
1851
+ <PropertyValue Property="ImprovementDirection" EnumMember="UI.ImprovementDirectionType/Target" />
1852
+ <PropertyValue Property="ToleranceRangeHighValue" Path="ToleranceRangeHigh" />
1853
+ <PropertyValue Property="ToleranceRangeLowValue" Path="ToleranceRangeLow" />
1854
+ </Record>
1855
+ </PropertyValue>
1856
+ <PropertyValue Property="Description" String="Area Micro Chart" />
1857
+ <PropertyValue Property="TargetValue" Path="TargetAmount" />
1858
+ <PropertyValue Property="Title" String="Data" />
1859
+ <PropertyValue Property="Value" Path="NetAmount" />
1860
+ </Record>
1861
+ </Annotation>
1862
+ <Annotation Term="UI.DataPoint" Qualifier="BarStackedPath">
1863
+ <Record Type="UI.DataPointType">
1864
+ <PropertyValue Property="Criticality" Path="Criticality" />
1865
+ <PropertyValue Property="Title" String="Net Amount" />
1866
+ <PropertyValue Property="Value" Path="NetAmount" />
1867
+ </Record>
1868
+ </Annotation>
1869
+ <Annotation Term="UI.DataPoint" Qualifier="ColumnMaxPath">
1870
+ <Record Type="UI.DataPointType">
1871
+ <PropertyValue Property="CriticalityCalculation">
1872
+ <Record Type="UI.CriticalityCalculationType">
1873
+ <PropertyValue Property="AcceptanceRangeHighValue" Path="AcceptanceRangeHigh" />
1874
+ <PropertyValue Property="AcceptanceRangeLowValue" Path="AcceptanceRangeLow" />
1875
+ <PropertyValue Property="DeviationRangeHighValue" Path="DeviationRangeHigh" />
1876
+ <PropertyValue Property="DeviationRangeLowValue" Path="DeviationRangeLow" />
1877
+ <PropertyValue Property="ImprovementDirection" EnumMember="UI.ImprovementDirectionType/Maximize" />
1878
+ <PropertyValue Property="ToleranceRangeHighValue" Path="ToleranceRangeHigh" />
1879
+ <PropertyValue Property="ToleranceRangeLowValue" Path="ToleranceRangeLow" />
1880
+ </Record>
1881
+ </PropertyValue>
1882
+ <PropertyValue Property="Description" String="Column Micro Chart" />
1883
+ <PropertyValue Property="Title" String="Data" />
1884
+ <PropertyValue Property="Value" Path="NetAmount" />
1885
+ </Record>
1886
+ </Annotation>
1887
+ <Annotation Term="UI.DataPoint" Qualifier="ComparisonPath">
1888
+ <Record Type="UI.DataPointType">
1889
+ <PropertyValue Property="Criticality" Path="Criticality" />
1890
+ <PropertyValue Property="Title" String="Net Amount" />
1891
+ <PropertyValue Property="Value" Path="NetAmount" />
1892
+ </Record>
1893
+ </Annotation>
1894
+ <Annotation Term="UI.DataPoint" Qualifier="LineTargetCriticality">
1895
+ <Record Type="UI.DataPointType">
1896
+ <PropertyValue Property="Criticality" EnumMember="UI.CriticalityType/Neutral" />
1897
+ <PropertyValue Property="Description" String="Target Amount Line" />
1898
+ <PropertyValue Property="Title" String="Target Amount" />
1899
+ <PropertyValue Property="Value" Path="TargetAmount" />
1900
+ </Record>
1901
+ </Annotation>
1902
+ <Annotation Term="UI.DataPoint" Qualifier="LineTargetCriticalityHidden">
1903
+ <Record Type="UI.DataPointType">
1904
+ <PropertyValue Property="Criticality" EnumMember="UI.CriticalityType/Neutral" />
1905
+ <PropertyValue Property="Description" String="Target Amount Line" />
1906
+ <PropertyValue Property="Title" String="Target Amount" />
1907
+ <PropertyValue Property="Value" Path="TargetAmount" />
1908
+ </Record>
1909
+ </Annotation>
1910
+ <Annotation Term="UI.DataPoint" Qualifier="LineValueCriticality">
1911
+ <Record Type="UI.DataPointType">
1912
+ <PropertyValue Property="Criticality" EnumMember="UI.CriticalityType/Positive" />
1913
+ <PropertyValue Property="Description" String="Net Amount Line" />
1914
+ <PropertyValue Property="Title" String="Net Amount" />
1915
+ <PropertyValue Property="Value" Path="NetAmount" />
1916
+ </Record>
1917
+ </Annotation>
1918
+ <Annotation Term="UI.DataPoint" Qualifier="LineValueCriticalityHidden">
1919
+ <Record Type="UI.DataPointType">
1920
+ <PropertyValue Property="Criticality" EnumMember="UI.CriticalityType/Positive" />
1921
+ <PropertyValue Property="Description" String="Net Amount Hidden Line" />
1922
+ <PropertyValue Property="Title" String="Net Amount Hidden" />
1923
+ <PropertyValue Property="Value" Path="NetAmountHidden" />
1924
+ </Record>
1925
+ </Annotation>
1926
+ <Annotation Term="UI.Chart">
1927
+ <Record Type="UI.ChartDefinitionType">
1928
+ <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Column" />
1929
+ <PropertyValue Property="Description" String="Testing Line Chart" />
1930
+ <PropertyValue Property="DimensionAttributes">
1931
+ <Collection>
1932
+ <Record Type="UI.ChartDimensionAttributeType">
1933
+ <PropertyValue Property="Dimension" PropertyPath="SalesOrderItem" />
1934
+ <PropertyValue Property="Role" EnumMember="UI.ChartDimensionRoleType/Axis1" />
1935
+ </Record>
1936
+ <Record Type="UI.ChartDimensionAttributeType">
1937
+ <PropertyValue Property="Dimension" PropertyPath="SalesOrderItemCategory" />
1938
+ <PropertyValue Property="Role" EnumMember="UI.ChartDimensionRoleType/Axis1" />
1939
+ </Record>
1940
+ </Collection>
1941
+ </PropertyValue>
1942
+ <PropertyValue Property="Dimensions">
1943
+ <Collection>
1944
+ <PropertyPath>SalesOrderItem</PropertyPath>
1945
+ <PropertyPath>SalesOrderItemCategory</PropertyPath>
1946
+ </Collection>
1947
+ </PropertyValue>
1948
+ <PropertyValue Property="MeasureAttributes">
1949
+ <Collection>
1950
+ <Record Type="UI.ChartMeasureAttributeType">
1951
+ <PropertyValue Property="Measure" PropertyPath="maxAmount" />
1952
+ <PropertyValue Property="Role" EnumMember="UI.ChartMeasureRoleType/Axis1" />
1953
+ </Record>
1954
+ </Collection>
1955
+ </PropertyValue>
1956
+ <PropertyValue Property="Measures">
1957
+ <Collection>
1958
+ <PropertyPath>maxAmount</PropertyPath>
1959
+ </Collection>
1960
+ </PropertyValue>
1961
+ <PropertyValue Property="Title" String="Amount Line Chart" />
1962
+ <PropertyValue Property="actions">
1963
+ <Collection>
1964
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
1965
+ <PropertyValue Property="SemanticObject" String="v4Freestyle" />
1966
+ <PropertyValue Property="Action" String="Inbound" />
1967
+ <PropertyValue Property="Label" String="IBN" />
1968
+ <PropertyValue Property="RequiresContext" Bool="true" />
1969
+ </Record>
1970
+ <Record Type="UI.DataFieldForAction">
1971
+ <PropertyValue Property="Label" String="Dummy Bound Action" />
1972
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.DummyBoundAction" />
1973
+ <Annotation Term="UI.Hidden" Path="owner/Delivered" />
1974
+ </Record>
1975
+ </Collection>
1976
+ </PropertyValue>
1977
+ </Record>
1978
+ </Annotation>
1979
+ <Annotation Term="UI.Facets">
1980
+ <Collection>
1981
+ <Record Type="UI.ReferenceFacet">
1982
+ <PropertyValue Property="Label" String="Item Information" />
1983
+ <PropertyValue Property="Target" AnnotationPath="@UI.Identification" />
1984
+ </Record>
1985
+ <Record Type="UI.ReferenceFacet">
1986
+ <PropertyValue Property="Label" String="Material Details" />
1987
+ <PropertyValue Property="ID" String="MaterialDetailsFacet" />
1988
+ <PropertyValue Property="Target" AnnotationPath="_MaterialDetails/@UI.LineItem" />
1989
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
1990
+ </Record>
1991
+ </Collection>
1992
+ </Annotation>
1993
+ <Annotation Term="UI.HeaderInfo">
1994
+ <Record Type="UI.HeaderInfoType">
1995
+ <PropertyValue Property="Description">
1996
+ <Record Type="UI.DataField">
1997
+ <PropertyValue Property="Value" Path="owner/SalesOrder" />
1998
+ </Record>
1999
+ </PropertyValue>
2000
+ <PropertyValue Property="Title">
2001
+ <Record Type="UI.DataField">
2002
+ <PropertyValue Property="Value" Path="SalesOrderItem" />
2003
+ </Record>
2004
+ </PropertyValue>
2005
+ <PropertyValue Property="TypeName" String="Sales Order Item" />
2006
+ <PropertyValue Property="TypeNamePlural" String="Sales Order Items" />
2007
+ </Record>
2008
+ </Annotation>
2009
+ <Annotation Term="UI.Identification">
2010
+ <Collection>
2011
+ <Record Type="UI.DataFieldForAction">
2012
+ <PropertyValue Property="Label" String="Identification Form Action" />
2013
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.IdentificationFormAction" />
2014
+ </Record>
2015
+ <Record Type="UI.DataFieldWithNavigationPath">
2016
+ <PropertyValue Property="Label" String="Referenced Sales Order" />
2017
+ <PropertyValue Property="Value" Path="_ReferencedSalesOrder/SalesOrder" />
2018
+ <PropertyValue Property="Target" NavigationPropertyPath="SalesOrderManage" />
2019
+ </Record>
2020
+ <Record Type="UI.DataField">
2021
+ <PropertyValue Property="Value" Path="SalesOrderItem" />
2022
+ </Record>
2023
+ <Record Type="UI.DataField">
2024
+ <PropertyValue Property="Value" Path="Material" />
2025
+ </Record>
2026
+ <Record Type="UI.DataField">
2027
+ <PropertyValue Property="Value" Path="RequestedQuantity" />
2028
+ </Record>
2029
+ <Record Type="UI.DataField">
2030
+ <PropertyValue Property="Value" Path="NetAmount" />
2031
+ </Record>
2032
+ <Record Type="UI.DataFieldWithNavigationPath">
2033
+ <PropertyValue Property="Label" String="Referenced Sales Order Item" />
2034
+ <PropertyValue Property="Value" Path="_ReferencedSalesOrderItem/SalesOrderItem" />
2035
+ <PropertyValue Property="Target" NavigationPropertyPath="SalesOrderItem" />
2036
+ </Record>
2037
+ </Collection>
2038
+ </Annotation>
2039
+ <Annotation Term="UI.LineItem">
2040
+ <Collection>
2041
+ <Record Type="UI.DataField">
2042
+ <PropertyValue Property="Value" Path="SalesOrderItem" />
2043
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2044
+ <Annotation Term="UI.Hidden" Path="_Material/isHidden" />
2045
+ </Record>
2046
+ <Record Type="UI.DataField">
2047
+ <PropertyValue Property="Value" Path="HigherLevelItem" />
2048
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2049
+ </Record>
2050
+ <Record Type="UI.DataField">
2051
+ <PropertyValue Property="Value" Path="Material" />
2052
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2053
+ </Record>
2054
+ <Record Type="UI.DataField">
2055
+ <PropertyValue Property="Value" Path="RequestedQuantity" />
2056
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2057
+ </Record>
2058
+ <Record Type="UI.DataField">
2059
+ <PropertyValue Property="Value" Path="SalesOrderItemCategory" />
2060
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2061
+ </Record>
2062
+ <Record Type="UI.DataField">
2063
+ <PropertyValue Property="Value" Path="RequestedDeliveryDate" />
2064
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2065
+ <Annotation Term="UI.Hidden" Path="owner/isVerified" />
2066
+ </Record>
2067
+ <Record Type="UI.DataField">
2068
+ <PropertyValue Property="Value" Path="NetAmount" />
2069
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2070
+ </Record>
2071
+ <Record Type="UI.DataField">
2072
+ <PropertyValue Property="Value" Path="_Material/Material" />
2073
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2074
+ </Record>
2075
+ <Record Type="UI.DataField">
2076
+ <PropertyValue Property="Value" Path="isVerified" />
2077
+ </Record>
2078
+ <Record Type="UI.DataFieldWithNavigationPath">
2079
+ <PropertyValue Property="Label" String="Referenced Sales Order" />
2080
+ <PropertyValue Property="Value" Path="_ReferencedSalesOrder/SalesOrder" />
2081
+ <PropertyValue Property="Target" NavigationPropertyPath="SalesOrderManage" />
2082
+ </Record>
2083
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
2084
+ <PropertyValue Property="SemanticObject" String="SalesOrder" />
2085
+ <PropertyValue Property="Action" String="manageInline" />
2086
+ <PropertyValue Property="Label" String="IBN" />
2087
+ <PropertyValue Property="RequiresContext" Bool="false" />
2088
+ </Record>
2089
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
2090
+ <PropertyValue Property="SemanticObject" String="SalesOrder" />
2091
+ <PropertyValue Property="Action" String="manageInline" />
2092
+ <PropertyValue Property="Label" String="IBN with context" />
2093
+ <PropertyValue Property="RequiresContext" Bool="true" />
2094
+ </Record>
2095
+ <Record Type="UI.DataFieldForAction">
2096
+ <PropertyValue Property="Label" String="View Return Status" />
2097
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate/ReturnInProcess" />
2098
+ <Annotation Term="UI.Hidden" Path="owner/ReturnInProcess" />
2099
+ </Record>
2100
+ <Record Type="UI.DataFieldForAction">
2101
+ <PropertyValue Property="Label" String="Dummy Bound Action" />
2102
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.DummyBoundAction" />
2103
+ <Annotation Term="UI.Hidden" Path="owner/ReturnInProcess" />
2104
+ </Record>
2105
+ <Record Type="UI.DataFieldForAction">
2106
+ <PropertyValue Property="Label" String="Bound Action" />
2107
+ <PropertyValue Property="Inline" Bool="true" />
2108
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.DummyBoundAction" />
2109
+ </Record>
2110
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
2111
+ <PropertyValue Property="SemanticObject" String="SalesOrder" />
2112
+ <PropertyValue Property="Label" String="IBN" />
2113
+ <PropertyValue Property="Action" String="manageInline" />
2114
+ <PropertyValue Property="Inline" Bool="true" />
2115
+ <PropertyValue Property="RequiresContext" Bool="true" />
2116
+ </Record>
2117
+ </Collection>
2118
+ </Annotation>
2119
+ <Annotation Term="UI.PresentationVariant">
2120
+ <Record Type="UI.PresentationVariantType">
2121
+ <PropertyValue Property="SortOrder">
2122
+ <Collection>
2123
+ <Record Type="Common.SortOrderType">
2124
+ <PropertyValue Property="Property" PropertyPath="SalesOrderItem" />
2125
+ </Record>
2126
+ </Collection>
2127
+ </PropertyValue>
2128
+ </Record>
2129
+ </Annotation>
2130
+ </Annotations>
2131
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.EntityContainer/SalesOrderItem">
2132
+ <Annotation Term="Capabilities.DeleteRestrictions">
2133
+ <Record Type="Capabilities.DeleteRestrictionsType">
2134
+ <PropertyValue Property="Deletable" Path="owner/isVerified" />
2135
+ </Record>
2136
+ </Annotation>
2137
+ <Annotation Term="Capabilities.InsertRestrictions">
2138
+ <Record Type="Capabilities.InsertRestrictionsType">
2139
+ <PropertyValue Property="Insertable" Bool="false" />
2140
+ </Record>
2141
+ </Annotation>
2142
+ </Annotations>
2143
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/ID">
2144
+ <Annotation Term="Common.Label" String="Sales Order UUID" />
2145
+ <Annotation Term="PersonalData.IsPotentiallySensitive" Bool="true" />
2146
+ </Annotations>
2147
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/SalesOrder">
2148
+ <Annotation Term="Common.Label" String="Sales Order" />
2149
+ </Annotations>
2150
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/SalesOrderItem">
2151
+ <Annotation Term="Common.Label" String="Item" />
2152
+ <Annotation Term="Core.Immutable" Bool="true" />
2153
+ </Annotations>
2154
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/HigherLevelItem">
2155
+ <Annotation Term="Common.IsDigitSequence" Bool="true" />
2156
+ <Annotation Term="Common.Label" String="Higher-Level Item" />
2157
+ <Annotation Term="Core.Immutable" Bool="true" />
2158
+ </Annotations>
2159
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/SalesOrderItemCategory">
2160
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
2161
+ <Annotation Term="Common.Label" String="Item Category" />
2162
+ <Annotation Term="Common.Text" Path="_ItemCategory/SalesDocumentItemCategory_Text" />
2163
+ <Annotation Term="Common.ValueList">
2164
+ <Record Type="Common.ValueListType">
2165
+ <PropertyValue Property="CollectionPath" String="SalesOrderItemCategory" />
2166
+ <PropertyValue Property="Label" String="Sales Document Item Category" />
2167
+ <PropertyValue Property="Parameters">
2168
+ <Collection>
2169
+ <Record Type="Common.ValueListParameterInOut">
2170
+ <PropertyValue Property="LocalDataProperty" PropertyPath="SalesOrderItemCategory" />
2171
+ <PropertyValue Property="ValueListProperty" String="SalesDocumentItemCategory" />
2172
+ </Record>
2173
+ <Record Type="Common.ValueListParameterDisplayOnly">
2174
+ <PropertyValue Property="ValueListProperty" String="SalesDocumentItemCategory_Text" />
2175
+ </Record>
2176
+ <Record Type="Common.ValueListParameterDisplayOnly">
2177
+ <PropertyValue Property="ValueListProperty" String="ScheduleLineIsAllowed" />
2178
+ </Record>
2179
+ </Collection>
2180
+ </PropertyValue>
2181
+ </Record>
2182
+ </Annotation>
2183
+ <Annotation Term="Core.Immutable" Bool="true" />
2184
+ </Annotations>
2185
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/fieldControlType_item">
2186
+ <Annotation Term="Common.Label" String="FieldControlType for Items Table" />
2187
+ </Annotations>
2188
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/Material">
2189
+ <Annotation Term="Common.FieldControl" Path="fieldControlType_item" />
2190
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
2191
+ <Annotation Term="Common.Label" String="Material" />
2192
+ <Annotation Term="Common.Text" Path="_Material/Material_Text" />
2193
+ <Annotation Term="Common.ValueList">
2194
+ <Record Type="Common.ValueListType">
2195
+ <PropertyValue Property="CollectionPath" String="C_MaterialBySlsOrgDistrChnl" />
2196
+ <PropertyValue Property="Label" String="Materials for Manage Sales Order" />
2197
+ <PropertyValue Property="Parameters">
2198
+ <Collection>
2199
+ <Record Type="Common.ValueListParameterInOut">
2200
+ <PropertyValue Property="LocalDataProperty" PropertyPath="Material" />
2201
+ <PropertyValue Property="ValueListProperty" String="Material" />
2202
+ </Record>
2203
+ <Record Type="Common.ValueListParameterIn">
2204
+ <PropertyValue Property="LocalDataProperty" PropertyPath="owner/DistributionChannel" />
2205
+ <PropertyValue Property="ValueListProperty" String="DistributionChannel" />
2206
+ </Record>
2207
+ <Record Type="Common.ValueListParameterIn">
2208
+ <PropertyValue Property="LocalDataProperty" PropertyPath="owner/SalesOrganization" />
2209
+ <PropertyValue Property="ValueListProperty" String="SalesOrganization" />
2210
+ </Record>
2211
+ <Record Type="Common.ValueListParameterOut">
2212
+ <PropertyValue Property="LocalDataProperty" PropertyPath="RequestedQuantityUnit" />
2213
+ <PropertyValue Property="ValueListProperty" String="RequestedQuantityUnit" />
2214
+ </Record>
2215
+ <Record Type="Common.ValueListParameterDisplayOnly">
2216
+ <PropertyValue Property="ValueListProperty" String="MaterialName" />
2217
+ </Record>
2218
+ </Collection>
2219
+ </PropertyValue>
2220
+ </Record>
2221
+ </Annotation>
2222
+ </Annotations>
2223
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/RequestedDeliveryDate">
2224
+ <Annotation Term="Common.Label" String="Delivery Date" />
2225
+ </Annotations>
2226
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/RequestedQuantity">
2227
+ <Annotation Term="Common.Label" String="Requested Quantity" />
2228
+ <Annotation Term="Measures.Unit" Path="RequestedQuantityUnit" />
2229
+ </Annotations>
2230
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/RequestedQuantityUnit">
2231
+ <Annotation Term="Common.FieldControl" Path="owner/fieldControlType_item" />
2232
+ <Annotation Term="Common.Label" String="Requested Qty Unit" />
2233
+ <Annotation Term="Common.Text" Path="_RequestedQuantityUnit/UnitOfMeasure_Text" />
2234
+ <Annotation Term="Common.ValueList">
2235
+ <Record Type="Common.ValueListType">
2236
+ <PropertyValue Property="CollectionPath" String="C_ProductUnitsOfMeasureVH" />
2237
+ <PropertyValue Property="Label" String="Requested Quantity Units" />
2238
+ <PropertyValue Property="Parameters">
2239
+ <Collection>
2240
+ <Record Type="Common.ValueListParameterInOut">
2241
+ <PropertyValue Property="LocalDataProperty" PropertyPath="RequestedQuantityUnit" />
2242
+ <PropertyValue Property="ValueListProperty" String="AlternativeUnit" />
2243
+ </Record>
2244
+ <Record Type="Common.ValueListParameterIn">
2245
+ <PropertyValue Property="LocalDataProperty" PropertyPath="Material" />
2246
+ <PropertyValue Property="ValueListProperty" String="Product" />
2247
+ </Record>
2248
+ <Record Type="Common.ValueListParameterDisplayOnly">
2249
+ <PropertyValue Property="ValueListProperty" String="AlternativeUnit_Text" />
2250
+ </Record>
2251
+ <Record Type="Common.ValueListParameterDisplayOnly">
2252
+ <PropertyValue Property="ValueListProperty" String="QuantityNumerator" />
2253
+ </Record>
2254
+ <Record Type="Common.ValueListParameterDisplayOnly">
2255
+ <PropertyValue Property="ValueListProperty" String="QuantityDenominator" />
2256
+ </Record>
2257
+ </Collection>
2258
+ </PropertyValue>
2259
+ </Record>
2260
+ </Annotation>
2261
+ </Annotations>
2262
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/PricingDate">
2263
+ <Annotation Term="Common.Label" String="Pricing Date" />
2264
+ </Annotations>
2265
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/NetAmount">
2266
+ <Annotation Term="Analytics.Measure" Bool="true" />
2267
+ <Annotation Term="Common.FieldControl" Path="owner/fieldControlType_item" />
2268
+ <Annotation Term="Common.Label" String="Net Value" />
2269
+ <Annotation Term="Core.Immutable" Bool="true" />
2270
+ <Annotation Term="Measures.ISOCurrency" Path="TransactionCurrency" />
2271
+ </Annotations>
2272
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/NetAmountHidden">
2273
+ <Annotation Term="Common.Label" String="Net Value" />
2274
+ <Annotation Term="Core.Immutable" Bool="true" />
2275
+ <Annotation Term="Measures.ISOCurrency" Path="TransactionCurrency" />
2276
+ <Annotation Term="UI.Hidden" Bool="true" />
2277
+ </Annotations>
2278
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItem/TargetAmount">
2279
+ <Annotation Term="Common.Label" String="Target Value" />
2280
+ <Annotation Term="Core.Immutable" Bool="true" />
2281
+ <Annotation Term="Measures.ISOCurrency" Path="TransactionCurrency" />
2282
+ <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true" />
2283
+ </Annotations>
2284
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.DummyBoundAction(com.c_salesordermanage_sd_aggregate.SalesOrderItem)">
2285
+ <Annotation Term="Core.OperationAvailable" Path="_it/owner/_ShipToParty/isVerified" />
2286
+ </Annotations>
2287
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.IdentificationFormAction(com.c_salesordermanage_sd_aggregate.SalesOrderItem)">
2288
+ <Annotation Term="Common.SideEffects">
2289
+ <Record Type="Common.SideEffectsType">
2290
+ <PropertyValue Property="SourceProperties">
2291
+ <Collection>
2292
+ <PropertyPath>RequestedQuantity</PropertyPath>
2293
+ </Collection>
2294
+ </PropertyValue>
2295
+ <PropertyValue Property="TargetProperties">
2296
+ <Collection>
2297
+ <PropertyPath>RequestedQuantity</PropertyPath>
2298
+ <PropertyPath>NetAmount</PropertyPath>
2299
+ </Collection>
2300
+ </PropertyValue>
2301
+ </Record>
2302
+ </Annotation>
2303
+ <Annotation Term="Core.OperationAvailable" Path="_it/isVerified" />
2304
+ </Annotations>
2305
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItemCategory">
2306
+ <Annotation Term="Common.Label" String="Sales Document Item Category" />
2307
+ </Annotations>
2308
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItemCategory/SalesDocumentItemCategory">
2309
+ <Annotation Term="Common.Heading" String="ItCa" />
2310
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
2311
+ <Annotation Term="Common.Label" String="Item Category" />
2312
+ <Annotation Term="Common.QuickInfo" String="Sales Document Item Category" />
2313
+ <Annotation Term="Common.Text" Path="SalesDocumentItemCategory" />
2314
+ </Annotations>
2315
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItemCategory/SalesDocumentItemCategory_Text">
2316
+ <Annotation Term="Common.Label" String="Description" />
2317
+ <Annotation Term="Core.Immutable" Bool="true" />
2318
+ </Annotations>
2319
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderItemCategory/ScheduleLineIsAllowed">
2320
+ <Annotation Term="Common.Heading" String="SchAl" />
2321
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
2322
+ <Annotation Term="Common.Label" String="Sched.lines allowed" />
2323
+ <Annotation Term="Common.QuickInfo" String="Schedule lines allowed" />
2324
+ </Annotations>
2325
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage">
2326
+ <Annotation Term="Aggregation.ApplySupported">
2327
+ <Record>
2328
+ <PropertyValue Property="GroupableProperties">
2329
+ <Collection>
2330
+ <PropertyPath>SalesOrder</PropertyPath>
2331
+ <PropertyPath>SalesOrderType</PropertyPath>
2332
+ <PropertyPath>SoldToParty</PropertyPath>
2333
+ <PropertyPath>SalesOrganization</PropertyPath>
2334
+ </Collection>
2335
+ </PropertyValue>
2336
+ </Record>
2337
+ </Annotation>
2338
+ <Annotation Term="Analytics.AggregatedProperties">
2339
+ <Collection>
2340
+ <Record Type="Analytics.AggregatedPropertyType">
2341
+ <PropertyValue Property="Value" String="minPricing" />
2342
+ <PropertyValue Property="AggregationMethod" String="min" />
2343
+ <PropertyValue Property="AggregatableProperty" PropertyPath="NetPricing" />
2344
+ <Annotation Term="Common.Label" String="Minimal Net Amount" />
2345
+ </Record>
2346
+ <Record Type="Analytics.AggregatedPropertyType">
2347
+ <PropertyValue Property="Value" String="maxPricing" />
2348
+ <PropertyValue Property="AggregationMethod" String="max" />
2349
+ <PropertyValue Property="AggregatableProperty" PropertyPath="NetPricing" />
2350
+ <Annotation Term="Common.Label" String="Maximal Net Amount" />
2351
+ </Record>
2352
+ <Record Type="Analytics.AggregatedPropertyType">
2353
+ <PropertyValue Property="Value" String="avgPricing" />
2354
+ <PropertyValue Property="AggregationMethod" String="average" />
2355
+ <PropertyValue Property="AggregatableProperty" PropertyPath="NetPricing" />
2356
+ <Annotation Term="Common.Label" String="Average Net Amount" />
2357
+ </Record>
2358
+ </Collection>
2359
+ </Annotation>
2360
+ <Annotation Term="Common.Label" String="Manage Sales Order" />
2361
+ <Annotation Term="Common.SemanticKey">
2362
+ <Collection>
2363
+ <PropertyPath>ID</PropertyPath>
2364
+ </Collection>
2365
+ </Annotation>
2366
+ <Annotation Term="Common.SideEffects" Qualifier="ItemCreationOrDeletion">
2367
+ <Record Type="Common.SideEffectsType">
2368
+ <PropertyValue Property="SourceEntities">
2369
+ <Collection>
2370
+ <NavigationPropertyPath>_Item</NavigationPropertyPath>
2371
+ </Collection>
2372
+ </PropertyValue>
2373
+ <PropertyValue Property="TargetProperties">
2374
+ <Collection>
2375
+ <PropertyPath>TotalNetAmount</PropertyPath>
2376
+ </Collection>
2377
+ </PropertyValue>
2378
+ </Record>
2379
+ </Annotation>
2380
+ <Annotation Term="Common.SideEffects" Qualifier="ItemMaterialChange">
2381
+ <Record Type="Common.SideEffectsType">
2382
+ <PropertyValue Property="SourceProperties">
2383
+ <Collection>
2384
+ <PropertyPath>_Item/Material</PropertyPath>
2385
+ </Collection>
2386
+ </PropertyValue>
2387
+ <PropertyValue Property="TargetEntities">
2388
+ <Collection>
2389
+ <NavigationPropertyPath>_Item</NavigationPropertyPath>
2390
+ </Collection>
2391
+ </PropertyValue>
2392
+ <PropertyValue Property="TargetProperties">
2393
+ <Collection>
2394
+ <PropertyPath>TotalNetAmount</PropertyPath>
2395
+ </Collection>
2396
+ </PropertyValue>
2397
+ </Record>
2398
+ </Annotation>
2399
+ <Annotation Term="UI.SelectionVariant" Qualifier="Completed">
2400
+ <Record Type="UI.SelectionVariantType">
2401
+ <PropertyValue Property="SelectOptions">
2402
+ <Collection>
2403
+ <Record Type="UI.SelectOptionType">
2404
+ <PropertyValue Property="PropertyName" PropertyPath="OverallSDProcessStatus" />
2405
+ <PropertyValue Property="Ranges">
2406
+ <Collection>
2407
+ <Record Type="UI.SelectionRangeType">
2408
+ <PropertyValue Property="Option" EnumMember="UI.SelectionRangeOptionType/BT" />
2409
+ <PropertyValue Property="Low" String="A" />
2410
+ <PropertyValue Property="High" String="D" />
2411
+ </Record>
2412
+ <Record Type="UI.SelectionRangeType">
2413
+ <PropertyValue Property="Option" EnumMember="UI.SelectionRangeOptionType/BT" />
2414
+ <PropertyValue Property="Low" String="B" />
2415
+ <PropertyValue Property="High" String="C" />
2416
+ </Record>
2417
+ </Collection>
2418
+ </PropertyValue>
2419
+ </Record>
2420
+ </Collection>
2421
+ </PropertyValue>
2422
+ <PropertyValue Property="Text" String="test 2 Ranges" />
2423
+ </Record>
2424
+ </Annotation>
2425
+ <Annotation Term="UI.SelectionVariant" Qualifier="InProcess">
2426
+ <Record Type="UI.SelectionVariantType">
2427
+ <PropertyValue Property="SelectOptions">
2428
+ <Collection>
2429
+ <Record Type="UI.SelectOptionType">
2430
+ <PropertyValue Property="PropertyName" PropertyPath="OverallSDProcessStatus" />
2431
+ <PropertyValue Property="Ranges">
2432
+ <Collection>
2433
+ <Record Type="UI.SelectionRangeType">
2434
+ <PropertyValue Property="Option" EnumMember="UI.SelectionRangeOptionType/EQ" />
2435
+ <PropertyValue Property="Low" String="B" />
2436
+ </Record>
2437
+ </Collection>
2438
+ </PropertyValue>
2439
+ </Record>
2440
+ </Collection>
2441
+ </PropertyValue>
2442
+ <PropertyValue Property="Text" String="In Process" />
2443
+ </Record>
2444
+ </Annotation>
2445
+ <Annotation Term="UI.SelectionVariant" Qualifier="NotRelevant">
2446
+ <Record Type="UI.SelectionVariantType">
2447
+ <PropertyValue Property="SelectOptions">
2448
+ <Collection>
2449
+ <Record Type="UI.SelectOptionType">
2450
+ <PropertyValue Property="PropertyName" PropertyPath="OverallSDProcessStatus" />
2451
+ <PropertyValue Property="Ranges">
2452
+ <Collection>
2453
+ <Record Type="UI.SelectionRangeType">
2454
+ <PropertyValue Property="Option" EnumMember="UI.SelectionRangeOptionType/EQ" />
2455
+ <PropertyValue Property="Low" String="D" />
2456
+ </Record>
2457
+ </Collection>
2458
+ </PropertyValue>
2459
+ </Record>
2460
+ </Collection>
2461
+ </PropertyValue>
2462
+ <PropertyValue Property="Text" String="Not Relevant" />
2463
+ </Record>
2464
+ </Annotation>
2465
+ <Annotation Term="UI.SelectionVariant" Qualifier="Open">
2466
+ <Record Type="UI.SelectionVariantType">
2467
+ <PropertyValue Property="SelectOptions">
2468
+ <Collection>
2469
+ <Record Type="UI.SelectOptionType">
2470
+ <PropertyValue Property="PropertyName" PropertyPath="OverallSDProcessStatus" />
2471
+ <PropertyValue Property="Ranges">
2472
+ <Collection>
2473
+ <Record Type="UI.SelectionRangeType">
2474
+ <PropertyValue Property="Option" EnumMember="UI.SelectionRangeOptionType/EQ" />
2475
+ <PropertyValue Property="Low" String="A" />
2476
+ </Record>
2477
+ </Collection>
2478
+ </PropertyValue>
2479
+ </Record>
2480
+ </Collection>
2481
+ </PropertyValue>
2482
+ <PropertyValue Property="Text" String="Open" />
2483
+ </Record>
2484
+ </Annotation>
2485
+ <Annotation Term="UI.LineItem" Qualifier="Simplified">
2486
+ <Collection>
2487
+ <Record Type="UI.DataFieldForAction">
2488
+ <PropertyValue Property="Label" String="Confirmation Action" />
2489
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd/ReturnInProcess" />
2490
+ </Record>
2491
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
2492
+ <PropertyValue Property="SemanticObject" String="SalesOrder" />
2493
+ <PropertyValue Property="Action" String="manageInline" />
2494
+ <PropertyValue Property="Label" String="IBN" />
2495
+ <PropertyValue Property="RequiresContext" Bool="false" />
2496
+ </Record>
2497
+ <Record Type="UI.DataField">
2498
+ <PropertyValue Property="Value" Path="ID" />
2499
+ </Record>
2500
+ <Record Type="UI.DataField">
2501
+ <PropertyValue Property="Value" Path="ImageUrl" />
2502
+ </Record>
2503
+ <Record Type="UI.DataFieldForAnnotation">
2504
+ <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#multipleActionFields" />
2505
+ <PropertyValue Property="Label" String="Sold-To Party" />
2506
+ </Record>
2507
+ <Record Type="UI.DataField">
2508
+ <PropertyValue Property="Value" Path="SalesOrderType" />
2509
+ <Annotation Term="UI.Hidden" Path="_ShipToParty/isHidden" />
2510
+ </Record>
2511
+ <Record Type="UI.DataField">
2512
+ <PropertyValue Property="Value" Path="OverallSDProcessStatus" />
2513
+ <PropertyValue Property="Criticality" Path="StatusCriticality" />
2514
+ </Record>
2515
+ </Collection>
2516
+ </Annotation>
2517
+ <Annotation Term="UI.PresentationVariant" Qualifier="OutsideSPV">
2518
+ <Record Type="UI.PresentationVariantType">
2519
+ <PropertyValue Property="RequestAtLeast">
2520
+ <Collection>
2521
+ <PropertyPath>SalesOrder</PropertyPath>
2522
+ <PropertyPath>IncotermsClassification</PropertyPath>
2523
+ </Collection>
2524
+ </PropertyValue>
2525
+ <PropertyValue Property="MaxItems" Int="3" />
2526
+ <PropertyValue Property="SortOrder">
2527
+ <Collection>
2528
+ <Record Type="Common.SortOrderType">
2529
+ <PropertyValue Property="Property" PropertyPath="ID" />
2530
+ </Record>
2531
+ </Collection>
2532
+ </PropertyValue>
2533
+ <PropertyValue Property="Visualizations">
2534
+ <Collection>
2535
+ <AnnotationPath>@UI.LineItem</AnnotationPath>
2536
+ </Collection>
2537
+ </PropertyValue>
2538
+ </Record>
2539
+ </Annotation>
2540
+ <Annotation Term="UI.SelectionVariant" Qualifier="Good">
2541
+ <Record Type="UI.SelectionVariantType">
2542
+ <PropertyValue Property="SelectOptions">
2543
+ <Collection>
2544
+ <Record Type="UI.SelectOptionType">
2545
+ <PropertyValue Property="PropertyName" PropertyPath="Rating" />
2546
+ <PropertyValue Property="Ranges">
2547
+ <Collection>
2548
+ <Record Type="UI.SelectionRangeType">
2549
+ <PropertyValue Property="Option" EnumMember="UI.SelectionRangeOptionType/EQ" />
2550
+ <PropertyValue Property="Low" String="5" />
2551
+ </Record>
2552
+ </Collection>
2553
+ </PropertyValue>
2554
+ </Record>
2555
+ </Collection>
2556
+ </PropertyValue>
2557
+ <PropertyValue Property="Text" String="Good Rating/SV" />
2558
+ </Record>
2559
+ </Annotation>
2560
+ <Annotation Term="UI.SelectionVariant" Qualifier="Bad">
2561
+ <Record Type="UI.SelectionVariantType">
2562
+ <PropertyValue Property="SelectOptions">
2563
+ <Collection>
2564
+ <Record Type="UI.SelectOptionType">
2565
+ <PropertyValue Property="PropertyName" PropertyPath="Rating" />
2566
+ <PropertyValue Property="Ranges">
2567
+ <Collection>
2568
+ <Record Type="UI.SelectionRangeType">
2569
+ <PropertyValue Property="Option" EnumMember="UI.SelectionRangeOptionType/LT" />
2570
+ <PropertyValue Property="Low" String="3" />
2571
+ </Record>
2572
+ </Collection>
2573
+ </PropertyValue>
2574
+ </Record>
2575
+ </Collection>
2576
+ </PropertyValue>
2577
+ <PropertyValue Property="Text" String="Bad Rating/SV" />
2578
+ </Record>
2579
+ </Annotation>
2580
+ <Annotation Term="UI.SelectionPresentationVariant" Qualifier="UncompletePV">
2581
+ <Record Type="UI.SelectionPresentationVariantType">
2582
+ <PropertyValue Property="Text" String="Medium Rating/UncompletePV">
2583
+ </PropertyValue>
2584
+ <PropertyValue Property="SelectionVariant">
2585
+ <Record Type="UI.SelectionVariantType">
2586
+ <PropertyValue Property="SelectOptions">
2587
+ <Collection>
2588
+ <Record Type="UI.SelectOptionType">
2589
+ <PropertyValue Property="PropertyName" PropertyPath="Rating" />
2590
+ <PropertyValue Property="Ranges">
2591
+ <Collection>
2592
+ <Record Type="UI.SelectionRangeType">
2593
+ <PropertyValue Property="Option" EnumMember="UI.SelectionRangeOptionType/BT" />
2594
+ <PropertyValue Property="Low" String="2" />
2595
+ <PropertyValue Property="High" String="4" />
2596
+ </Record>
2597
+ </Collection>
2598
+ </PropertyValue>
2599
+ </Record>
2600
+ </Collection>
2601
+ </PropertyValue>
2602
+ <PropertyValue Property="Text" String="Medium Rating" />
2603
+ </Record>
2604
+ </PropertyValue>
2605
+ <PropertyValue Property="PresentationVariant">
2606
+ <Record Type="UI.PresentationVariantType">>
2607
+ <PropertyValue Property="MaxItems" Int="5" />
2608
+ <PropertyValue Property="SortOrder">
2609
+ <Collection>
2610
+ <Record Type="Common.SortOrderType">
2611
+ <PropertyValue Property="Property" PropertyPath="ID" />
2612
+ <PropertyValue Property="Ascending" Bool="true" />
2613
+ </Record>
2614
+ <Record Type="Common.SortOrderType">
2615
+ <PropertyValue Property="Property" PropertyPath="SalesOrderType" />
2616
+ <PropertyValue Property="Descending" Bool="true" />
2617
+ </Record>
2618
+ </Collection>
2619
+ </PropertyValue>
2620
+ </Record>
2621
+ </PropertyValue>
2622
+ </Record>
2623
+ </Annotation>
2624
+ <Annotation Term="UI.SelectionPresentationVariant" Qualifier="PVandSV">
2625
+ <Record Type="UI.SelectionPresentationVariantType">
2626
+ <PropertyValue Property="Text" String="Medium Rating/PVandSV">
2627
+ </PropertyValue>
2628
+ <PropertyValue Property="SelectionVariant">
2629
+ <Record Type="UI.SelectionVariantType">
2630
+ <PropertyValue Property="SelectOptions">
2631
+ <Collection>
2632
+ <Record Type="UI.SelectOptionType">
2633
+ <PropertyValue Property="PropertyName" PropertyPath="Rating" />
2634
+ <PropertyValue Property="Ranges">
2635
+ <Collection>
2636
+ <Record Type="UI.SelectionRangeType">
2637
+ <PropertyValue Property="Option" EnumMember="UI.SelectionRangeOptionType/BT" />
2638
+ <PropertyValue Property="Low" String="2" />
2639
+ <PropertyValue Property="High" String="4" />
2640
+ </Record>
2641
+ </Collection>
2642
+ </PropertyValue>
2643
+ </Record>
2644
+ </Collection>
2645
+ </PropertyValue>
2646
+ <PropertyValue Property="Text" String="Medium Rating" />
2647
+ </Record>
2648
+ </PropertyValue>
2649
+ <PropertyValue Property="PresentationVariant">
2650
+ <Record Type="UI.PresentationVariantType">>
2651
+ <PropertyValue Property="MaxItems" Int="2" />
2652
+ <PropertyValue Property="SortOrder">
2653
+ <Collection>
2654
+ <Record Type="Common.SortOrderType">
2655
+ <PropertyValue Property="Property" PropertyPath="ID" />
2656
+ <PropertyValue Property="Ascending" Bool="false" />
2657
+ </Record>
2658
+ <Record Type="Common.SortOrderType">
2659
+ <PropertyValue Property="Property" PropertyPath="SalesOrderType" />
2660
+ <PropertyValue Property="Descending" Bool="true" />
2661
+ </Record>
2662
+ </Collection>
2663
+ </PropertyValue>
2664
+ <PropertyValue Property="Visualizations">
2665
+ <Collection>
2666
+ <AnnotationPath>@UI.LineItem#Simplified</AnnotationPath>
2667
+ </Collection>
2668
+ </PropertyValue>
2669
+ </Record>
2670
+ </PropertyValue>
2671
+ </Record>
2672
+ </Annotation>
2673
+ <Annotation Term="UI.SelectionPresentationVariant" Qualifier="PVandSVPaths">
2674
+ <Record>
2675
+ <PropertyValue Property="Text" String="Bad Rating/SPV (PV and SV Paths)" />
2676
+ <PropertyValue Property="SelectionVariant" Path="@UI.SelectionVariant#Bad" />
2677
+ <PropertyValue Property="PresentationVariant" Path="@UI.PresentationVariant#OutsideSPV" />
2678
+ </Record>
2679
+ </Annotation>
2680
+ <Annotation Term="Common.SideEffects" Qualifier="ItemRequestedQuantityChange">
2681
+ <Record Type="Common.SideEffectsType">
2682
+ <PropertyValue Property="SourceProperties">
2683
+ <Collection>
2684
+ <PropertyPath>_Item/RequestedQuantity</PropertyPath>
2685
+ </Collection>
2686
+ </PropertyValue>
2687
+ <PropertyValue Property="TargetEntities">
2688
+ <Collection>
2689
+ <NavigationPropertyPath>_Item</NavigationPropertyPath>
2690
+ </Collection>
2691
+ </PropertyValue>
2692
+ <PropertyValue Property="TargetProperties">
2693
+ <Collection>
2694
+ <PropertyPath>TotalNetAmount</PropertyPath>
2695
+ </Collection>
2696
+ </PropertyValue>
2697
+ </Record>
2698
+ </Annotation>
2699
+ <Annotation Term="Common.SideEffects" Qualifier="ShipToPartyChange">
2700
+ <Record Type="Common.SideEffectsType">
2701
+ <PropertyValue Property="SourceProperties">
2702
+ <Collection>
2703
+ <PropertyPath>_ShipToParty/BusinessPartner</PropertyPath>
2704
+ </Collection>
2705
+ </PropertyValue>
2706
+ <PropertyValue Property="TargetEntities">
2707
+ <Collection>
2708
+ <NavigationPropertyPath>_ShipToParty</NavigationPropertyPath>
2709
+ <NavigationPropertyPath>_Partner</NavigationPropertyPath>
2710
+ </Collection>
2711
+ </PropertyValue>
2712
+ </Record>
2713
+ </Annotation>
2714
+ <Annotation Term="Common.SideEffects" Qualifier="SoldToChangeSalesAreaShipTo">
2715
+ <Record Type="Common.SideEffectsType">
2716
+ <PropertyValue Property="SourceProperties">
2717
+ <Collection>
2718
+ <PropertyPath>SoldToParty</PropertyPath>
2719
+ </Collection>
2720
+ </PropertyValue>
2721
+ <PropertyValue Property="TargetEntities">
2722
+ <Collection>
2723
+ <NavigationPropertyPath>_ShipToParty</NavigationPropertyPath>
2724
+ <NavigationPropertyPath>_Partner</NavigationPropertyPath>
2725
+ </Collection>
2726
+ </PropertyValue>
2727
+ <PropertyValue Property="TargetProperties">
2728
+ <Collection>
2729
+ <PropertyPath>SalesOrganization</PropertyPath>
2730
+ <PropertyPath>DistributionChannel</PropertyPath>
2731
+ <PropertyPath>OrganizationDivision</PropertyPath>
2732
+ <PropertyPath>TotalNetAmount</PropertyPath>
2733
+ </Collection>
2734
+ </PropertyValue>
2735
+ </Record>
2736
+ </Annotation>
2737
+ <Annotation Term="UI.Chart">
2738
+ <Record Type="UI.ChartDefinitionType">
2739
+ <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Column" />
2740
+ <PropertyValue Property="Description" String="Testing Line Chart" />
2741
+ <PropertyValue Property="DimensionAttributes">
2742
+ <Collection>
2743
+ <Record Type="UI.ChartDimensionAttributeType">
2744
+ <PropertyValue Property="Dimension" PropertyPath="SalesOrder" />
2745
+ <PropertyValue Property="Role" EnumMember="UI.ChartDimensionRoleType/Axis1" />
2746
+ </Record>
2747
+ <Record Type="UI.ChartDimensionAttributeType">
2748
+ <PropertyValue Property="Dimension" PropertyPath="SoldToParty" />
2749
+ <PropertyValue Property="Role" EnumMember="UI.ChartDimensionRoleType/Axis1" />
2750
+ </Record>
2751
+ </Collection>
2752
+ </PropertyValue>
2753
+ <PropertyValue Property="Dimensions">
2754
+ <Collection>
2755
+ <PropertyPath>SalesOrder</PropertyPath>
2756
+ <PropertyPath>SoldToParty</PropertyPath>
2757
+ </Collection>
2758
+ </PropertyValue>
2759
+ <PropertyValue Property="MeasureAttributes">
2760
+ <Collection>
2761
+ <Record Type="UI.ChartMeasureAttributeType">
2762
+ <PropertyValue Property="Measure" PropertyPath="maxPricing" />
2763
+ <PropertyValue Property="Role" EnumMember="UI.ChartMeasureRoleType/Axis1" />
2764
+ </Record>
2765
+ </Collection>
2766
+ </PropertyValue>
2767
+ <PropertyValue Property="Measures">
2768
+ <Collection>
2769
+ <PropertyPath>maxPricing</PropertyPath>
2770
+ </Collection>
2771
+ </PropertyValue>
2772
+ <PropertyValue Property="Title" String="Height Line Chart" />
2773
+ <PropertyValue Property="actions">
2774
+ <Collection>
2775
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
2776
+ <PropertyValue Property="SemanticObject" String="v4Freestyle" />
2777
+ <PropertyValue Property="Action" String="Inbound" />
2778
+ <PropertyValue Property="Label" String="IBN" />
2779
+ <PropertyValue Property="RequiresContext" Bool="true" />
2780
+ </Record>
2781
+ <Record Type="UI.DataFieldForAction">
2782
+ <PropertyValue Property="Label" String="Dummy Action" />
2783
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.DummyBoundAction" />
2784
+ </Record>
2785
+ </Collection>
2786
+ </PropertyValue>
2787
+ </Record>
2788
+ </Annotation>
2789
+ <Annotation Term="UI.DataPoint" Qualifier="NetValue">
2790
+ <Record Type="UI.DataPointType">
2791
+ <PropertyValue Property="Criticality" EnumMember="UI.CriticalityType/Positive" />
2792
+ <PropertyValue Property="Title" String="Net Amount" />
2793
+ <PropertyValue Property="Value" Path="TotalNetAmount" />
2794
+ </Record>
2795
+ </Annotation>
2796
+ <Annotation Term="UI.DataPoint" Qualifier="Progress">
2797
+ <Record Type="UI.DataPointType">
2798
+ <PropertyValue Property="TargetValue" Int="100" />
2799
+ <PropertyValue Property="Title" String="Progress" />
2800
+ <PropertyValue Property="Value" Path="Progress" />
2801
+ <PropertyValue Property="Visualization" EnumMember="UI.VisualizationType/Progress" />
2802
+ </Record>
2803
+ </Annotation>
2804
+ <Annotation Term="UI.DataPoint" Qualifier="Rating">
2805
+ <Record Type="UI.DataPointType">
2806
+ <PropertyValue Property="TargetValue" Int="5" />
2807
+ <PropertyValue Property="Title" String="Rating" />
2808
+ <PropertyValue Property="Value" Path="Rating" />
2809
+ <PropertyValue Property="Visualization" EnumMember="UI.VisualizationType/Rating" />
2810
+ </Record>
2811
+ </Annotation>
2812
+ <Annotation Term="UI.Facets">
2813
+ <Collection>
2814
+ <Record Type="UI.CollectionFacet">
2815
+ <PropertyValue Property="Label" String="Header" />
2816
+ <PropertyValue Property="ID" String="HeaderInfo" />
2817
+ <PropertyValue Property="Facets">
2818
+ <Collection>
2819
+ <Record Type="UI.CollectionFacet">
2820
+ <PropertyValue Property="ID" String="GeneralInfo" />
2821
+ <PropertyValue Property="Label" String="General Information" />
2822
+ <PropertyValue Property="Facets">
2823
+ <Collection>
2824
+ <Record Type="UI.ReferenceFacet">
2825
+ <PropertyValue Property="Label" String="Order Data" />
2826
+ <PropertyValue Property="ID" String="OrderData" />
2827
+ <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#OrderData" />
2828
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2829
+ <Annotation Term="UI.Hidden" Bool="false" />
2830
+ </Record>
2831
+ <Record Type="UI.ReferenceFacet">
2832
+ <PropertyValue Property="Label" String="Ship-To" />
2833
+ <PropertyValue Property="ID" String="AddressData" />
2834
+ <PropertyValue Property="Target" AnnotationPath="_ShipToParty/@UI.FieldGroup#AddressData" />
2835
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2836
+ </Record>
2837
+ <Record Type="UI.ReferenceFacet">
2838
+ <PropertyValue Property="Label" String="Terms &amp; Conditions" />
2839
+ <PropertyValue Property="ID" String="TermsConditions" />
2840
+ <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#TermsConditions" />
2841
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2842
+ <Annotation Term="UI.Hidden" Path="Delivered" />
2843
+ </Record>
2844
+ </Collection>
2845
+ </PropertyValue>
2846
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2847
+ </Record>
2848
+ <Record Type="UI.ReferenceFacet">
2849
+ <PropertyValue Property="Label" String="Business Partners" />
2850
+ <PropertyValue Property="ID" String="SalesOrderHeaderPartner" />
2851
+ <PropertyValue Property="Target" AnnotationPath="_Partner/@UI.LineItem" />
2852
+ <Annotation Term="UI.Importance" Path="High" />
2853
+ </Record>
2854
+ </Collection>
2855
+ </PropertyValue>
2856
+ </Record>
2857
+ <Record Type="UI.ReferenceFacet">
2858
+ <PropertyValue Property="Label" String="Customer Info" />
2859
+ <PropertyValue Property="ID" String="CustomerInfo" />
2860
+ <PropertyValue Property="Target" AnnotationPath="_SoldToParty/@UI.FieldGroup#Customer" />
2861
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2862
+ </Record>
2863
+ <Record Type="UI.ReferenceFacet">
2864
+ <PropertyValue Property="Label" String="Items" />
2865
+ <PropertyValue Property="ID" String="SalesOrderItems" />
2866
+ <PropertyValue Property="Target" AnnotationPath="_Item/@UI.LineItem" />
2867
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2868
+ </Record>
2869
+ </Collection>
2870
+ </Annotation>
2871
+ <Annotation Term="UI.FieldGroup" Qualifier="OrderData">
2872
+ <Record Type="UI.FieldGroupType">
2873
+ <PropertyValue Property="Data">
2874
+ <Collection>
2875
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
2876
+ <PropertyValue Property="SemanticObject" String="SalesOrder" />
2877
+ <PropertyValue Property="Action" String="manageInline" />
2878
+ <PropertyValue Property="Label" String="IBN" />
2879
+ <PropertyValue Property="RequiresContext" Bool="false" />
2880
+ </Record>
2881
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
2882
+ <PropertyValue Property="SemanticObject" String="SalesOrder" />
2883
+ <PropertyValue Property="Action" String="manageInline" />
2884
+ <PropertyValue Property="Label" String="IBNWithContext" />
2885
+ <PropertyValue Property="RequiresContext" Bool="true" />
2886
+ </Record>
2887
+ <Record Type="UI.DataFieldForAction">
2888
+ <PropertyValue Property="Label" String="Facet Form Action" />
2889
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.FacetFormAction" />
2890
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2891
+ </Record>
2892
+ <Record Type="UI.DataFieldWithNavigationPath">
2893
+ <PropertyValue Property="Label" String="Referenced Sales Order" />
2894
+ <PropertyValue Property="Value" Path="_ReferencedSalesOrder/SalesOrder" />
2895
+ <PropertyValue Property="Target" NavigationPropertyPath="SalesOrderManage" />
2896
+ </Record>
2897
+ <Record Type="UI.DataField">
2898
+ <PropertyValue Property="Value" Path="SoldToParty" />
2899
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2900
+ </Record>
2901
+ <Record Type="UI.DataField">
2902
+ <PropertyValue Property="Value" Path="ImageUrl" />
2903
+ <PropertyValue Property="IconUrl" Path="ImageUrl" />
2904
+ <PropertyValue Property="Label" String="SalesOrder Image" />
2905
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2906
+ </Record>
2907
+ <Record Type="UI.DataField">
2908
+ <PropertyValue Property="Value" Path="PurchaseOrderByCustomer" />
2909
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2910
+ </Record>
2911
+ <Record Type="UI.DataField">
2912
+ <PropertyValue Property="Value" Path="SalesOrderDate" />
2913
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2914
+ <Annotation Term="UI.Hidden" Path="Delivered" />
2915
+ </Record>
2916
+ <Record Type="UI.DataField">
2917
+ <PropertyValue Property="Value" Path="ShippingCondition" />
2918
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2919
+ </Record>
2920
+ <Record Type="UI.DataField">
2921
+ <PropertyValue Property="Value" Path="OverallSDProcessStatus" />
2922
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2923
+ <PropertyValue Property="Criticality" Path="StatusCriticality" />
2924
+ </Record>
2925
+ <Record Type="UI.DataField">
2926
+ <PropertyValue Property="Value" Path="DescriptionFieldForOPACleanup" />
2927
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2928
+ </Record>
2929
+ </Collection>
2930
+ </PropertyValue>
2931
+ </Record>
2932
+ </Annotation>
2933
+ <Annotation Term="UI.FieldGroup" Qualifier="OrgData">
2934
+ <Record Type="UI.FieldGroupType">
2935
+ <PropertyValue Property="Data">
2936
+ <Collection>
2937
+ <Record Type="UI.DataField">
2938
+ <PropertyValue Property="Value" Path="SalesOrganization" />
2939
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2940
+ </Record>
2941
+ <Record Type="UI.DataField">
2942
+ <PropertyValue Property="Value" Path="DistributionChannel" />
2943
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2944
+ <Annotation Term="UI.Hidden" Path="Delivered" />
2945
+ </Record>
2946
+ <Record Type="UI.DataField">
2947
+ <PropertyValue Property="Value" Path="OrganizationDivision" />
2948
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2949
+ </Record>
2950
+ </Collection>
2951
+ </PropertyValue>
2952
+ </Record>
2953
+ </Annotation>
2954
+ <Annotation Term="UI.FieldGroup" Qualifier="OrgDataHeader">
2955
+ <Record Type="UI.FieldGroupType">
2956
+ <PropertyValue Property="Data">
2957
+ <Collection>
2958
+ <Record Type="UI.DataField">
2959
+ <PropertyValue Property="Value" Path="TotalNetAmount" />
2960
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2961
+ </Record>
2962
+ <Record Type="UI.DataField">
2963
+ <PropertyValue Property="Value" Path="TransactionCurrency" />
2964
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2965
+ </Record>
2966
+ </Collection>
2967
+ </PropertyValue>
2968
+ </Record>
2969
+ </Annotation>
2970
+ <Annotation Term="UI.FieldGroup" Qualifier="TermsConditions">
2971
+ <Record Type="UI.FieldGroupType">
2972
+ <PropertyValue Property="Data">
2973
+ <Collection>
2974
+ <Record Type="UI.DataField">
2975
+ <PropertyValue Property="Value" Path="IncotermsClassification" />
2976
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2977
+ </Record>
2978
+ <Record Type="UI.DataField">
2979
+ <PropertyValue Property="Value" Path="IncotermsVersion" />
2980
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2981
+ </Record>
2982
+ <Record Type="UI.DataField">
2983
+ <PropertyValue Property="Value" Path="IncotermsLocation1" />
2984
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2985
+ </Record>
2986
+ <Record Type="UI.DataField">
2987
+ <PropertyValue Property="Value" Path="IncotermsLocation2" />
2988
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2989
+ </Record>
2990
+ <Record Type="UI.DataField">
2991
+ <PropertyValue Property="Value" Path="CustomerPaymentTerms" />
2992
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2993
+ </Record>
2994
+ <Record Type="UI.DataField">
2995
+ <PropertyValue Property="Value" Path="CompleteDeliveryIsDefined" />
2996
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
2997
+ </Record>
2998
+ <Record Type="UI.DataField">
2999
+ <PropertyValue Property="Value" Path="PricingDate" />
3000
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3001
+ </Record>
3002
+ </Collection>
3003
+ </PropertyValue>
3004
+ </Record>
3005
+ </Annotation>
3006
+ <Annotation Term="UI.FieldGroup" Qualifier="multipleActionFields">
3007
+ <Record Type="UI.FieldGroupType">
3008
+ <PropertyValue Property="Data">
3009
+ <Collection>
3010
+ <Record Type="UI.DataField">
3011
+ <PropertyValue Property="Value" Path="_SoldToParty/Customer" />
3012
+ </Record>
3013
+ <Record Type="UI.DataFieldForAnnotation">
3014
+ <PropertyValue Property="Target" AnnotationPath="@UI.DataPoint#Rating" />
3015
+ </Record>
3016
+ </Collection>
3017
+ </PropertyValue>
3018
+ </Record>
3019
+ </Annotation>
3020
+ <Annotation Term="UI.HeaderFacets">
3021
+ <Collection>
3022
+ <Record Type="UI.ReferenceFacet">
3023
+ <PropertyValue Property="Label" String="Sales Area" />
3024
+ <PropertyValue Property="ID" String="OrganizationalDataHeader" />
3025
+ <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#OrgData" />
3026
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3027
+ </Record>
3028
+ <Record Type="UI.ReferenceFacet">
3029
+ <PropertyValue Property="Label" String="Net Amount" />
3030
+ <PropertyValue Property="ID" String="NetValueDataHeader" />
3031
+ <PropertyValue Property="Target" AnnotationPath="@UI.DataPoint#NetValue" />
3032
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3033
+ </Record>
3034
+ <Record Type="UI.ReferenceFacet">
3035
+ <PropertyValue Property="Label" String="Contact Info" />
3036
+ <PropertyValue Property="ID" String="ContactHeader" />
3037
+ <PropertyValue Property="Target" AnnotationPath="_SoldToParty/@Communication.Contact" />
3038
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3039
+ </Record>
3040
+ <Record Type="UI.ReferenceFacet">
3041
+ <PropertyValue Property="Label" String="CreditLimitConsumption" />
3042
+ <PropertyValue Property="ID" String="CreditLimitChartHeader" />
3043
+ <PropertyValue Property="Target" AnnotationPath="_CreditLimitDetails/@UI.Chart#CreditLimitChart" />
3044
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3045
+ </Record>
3046
+ <Record Type="UI.ReferenceFacet">
3047
+ <PropertyValue Property="Label" String="Comparison MicroChart" />
3048
+ <PropertyValue Property="ID" String="ComparisonMicroChart" />
3049
+ <PropertyValue Property="Target" AnnotationPath="_Item/@UI.Chart#ComparisonPath" />
3050
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3051
+ </Record>
3052
+ <Record Type="UI.ReferenceFacet">
3053
+ <PropertyValue Property="Label" String="Radial MicroChart" />
3054
+ <PropertyValue Property="ID" String="RadialMicroChart" />
3055
+ <PropertyValue Property="Target" AnnotationPath="_CreditLimitDetails/@UI.Chart#RadialCriticalityPathHidden" />
3056
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3057
+ </Record>
3058
+ <Record Type="UI.ReferenceFacet">
3059
+ <PropertyValue Property="Label" String="Rating Value" />
3060
+ <PropertyValue Property="ID" String="RatingHeader" />
3061
+ <PropertyValue Property="Target" AnnotationPath="@UI.DataPoint#Rating" />
3062
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3063
+ </Record>
3064
+ </Collection>
3065
+ </Annotation>
3066
+ <Annotation Term="UI.HeaderFacets" Qualifier="MicroCharts">
3067
+ <Collection>
3068
+ <Record Type="UI.ReferenceFacet">
3069
+ <PropertyValue Property="Label" String="Column MicroChart" />
3070
+ <PropertyValue Property="ID" String="ColumnMicroChart" />
3071
+ <PropertyValue Property="Target" AnnotationPath="_Item/@UI.Chart#ColumnMaxPath" />
3072
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3073
+ </Record>
3074
+ <Record Type="UI.ReferenceFacet">
3075
+ <PropertyValue Property="Label" String="Area MicroChart" />
3076
+ <PropertyValue Property="ID" String="AreaMicroChart" />
3077
+ <PropertyValue Property="Target" AnnotationPath="_Item/@UI.Chart#AreaMaxPath" />
3078
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3079
+ </Record>
3080
+ <Record Type="UI.ReferenceFacet">
3081
+ <PropertyValue Property="Label" String="HarveyBall MicroChart" />
3082
+ <PropertyValue Property="ID" String="HarveyBallMicroChart" />
3083
+ <PropertyValue Property="Target" AnnotationPath="_CreditLimitDetails/@UI.Chart#HarveyBallCriticalityPath" />
3084
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3085
+ </Record>
3086
+ <Record Type="UI.ReferenceFacet">
3087
+ <PropertyValue Property="Label" String="Line MicroChart" />
3088
+ <PropertyValue Property="ID" String="LineMicroChart" />
3089
+ <PropertyValue Property="Target" AnnotationPath="_Item/@UI.Chart#LineMaxPath" />
3090
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3091
+ </Record>
3092
+ <Record Type="UI.ReferenceFacet">
3093
+ <PropertyValue Property="Label" String="Radial MicroChart" />
3094
+ <PropertyValue Property="ID" String="RadialMicroChart" />
3095
+ <PropertyValue Property="Target" AnnotationPath="_CreditLimitDetails/@UI.Chart#RadialCriticalityPath" />
3096
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3097
+ </Record>
3098
+ <Record Type="UI.ReferenceFacet">
3099
+ <PropertyValue Property="Label" String="Stacked Bar MicroChart" />
3100
+ <PropertyValue Property="ID" String="BarStackedMicroChart" />
3101
+ <PropertyValue Property="Target" AnnotationPath="_Item/@UI.Chart#BarStackedPath" />
3102
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3103
+ </Record>
3104
+ </Collection>
3105
+ </Annotation>
3106
+ <Annotation Term="UI.HeaderInfo">
3107
+ <Record Type="UI.HeaderInfoType">
3108
+ <PropertyValue Property="Description">
3109
+ <Record Type="UI.DataField">
3110
+ <PropertyValue Property="Value" Path="SalesOrderTypeName" />
3111
+ </Record>
3112
+ </PropertyValue>
3113
+ <PropertyValue Property="ImageUrl" Path="ImageUrl" />
3114
+ <PropertyValue Property="Title">
3115
+ <Record Type="UI.DataField">
3116
+ <PropertyValue Property="Value" Path="SalesOrder" />
3117
+ </Record>
3118
+ </PropertyValue>
3119
+ <PropertyValue Property="TypeName" String="Sales Order" />
3120
+ <PropertyValue Property="TypeNamePlural" String="Sales Orders" />
3121
+ </Record>
3122
+ </Annotation>
3123
+ <Annotation Term="UI.Identification">
3124
+ <Collection>
3125
+ <Record Type="UI.DataFieldForAction">
3126
+ <PropertyValue Property="Label" String="Enable Edit" />
3127
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.EnableEditAction" />
3128
+ <Annotation Term="UI.Hidden" Path="editActionIsEnabled" />
3129
+ </Record>
3130
+ <Record Type="UI.DataFieldForAction">
3131
+ <PropertyValue Property="Label" String="Change Order Status (Header)" />
3132
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.ChangeOrderStatus" />
3133
+ <Annotation Term="UI.Hidden" Path="editActionIsDisabled" />
3134
+ </Record>
3135
+ <Record Type="UI.DataFieldForAction">
3136
+ <PropertyValue Property="Label" String="Change Order Status (Footer)" />
3137
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.ChangeOrderStatus" />
3138
+ <PropertyValue Property="Determining" Bool="true" />
3139
+ <Annotation Term="UI.Hidden" Path="editActionIsDisabled" />
3140
+ </Record>
3141
+ <Record Type="UI.DataFieldForAction">
3142
+ <PropertyValue Property="Label" String="Bound Action with params" />
3143
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.CreateWithSalesOrderType" />
3144
+ </Record>
3145
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
3146
+ <PropertyValue Property="SemanticObject" String="SalesOrder" />
3147
+ <PropertyValue Property="Action" String="manageInline" />
3148
+ <PropertyValue Property="Label" String="IBN" />
3149
+ <PropertyValue Property="RequiresContext" Bool="false" />
3150
+ </Record>
3151
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
3152
+ <PropertyValue Property="SemanticObject" String="SalesOrder" />
3153
+ <PropertyValue Property="Action" String="manageInline" />
3154
+ <PropertyValue Property="Label" String="IBN with context" />
3155
+ <PropertyValue Property="RequiresContext" Bool="true" />
3156
+ </Record>
3157
+ <Record Type="UI.DataField">
3158
+ <PropertyValue Property="Value" Path="SalesOrderType" />
3159
+ </Record>
3160
+ <Record Type="UI.DataField">
3161
+ <PropertyValue Property="Value" Path="SoldToParty" />
3162
+ </Record>
3163
+ <Record Type="UI.DataField">
3164
+ <PropertyValue Property="Value" Path="SalesOrganization" />
3165
+ </Record>
3166
+ <Record Type="UI.DataField">
3167
+ <PropertyValue Property="Value" Path="DistributionChannel" />
3168
+ </Record>
3169
+ <Record Type="UI.DataField">
3170
+ <PropertyValue Property="Value" Path="OrganizationDivision" />
3171
+ </Record>
3172
+ <Record Type="UI.DataField">
3173
+ <PropertyValue Property="Value" Path="PurchaseOrderByCustomer" />
3174
+ </Record>
3175
+ </Collection>
3176
+ </Annotation>
3177
+ <Annotation Term="UI.LineItem">
3178
+ <Collection>
3179
+ <Record Type="UI.DataFieldForAction">
3180
+ <PropertyValue Property="Label" String="Bound Action with params" />
3181
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate.CreateWithSalesOrderType" />
3182
+ </Record>
3183
+ <Record Type="UI.DataFieldForAction">
3184
+ <PropertyValue Property="Label" String="Unbound Action" />
3185
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate/UnboundAction" />
3186
+ </Record>
3187
+ <Record Type="UI.DataFieldForAction">
3188
+ <PropertyValue Property="Label" String="Confirmation Action" />
3189
+ <PropertyValue Property="Action" String="com.c_salesordermanage_sd_aggregate/ReturnInProcess" />
3190
+ </Record>
3191
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
3192
+ <PropertyValue Property="SemanticObject" String="SalesOrder" />
3193
+ <PropertyValue Property="Action" String="manageInline" />
3194
+ <PropertyValue Property="Label" String="IBN" />
3195
+ <PropertyValue Property="RequiresContext" Bool="false" />
3196
+ </Record>
3197
+ <Record Type="UI.DataFieldForIntentBasedNavigation">
3198
+ <PropertyValue Property="SemanticObject" String="v4Freestyle" />
3199
+ <PropertyValue Property="Action" String="Inbound" />
3200
+ <PropertyValue Property="Label" String="IBN with context" />
3201
+ <PropertyValue Property="RequiresContext" Bool="true" />
3202
+ </Record>
3203
+ <Record Type="UI.DataField">
3204
+ <PropertyValue Property="Value" Path="ID" />
3205
+ </Record>
3206
+ <Record Type="UI.DataField">
3207
+ <PropertyValue Property="Value" Path="ImageUrl" />
3208
+ <PropertyValue Property="Label" String="SalesOrder Image" />
3209
+ </Record>
3210
+ <Record Type="UI.DataFieldForAnnotation">
3211
+ <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#multipleActionFields" />
3212
+ <PropertyValue Property="Label" String="Sold-To Party" />
3213
+ </Record>
3214
+ <Record Type="UI.DataField">
3215
+ <PropertyValue Property="Value" Path="SalesOrderType" />
3216
+ <Annotation Term="UI.Hidden" Path="_ShipToParty/isHidden" />
3217
+ </Record>
3218
+ <Record Type="UI.DataField">
3219
+ <PropertyValue Property="Value" Path="OverallSDProcessStatus" />
3220
+ <PropertyValue Property="Criticality" Path="StatusCriticality" />
3221
+ </Record>
3222
+ <Record Type="UI.DataField">
3223
+ <PropertyValue Property="Value" Path="TotalNetAmount" />
3224
+ <Annotation Term="UI.Hidden" Path="Delivered" />
3225
+ </Record>
3226
+ </Collection>
3227
+ </Annotation>
3228
+ <Annotation Term="UI.PresentationVariant">
3229
+ <Record Type="UI.PresentationVariantType">
3230
+ <PropertyValue Property="Visualizations">
3231
+ <Collection>
3232
+ <AnnotationPath>@UI.Chart</AnnotationPath>
3233
+ <AnnotationPath>@UI.LineItem</AnnotationPath>
3234
+ </Collection>
3235
+ </PropertyValue>
3236
+ </Record>
3237
+ </Annotation>
3238
+ <Annotation Term="UI.SelectionFields">
3239
+ <Collection>
3240
+ <PropertyPath>SalesOrder</PropertyPath>
3241
+ <PropertyPath>SoldToParty</PropertyPath>
3242
+ <PropertyPath>OverallSDProcessStatus</PropertyPath>
3243
+ <PropertyPath>SalesOrderDate</PropertyPath>
3244
+ <PropertyPath>ShippingCondition</PropertyPath>
3245
+ <PropertyPath>LastChangedDateTime</PropertyPath>
3246
+ <PropertyPath>DistributionChannel</PropertyPath>
3247
+ </Collection>
3248
+ </Annotation>
3249
+ </Annotations>
3250
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.EntityContainer/SalesOrderManage">
3251
+ <Annotation Term="Aggregation.ApplySupported">
3252
+ <Record Type="Aggregation.ApplySupportedType">
3253
+ <PropertyValue Property="PropertyRestrictions" Bool="true" />
3254
+ </Record>
3255
+ </Annotation>
3256
+ <Annotation Term="Capabilities.DeleteRestrictions">
3257
+ <Record Type="Capabilities.DeleteRestrictionsType">
3258
+ <PropertyValue Property="Deletable" Path="_ShipToParty/isVerified" />
3259
+ </Record>
3260
+ </Annotation>
3261
+ <Annotation Term="Capabilities.FilterRestrictions">
3262
+ <Record Type="Capabilities.FilterRestrictionsType">
3263
+ <PropertyValue Property="FilterExpressionRestrictions">
3264
+ <Collection>
3265
+ <Record Type="Capabilities.FilterExpressionRestrictionType">
3266
+ <PropertyValue Property="Property" PropertyPath="SoldToParty" />
3267
+ <PropertyValue Property="AllowedExpressions" String="SingleValue" />
3268
+ </Record>
3269
+ </Collection>
3270
+ </PropertyValue>
3271
+ </Record>
3272
+ </Annotation>
3273
+ <Annotation Term="Capabilities.NavigationRestrictions">
3274
+ <Record Type="Capabilities.NavigationRestrictionsType">
3275
+ <PropertyValue Property="RestrictedProperties">
3276
+ <Collection>
3277
+ <Record Type="Capabilities.NavigationPropertyRestriction">
3278
+ <PropertyValue Property="NavigationProperty" NavigationPropertyPath="_Item" />
3279
+ <PropertyValue Property="InsertRestrictions">
3280
+ <Record Type="Capabilities.InsertRestrictionsType">
3281
+ <PropertyValue Property="Insertable" Bool="true" />
3282
+ </Record>
3283
+ </PropertyValue>
3284
+ </Record>
3285
+ </Collection>
3286
+ </PropertyValue>
3287
+ </Record>
3288
+ </Annotation>
3289
+ <Annotation Term="Capabilities.SearchRestrictions">
3290
+ <Record Type="Capabilities.SearchRestrictionsType">
3291
+ <PropertyValue Property="Searchable" Bool="true" />
3292
+ </Record>
3293
+ </Annotation>
3294
+ </Annotations>
3295
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/ID">
3296
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Inapplicable" />
3297
+ <Annotation Term="Common.Label" String="Sales Order" />
3298
+ <Annotation Term="Common.Text" Path="SalesOrder">
3299
+ <Annotation Term="UI.TextArrangement" EnumMember="UI.TextArrangementType/TextOnly" />
3300
+ </Annotation>
3301
+ </Annotations>
3302
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/SalesOrder">
3303
+ <Annotation Term="Common.Label" String="Sales Order" />
3304
+ <Annotation Term="Core.Immutable" Bool="true" />
3305
+ </Annotations>
3306
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/Delivered">
3307
+ <Annotation Term="Common.Label" String="Delivery Status" />
3308
+ </Annotations>
3309
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/ReturnInProcess">
3310
+ <Annotation Term="Common.Label" String="Return Status" />
3311
+ </Annotations>
3312
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/SalesOrderType">
3313
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3314
+ <Annotation Term="Common.Label" String="Order Type" />
3315
+ <Annotation Term="Common.Text" Path="_SalesOrderType/SalesOrderType_Text">
3316
+ <Annotation Term="UI.TextArrangement" EnumMember="UI.TextArrangementType/TextFirst" />
3317
+ </Annotation>
3318
+ <Annotation Term="Core.Immutable" Bool="true" />
3319
+ </Annotations>
3320
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/ImageUrl">
3321
+ <Annotation Term="Common.Label" String="Image" />
3322
+ <Annotation Term="UI.IsImageURL" Bool="true" />
3323
+ </Annotations>
3324
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/SoldToParty">
3325
+ <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory" />
3326
+ <Annotation Term="Common.Heading" String="Sold-To" />
3327
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3328
+ <Annotation Term="Common.Label" String="Sold-To Party" />
3329
+ <Annotation Term="Common.SemanticObject" String="SalesOrder" />
3330
+ <Annotation Term="Common.SemanticObject" Qualifier="customer" String="Customer" />
3331
+ <Annotation Term="Common.SemanticObjectMapping">
3332
+ <Collection>
3333
+ <Record Type="Common.SemanticObjectMappingType">
3334
+ <PropertyValue Property="LocalProperty" PropertyPath="SoldToParty" />
3335
+ <PropertyValue Property="SemanticObjectProperty" String="SoldToParty" />
3336
+ </Record>
3337
+ </Collection>
3338
+ </Annotation>
3339
+ <Annotation Term="Common.SemanticObjectMapping" Qualifier="customer">
3340
+ <Collection>
3341
+ <Record Type="Common.SemanticObjectMappingType">
3342
+ <PropertyValue Property="LocalProperty" PropertyPath="SoldToParty" />
3343
+ <PropertyValue Property="SemanticObjectProperty" String="Customer" />
3344
+ </Record>
3345
+ </Collection>
3346
+ </Annotation>
3347
+ <Annotation Term="Common.Text" Path="_SoldToParty/CustomerName">
3348
+ <Annotation Term="UI.TextArrangement" EnumMember="UI.TextArrangementType/TextFirst" />
3349
+ </Annotation>
3350
+ <Annotation Term="Common.ValueList">
3351
+ <Record Type="Common.ValueListType">
3352
+ <PropertyValue Property="CollectionPath" String="Customer" />
3353
+ <PropertyValue Property="Label" String="Sold-to Party" />
3354
+ <PropertyValue Property="Parameters">
3355
+ <Collection>
3356
+ <Record Type="Common.ValueListParameterInOut">
3357
+ <PropertyValue Property="LocalDataProperty" PropertyPath="SoldToParty" />
3358
+ <PropertyValue Property="ValueListProperty" String="Customer" />
3359
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3360
+ </Record>
3361
+ <Record Type="Common.ValueListParameterDisplayOnly">
3362
+ <PropertyValue Property="ValueListProperty" String="CustomerName" />
3363
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3364
+ </Record>
3365
+ <Record Type="Common.ValueListParameterDisplayOnly">
3366
+ <PropertyValue Property="ValueListProperty" String="OrganizationBPName1" />
3367
+ </Record>
3368
+ <Record Type="Common.ValueListParameterDisplayOnly">
3369
+ <PropertyValue Property="ValueListProperty" String="OrganizationBPName2" />
3370
+ </Record>
3371
+ <Record Type="Common.ValueListParameterDisplayOnly">
3372
+ <PropertyValue Property="ValueListProperty" String="BusinessPartnerImageURL" />
3373
+ </Record>
3374
+ <Record Type="Common.ValueListParameterDisplayOnly">
3375
+ <PropertyValue Property="ValueListProperty" String="PostalCode" />
3376
+ </Record>
3377
+ <Record Type="Common.ValueListParameterDisplayOnly">
3378
+ <PropertyValue Property="ValueListProperty" String="CityName" />
3379
+ <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High" />
3380
+ </Record>
3381
+ <Record Type="Common.ValueListParameterDisplayOnly">
3382
+ <PropertyValue Property="ValueListProperty" String="Country" />
3383
+ </Record>
3384
+ <Record Type="Common.ValueListParameterDisplayOnly">
3385
+ <PropertyValue Property="ValueListProperty" String="InternationalPhoneNumber" />
3386
+ </Record>
3387
+ <Record Type="Common.ValueListParameterDisplayOnly">
3388
+ <PropertyValue Property="ValueListProperty" String="EmailAddress" />
3389
+ </Record>
3390
+ </Collection>
3391
+ </PropertyValue>
3392
+ </Record>
3393
+ </Annotation>
3394
+ </Annotations>
3395
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/SalesOrganization">
3396
+ <Annotation Term="Common.Label" String="Sales Organization" />
3397
+ </Annotations>
3398
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/Rating">
3399
+ <Annotation Term="Common.Label" String="Rating" />
3400
+ </Annotations>
3401
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/Progress">
3402
+ <Annotation Term="Common.Label" String="Progress" />
3403
+ </Annotations>
3404
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/DistributionChannel">
3405
+ <Annotation Term="Common.Label" String="Distribution Channel" />
3406
+ </Annotations>
3407
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/OrganizationDivision">
3408
+ <Annotation Term="Common.Label" String="Division" />
3409
+ </Annotations>
3410
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/PurchaseOrderByCustomer">
3411
+ <Annotation Term="Common.Label" String="Customer Reference" />
3412
+ </Annotations>
3413
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/PricingDate">
3414
+ <Annotation Term="Common.Label" String="Pricing Date" />
3415
+ </Annotations>
3416
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/ShippingCondition">
3417
+ <Annotation Term="Common.Aggregation">
3418
+ <Record>
3419
+ <PropertyValue Property="Groupable" Bool="true" />
3420
+ </Record>
3421
+ </Annotation>
3422
+ <Annotation Term="Common.Heading" String="SC" />
3423
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3424
+ <Annotation Term="Common.Label" String="Shipping Conditions" />
3425
+ <Annotation Term="Common.Text" Path="_ShippingCondition/ShippingCondition_Text">
3426
+ <Annotation Term="UI.TextArrangement" EnumMember="UI.TextArrangementType/TextFirst" />
3427
+ </Annotation>
3428
+ <Annotation Term="Common.ValueList">
3429
+ <Record Type="Common.ValueListType">
3430
+ <PropertyValue Property="CollectionPath" String="SalesOrderManage" />
3431
+ <PropertyValue Property="Label" String="Shipping Condition" />
3432
+ <PropertyValue Property="Parameters">
3433
+ <Collection>
3434
+ <Record Type="Common.ValueListParameterInOut">
3435
+ <PropertyValue Property="LocalDataProperty" PropertyPath="ShippingCondition" />
3436
+ <PropertyValue Property="ValueListProperty" String="ShippingCondition" />
3437
+ </Record>
3438
+ <Record Type="Common.ValueListParameterIn">
3439
+ <PropertyValue Property="LocalDataProperty" PropertyPath="SoldToParty" />
3440
+ <PropertyValue Property="ValueListProperty" String="SoldToParty" />
3441
+ </Record>
3442
+ </Collection>
3443
+ </PropertyValue>
3444
+ </Record>
3445
+ </Annotation>
3446
+ </Annotations>
3447
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/CompleteDeliveryIsDefined">
3448
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3449
+ <Annotation Term="Common.Label" String="Complete Delivery" />
3450
+ </Annotations>
3451
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/IncotermsClassification">
3452
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3453
+ <Annotation Term="Common.Label" String="Incoterms" />
3454
+ <Annotation Term="Common.Text" Path="_IncotermsClassification/IncotermsClassification_Text" />
3455
+ <Annotation Term="Common.ValueList">
3456
+ <Record Type="Common.ValueListType">
3457
+ <PropertyValue Property="CollectionPath" String="IncotermsClassification" />
3458
+ <PropertyValue Property="Label" String="Incoterms Classification" />
3459
+ <PropertyValue Property="Parameters">
3460
+ <Collection>
3461
+ <Record Type="Common.ValueListParameterInOut">
3462
+ <PropertyValue Property="LocalDataProperty" PropertyPath="IncotermsClassification" />
3463
+ <PropertyValue Property="ValueListProperty" String="IncotermsClassification" />
3464
+ </Record>
3465
+ <Record Type="Common.ValueListParameterDisplayOnly">
3466
+ <PropertyValue Property="ValueListProperty" String="IncotermsClassification_Text" />
3467
+ </Record>
3468
+ <Record Type="Common.ValueListParameterDisplayOnly">
3469
+ <PropertyValue Property="ValueListProperty" String="LocationIsMandatory" />
3470
+ </Record>
3471
+ </Collection>
3472
+ </PropertyValue>
3473
+ </Record>
3474
+ </Annotation>
3475
+ </Annotations>
3476
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/IncotermsVersion">
3477
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3478
+ <Annotation Term="Common.Label" String="Incoterms Version" />
3479
+ <Annotation Term="Common.Text" Path="_IncotermsVersion/IncotermsVersion_Text" />
3480
+ <Annotation Term="Common.ValueList">
3481
+ <Record Type="Common.ValueListType">
3482
+ <PropertyValue Property="CollectionPath" String="IncotermsVersion" />
3483
+ <PropertyValue Property="Label" String="Incoterms Version" />
3484
+ <PropertyValue Property="Parameters">
3485
+ <Collection>
3486
+ <Record Type="Common.ValueListParameterInOut">
3487
+ <PropertyValue Property="LocalDataProperty" PropertyPath="IncotermsVersion" />
3488
+ <PropertyValue Property="ValueListProperty" String="IncotermsVersion" />
3489
+ </Record>
3490
+ <Record Type="Common.ValueListParameterDisplayOnly">
3491
+ <PropertyValue Property="ValueListProperty" String="IncotermsVersion_Text" />
3492
+ </Record>
3493
+ </Collection>
3494
+ </PropertyValue>
3495
+ </Record>
3496
+ </Annotation>
3497
+ </Annotations>
3498
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/fieldControlType_item">
3499
+ <Annotation Term="Common.Label" String="FieldControlType for Items Table" />
3500
+ </Annotations>
3501
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/fieldControlType">
3502
+ <Annotation Term="Common.Label" String="fieldControlType" />
3503
+ </Annotations>
3504
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/TrialInt64">
3505
+ <Annotation Term="Common.Label" String="Int64" />
3506
+ </Annotations>
3507
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/TrialDouble">
3508
+ <Annotation Term="Common.Label" String="Double" />
3509
+ </Annotations>
3510
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/TrialTOD">
3511
+ <Annotation Term="Common.Label" String="Time Of Day" />
3512
+ </Annotations>
3513
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/IncotermsLocation1">
3514
+ <Annotation Term="Common.Label" String="Incoterms Version 1" />
3515
+ <Annotation Term="Core.Immutable" Bool="true" />
3516
+ </Annotations>
3517
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/IncotermsLocation2">
3518
+ <Annotation Term="Common.Label" String="Incoterms Location 2" />
3519
+ </Annotations>
3520
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/CustomerPaymentTerms">
3521
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3522
+ <Annotation Term="Common.Label" String="Terms of Payment" />
3523
+ <Annotation Term="Common.Text" Path="_CustomerPaymentTerms/CustomerPaymentTerms_Text">
3524
+ <Annotation Term="UI.TextArrangement" EnumMember="UI.TextArrangementType/TextFirst" />
3525
+ </Annotation>
3526
+ <Annotation Term="Common.ValueList">
3527
+ <Record Type="Common.ValueListType">
3528
+ <PropertyValue Property="CollectionPath" String="CustomerPaymentTerms" />
3529
+ <PropertyValue Property="Label" String="Customer Payment Terms" />
3530
+ <PropertyValue Property="Parameters">
3531
+ <Collection>
3532
+ <Record Type="Common.ValueListParameterInOut">
3533
+ <PropertyValue Property="LocalDataProperty" PropertyPath="CustomerPaymentTerms" />
3534
+ <PropertyValue Property="ValueListProperty" String="CustomerPaymentTerms" />
3535
+ </Record>
3536
+ <Record Type="Common.ValueListParameterDisplayOnly">
3537
+ <PropertyValue Property="ValueListProperty" String="CustomerPaymentTerms_Text" />
3538
+ </Record>
3539
+ </Collection>
3540
+ </PropertyValue>
3541
+ </Record>
3542
+ </Annotation>
3543
+ <Annotation Term="Core.Immutable" Bool="true" />
3544
+ </Annotations>
3545
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/NetPricing">
3546
+ <Annotation Term="Aggregation.Aggregatable" Bool="true" />
3547
+ <Annotation Term="Aggregation.RecommendedAggregationMethod" String="average" />
3548
+ <Annotation Term="Aggregation.SupportedAggregationMethods">
3549
+ <Collection>
3550
+ <String>min</String>
3551
+ <String>max</String>
3552
+ <String>average</String>
3553
+ </Collection>
3554
+ </Annotation>
3555
+ <Annotation Term="Common.Label" String="Net Pricing" />
3556
+ <Annotation Term="Measures.ISOCurrency" Path="TransactionCurrency" />
3557
+ </Annotations>
3558
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/TotalNetAmount">
3559
+ <Annotation Term="Aggregation.Aggregatable" Bool="true" />
3560
+ <Annotation Term="Aggregation.RecommendedAggregationMethod" String="average" />
3561
+ <Annotation Term="Aggregation.SupportedAggregationMethods">
3562
+ <Collection>
3563
+ <String>min</String>
3564
+ <String>max</String>
3565
+ <String>average</String>
3566
+ </Collection>
3567
+ </Annotation>
3568
+ <Annotation Term="Common.Label" String="Net Amount" />
3569
+ <Annotation Term="Core.Computed" Bool="true" />
3570
+ <Annotation Term="Measures.ISOCurrency" Path="TransactionCurrency" />
3571
+ </Annotations>
3572
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/TransactionCurrency">
3573
+ <Annotation Term="Common.Heading" String="Curr." />
3574
+ <Annotation Term="Common.Label" String="Document Currency" />
3575
+ <Annotation Term="Common.QuickInfo" String="SD document currency" />
3576
+ </Annotations>
3577
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/OverallSDProcessStatus">
3578
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3579
+ <Annotation Term="Common.Label" String="Overall Status" />
3580
+ <Annotation Term="Common.Text" Path="_OverallSDProcessStatus/OverallSDProcessStatus_Text" />
3581
+ <Annotation Term="Common.ValueList">
3582
+ <Record Type="Common.ValueListType">
3583
+ <PropertyValue Property="CollectionPath" String="OverallSDProcessStatus" />
3584
+ <PropertyValue Property="Label" String="Overall SD Process Status" />
3585
+ <PropertyValue Property="Parameters">
3586
+ <Collection>
3587
+ <Record Type="Common.ValueListParameterInOut">
3588
+ <PropertyValue Property="LocalDataProperty" PropertyPath="OverallSDProcessStatus" />
3589
+ <PropertyValue Property="ValueListProperty" String="OverallSDProcessStatus" />
3590
+ </Record>
3591
+ <Record Type="Common.ValueListParameterDisplayOnly">
3592
+ <PropertyValue Property="ValueListProperty" String="OverallSDProcessStatus_Text" />
3593
+ </Record>
3594
+ </Collection>
3595
+ </PropertyValue>
3596
+ </Record>
3597
+ </Annotation>
3598
+ <Annotation Term="Core.Immutable" Bool="true" />
3599
+ </Annotations>
3600
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/LastChangedDateTime">
3601
+ <Annotation Term="Common.Label" String="Last Change Date" />
3602
+ </Annotations>
3603
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/SalesOrderDate">
3604
+ <Annotation Term="Common.Label" String="Document Date" />
3605
+ </Annotations>
3606
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/SalesOrderTypeName">
3607
+ <Annotation Term="Common.Label" String="Sales Document Type" />
3608
+ <Annotation Term="Core.Immutable" Bool="true" />
3609
+ </Annotations>
3610
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderManage/DescriptionFieldForOPACleanup">
3611
+ <Annotation Term="Common.Label" String="Description" />
3612
+ <Annotation Term="Core.Immutable" Bool="true" />
3613
+ </Annotations>
3614
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OPAvailableTrueAction(com.c_salesordermanage_sd_aggregate.SalesOrderManage)">
3615
+ <Annotation Term="Common.IsActionCritical" Bool="true" />
3616
+ <Annotation Term="Core.OperationAvailable" Bool="true" />
3617
+ </Annotations>
3618
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OPAvailableFalseAction(com.c_salesordermanage_sd_aggregate.SalesOrderManage)">
3619
+ <Annotation Term="Core.OperationAvailable" Bool="false" />
3620
+ </Annotations>
3621
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.OPAvailableNullAction(com.c_salesordermanage_sd_aggregate.SalesOrderManage)">
3622
+ <Annotation Term="Core.OperationAvailable">
3623
+ <Null />
3624
+ </Annotation>
3625
+ </Annotations>
3626
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.EnableEditAction(com.c_salesordermanage_sd_aggregate.SalesOrderManage)">
3627
+ <Annotation Term="Common.SideEffects">
3628
+ <Record Type="Common.SideEffectsType">
3629
+ <PropertyValue Property="TargetProperties">
3630
+ <Collection>
3631
+ <PropertyPath>editActionIsEnabled</PropertyPath>
3632
+ <PropertyPath>editActionIsDisabled</PropertyPath>
3633
+ </Collection>
3634
+ </PropertyValue>
3635
+ </Record>
3636
+ </Annotation>
3637
+ </Annotations>
3638
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.CreateWithSalesOrderType(com.c_salesordermanage_sd_aggregate.SalesOrderManage)">
3639
+ <Annotation Term="Common.IsActionCritical" Bool="true" />
3640
+ <Annotation Term="Core.OperationAvailable" Path="_it/isVerified" />
3641
+ </Annotations>
3642
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.ChangeOrderStatus(com.c_salesordermanage_sd_aggregate.SalesOrderManage)">
3643
+ <Annotation Term="Core.OperationAvailable" Path="_it/_ShipToParty/isVerified" />
3644
+ </Annotations>
3645
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.FacetFormAction(com.c_salesordermanage_sd_aggregate.SalesOrderManage)">
3646
+ <Annotation Term="Common.SideEffects">
3647
+ <Record Type="Common.SideEffectsType">
3648
+ <PropertyValue Property="TargetProperties">
3649
+ <Collection>
3650
+ <PropertyPath>ShippingCondition</PropertyPath>
3651
+ </Collection>
3652
+ </PropertyValue>
3653
+ </Record>
3654
+ </Annotation>
3655
+ <Annotation Term="Core.OperationAvailable" Path="_it/_ShipToParty/isVerified" />
3656
+ </Annotations>
3657
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderType">
3658
+ <Annotation Term="Common.Label" String="Sales Order Types" />
3659
+ </Annotations>
3660
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderType/SalesOrderType">
3661
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3662
+ <Annotation Term="Common.Label" String="Sales Order Type" />
3663
+ <Annotation Term="Common.Text" Path="SalesOrderType_Text" />
3664
+ </Annotations>
3665
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderType/SalesOrderType_Text">
3666
+ <Annotation Term="Common.Label" String="Sales Document Type" />
3667
+ <Annotation Term="Common.QuickInfo" String="Sales Document Type Description" />
3668
+ <Annotation Term="Core.Immutable" Bool="true" />
3669
+ </Annotations>
3670
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderType/SalesOrderProcessingType">
3671
+ <Annotation Term="Common.Heading" String="C" />
3672
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3673
+ <Annotation Term="Common.Label" String="Indicator" />
3674
+ <Annotation Term="Common.QuickInfo" String="Sales document indicator (for display in TVAK only)" />
3675
+ </Annotations>
3676
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrderType/OrderTypeForBillingRequest">
3677
+ <Annotation Term="Common.Heading" String="Req." />
3678
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3679
+ <Annotation Term="Common.Label" String="Billing Request" />
3680
+ <Annotation Term="Common.QuickInfo" String="Order type for request for billing" />
3681
+ </Annotations>
3682
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.SalesOrganization/SalesOrganization">
3683
+ <Annotation Term="Common.Label" String="Sales Organization" />
3684
+ <Annotation Term="Common.Text" Path="SalesOrganization_Text" />
3685
+ </Annotations>
3686
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.ShippingCondition">
3687
+ <Annotation Term="Common.Label" String="Shipping Condition" />
3688
+ </Annotations>
3689
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.ShippingCondition/ShippingCondition">
3690
+ <Annotation Term="Common.Heading" String="SC" />
3691
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3692
+ <Annotation Term="Common.Label" String="Shipping Conditions" />
3693
+ <Annotation Term="Common.Text" Path="ShippingCondition_Text" />
3694
+ </Annotations>
3695
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.ShippingCondition/ShippingCondition_Text">
3696
+ <Annotation Term="Common.Label" String="Description" />
3697
+ <Annotation Term="Common.QuickInfo" String="Shipping Conditions Description" />
3698
+ <Annotation Term="Core.Immutable" Bool="true" />
3699
+ </Annotations>
3700
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.ShippingPoint">
3701
+ <Annotation Term="Common.Label" String="Shipping Point" />
3702
+ </Annotations>
3703
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.ShippingPoint/ShippingPoint">
3704
+ <Annotation Term="Common.Heading" String="ShPt" />
3705
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3706
+ <Annotation Term="Common.Label" String="Shipping Point" />
3707
+ <Annotation Term="Common.QuickInfo" String="Shipping Point / Receiving Point" />
3708
+ <Annotation Term="Common.Text" Path="ShippingPoint_Text" />
3709
+ </Annotations>
3710
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.ShippingPoint/ShippingPoint_Text">
3711
+ <Annotation Term="Common.Label" String="Description" />
3712
+ <Annotation Term="Core.Immutable" Bool="true" />
3713
+ </Annotations>
3714
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.ShippingType">
3715
+ <Annotation Term="Common.Label" String="Shipping Type" />
3716
+ </Annotations>
3717
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.ShippingType/ShippingType">
3718
+ <Annotation Term="Common.Heading" String="ST" />
3719
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3720
+ <Annotation Term="Common.Label" String="Shipping Type" />
3721
+ <Annotation Term="Common.Text" Path="ShippingType_Text" />
3722
+ </Annotations>
3723
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.ShippingType/ShippingType_Text">
3724
+ <Annotation Term="Common.Label" String="Description" />
3725
+ <Annotation Term="Common.QuickInfo" String="Shipping Type Description" />
3726
+ <Annotation Term="Core.Immutable" Bool="true" />
3727
+ </Annotations>
3728
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.UnitOfMeasure">
3729
+ <Annotation Term="Common.Label" String="Unit of Measure" />
3730
+ </Annotations>
3731
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.UnitOfMeasure/UnitOfMeasure">
3732
+ <Annotation Term="Common.Heading" String="MU" />
3733
+ <Annotation Term="Common.Label" String="Internal UoM" />
3734
+ <Annotation Term="Common.QuickInfo" String="Unit of Measurement" />
3735
+ <Annotation Term="Common.Text" Path="UnitOfMeasure_Text" />
3736
+ </Annotations>
3737
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.UnitOfMeasure/UnitOfMeasure_Text">
3738
+ <Annotation Term="Common.Heading" String="Measurement unit text" />
3739
+ <Annotation Term="Common.Label" String="UoM Text" />
3740
+ <Annotation Term="Common.QuickInfo" String="Unit of Measurement Text (Maximum 30 Characters)" />
3741
+ <Annotation Term="Core.Immutable" Bool="true" />
3742
+ </Annotations>
3743
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.UnitOfMeasure/UnitOfMeasureDimension">
3744
+ <Annotation Term="Common.Heading" String="Dimen." />
3745
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3746
+ <Annotation Term="Common.Label" String="Dimension" />
3747
+ <Annotation Term="Common.QuickInfo" String="Dimension Key" />
3748
+ </Annotations>
3749
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.UnitOfMeasure/UnitOfMeasureISOCode">
3750
+ <Annotation Term="Common.Heading" String="ISO" />
3751
+ <Annotation Term="Common.IsUpperCase" Bool="true" />
3752
+ <Annotation Term="Common.Label" String="ISO Code" />
3753
+ <Annotation Term="Common.QuickInfo" String="ISO Code for Unit of Measurement" />
3754
+ </Annotations>
3755
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.UnitOfMeasure/UnitOfMeasureNumberOfDecimals">
3756
+ <Annotation Term="Common.Heading" String="DeR" />
3757
+ <Annotation Term="Common.Label" String="Decimal Rounding" />
3758
+ <Annotation Term="Common.QuickInfo" String="Number of Decimal Places for Rounding" />
3759
+ </Annotations>
3760
+ <Annotations Target="com.c_salesordermanage_sd_aggregate.UnitOfMeasure/UnitOfMeasureDspNmbrOfDcmls">
3761
+ <Annotation Term="Common.Heading" String="Dec" />
3762
+ <Annotation Term="Common.Label" String="Decimal Places" />
3763
+ <Annotation Term="Common.QuickInfo" String="Number of Decimal Places for Number Display" />
3764
+ </Annotations>
3765
+ </Schema>
3766
+ </edmx:DataServices>
3767
+ </edmx:Edmx>