@openui5/sap.ui.core 1.124.0 → 1.125.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 (647) hide show
  1. package/.reuse/dep5 +5 -0
  2. package/THIRDPARTY.txt +7 -0
  3. package/package.json +1 -1
  4. package/src/jquery.sap.global.js +4 -4
  5. package/src/jquery.sap.properties.js +2 -2
  6. package/src/jquery.sap.resources.js +1 -1
  7. package/src/jquery.sap.script.js +1 -1
  8. package/src/jquery.sap.storage.js +3 -3
  9. package/src/jquery.sap.ui.js +6 -2
  10. package/src/sap/base/Event.js +1 -1
  11. package/src/sap/base/Eventing.js +1 -1
  12. package/src/sap/base/config.js +1 -1
  13. package/src/sap/base/i18n/LanguageTag.js +1 -1
  14. package/src/sap/base/i18n/date/TimezoneUtils.js +1 -1
  15. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  16. package/src/sap/base/util/restricted/_castArray.js +1 -1
  17. package/src/sap/base/util/restricted/_compact.js +1 -1
  18. package/src/sap/base/util/restricted/_curry.js +1 -1
  19. package/src/sap/base/util/restricted/_debounce.js +1 -1
  20. package/src/sap/base/util/restricted/_difference.js +1 -1
  21. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  22. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  23. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  24. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  25. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  26. package/src/sap/base/util/restricted/_flatten.js +1 -1
  27. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  28. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  29. package/src/sap/base/util/restricted/_intersection.js +1 -1
  30. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  31. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  32. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  33. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  34. package/src/sap/base/util/restricted/_isNil.js +1 -1
  35. package/src/sap/base/util/restricted/_max.js +1 -1
  36. package/src/sap/base/util/restricted/_merge.js +1 -1
  37. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  38. package/src/sap/base/util/restricted/_min.js +1 -1
  39. package/src/sap/base/util/restricted/_omit.js +1 -1
  40. package/src/sap/base/util/restricted/_pick.js +1 -1
  41. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  42. package/src/sap/base/util/restricted/_throttle.js +1 -1
  43. package/src/sap/base/util/restricted/_toArray.js +1 -1
  44. package/src/sap/base/util/restricted/_union.js +1 -1
  45. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  46. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  47. package/src/sap/base/util/restricted/_uniq.js +1 -1
  48. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  49. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  50. package/src/sap/base/util/restricted/_without.js +1 -1
  51. package/src/sap/base/util/restricted/_xor.js +1 -1
  52. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  53. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  54. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  55. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  56. package/src/sap/ui/Device.js +3 -3
  57. package/src/sap/ui/Global.js +4 -4
  58. package/src/sap/ui/base/Event.js +1 -1
  59. package/src/sap/ui/base/EventProvider.js +1 -1
  60. package/src/sap/ui/base/Interface.js +1 -1
  61. package/src/sap/ui/base/ManagedObject.js +1 -1
  62. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  63. package/src/sap/ui/base/Metadata.js +1 -1
  64. package/src/sap/ui/base/Object.js +1 -1
  65. package/src/sap/ui/base/ObjectPool.js +1 -1
  66. package/src/sap/ui/core/.library +3 -3
  67. package/src/sap/ui/core/BusyIndicator.js +1 -1
  68. package/src/sap/ui/core/Component.js +7 -4
  69. package/src/sap/ui/core/ComponentContainer.js +1 -1
  70. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  71. package/src/sap/ui/core/ComponentSupport.js +1 -1
  72. package/src/sap/ui/core/Configuration.js +1 -1
  73. package/src/sap/ui/core/Control.js +1 -1
  74. package/src/sap/ui/core/Core.js +18 -25
  75. package/src/sap/ui/core/CustomData.js +1 -1
  76. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  77. package/src/sap/ui/core/Element.js +1 -1
  78. package/src/sap/ui/core/ElementMetadata.js +4 -3
  79. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  80. package/src/sap/ui/core/EventBus.js +1 -1
  81. package/src/sap/ui/core/ExtensionPoint.js +23 -9
  82. package/src/sap/ui/core/Fragment.js +15 -1
  83. package/src/sap/ui/core/HTML.js +1 -1
  84. package/src/sap/ui/core/History.js +1 -1
  85. package/src/sap/ui/core/Icon.js +84 -50
  86. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  87. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  88. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  89. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  90. package/src/sap/ui/core/InvisibleText.js +1 -1
  91. package/src/sap/ui/core/Item.js +1 -1
  92. package/src/sap/ui/core/LabelEnablement.js +66 -1
  93. package/src/sap/ui/core/LayoutData.js +1 -1
  94. package/src/sap/ui/core/ListItem.js +1 -1
  95. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  96. package/src/sap/ui/core/Locale.js +1 -1
  97. package/src/sap/ui/core/LocaleData.js +1 -1
  98. package/src/sap/ui/core/Manifest.js +1 -1
  99. package/src/sap/ui/core/Message.js +1 -1
  100. package/src/sap/ui/core/RenderManager.js +1 -1
  101. package/src/sap/ui/core/Renderer.js +1 -1
  102. package/src/sap/ui/core/ResizeHandler.js +1 -1
  103. package/src/sap/ui/core/ScrollBar.js +1 -1
  104. package/src/sap/ui/core/SeparatorItem.js +1 -1
  105. package/src/sap/ui/core/Title.js +1 -1
  106. package/src/sap/ui/core/TooltipBase.js +1 -1
  107. package/src/sap/ui/core/UIArea.js +5 -5
  108. package/src/sap/ui/core/UIComponent.js +24 -17
  109. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  110. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  111. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  112. package/src/sap/ui/core/XMLComposite.js +1 -1
  113. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  114. package/src/sap/ui/core/XMLTemplateProcessor.js +110 -74
  115. package/src/sap/ui/core/cldr/zh_TW.json +20 -20
  116. package/src/sap/ui/core/date/UI5Date.js +1 -1
  117. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  118. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  119. package/src/sap/ui/core/dnd/DragAndDrop.js +29 -23
  120. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  121. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  122. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  123. package/src/sap/ui/core/dnd/DropInfo.js +6 -3
  124. package/src/sap/ui/core/format/DateFormat.js +3 -3
  125. package/src/sap/ui/core/format/FormatUtils.js +1 -1
  126. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  127. package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
  128. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  129. package/src/sap/ui/core/library.js +3 -3
  130. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  131. package/src/sap/ui/core/message/Message.js +1 -1
  132. package/src/sap/ui/core/message/MessageManager.js +1 -1
  133. package/src/sap/ui/core/message/MessageParser.js +1 -1
  134. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  135. package/src/sap/ui/core/mvc/Controller.js +77 -77
  136. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  137. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  138. package/src/sap/ui/core/mvc/JSView.js +1 -1
  139. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  140. package/src/sap/ui/core/mvc/View.js +10 -2
  141. package/src/sap/ui/core/mvc/XMLProcessingMode.js +4 -1
  142. package/src/sap/ui/core/mvc/XMLView.js +33 -5
  143. package/src/sap/ui/core/mvc/XMLViewRenderer.js +40 -7
  144. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  145. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  146. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  147. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  148. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  149. package/src/sap/ui/core/routing/async/TargetCache.js +12 -1
  150. package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
  151. package/src/sap/ui/core/search/SearchProvider.js +2 -2
  152. package/src/sap/ui/core/service/Service.js +1 -1
  153. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  154. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  155. package/src/sap/ui/core/support/Plugin.js +1 -1
  156. package/src/sap/ui/core/support/Support.js +1 -1
  157. package/src/sap/ui/core/support/bootstrapFallback.js +1 -1
  158. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  159. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  160. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  161. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  162. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  163. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  164. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  165. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  166. package/src/sap/ui/core/tmpl/DOMAttribute.js +2 -2
  167. package/src/sap/ui/core/tmpl/DOMElement.js +2 -2
  168. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +2 -2
  169. package/src/sap/ui/core/tmpl/Template.js +1 -1
  170. package/src/sap/ui/core/tmpl/TemplateControl.js +2 -2
  171. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  172. package/src/sap/ui/core/util/Export.js +1 -1
  173. package/src/sap/ui/core/util/ExportCell.js +1 -1
  174. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  175. package/src/sap/ui/core/util/ExportRow.js +1 -1
  176. package/src/sap/ui/core/util/ExportType.js +1 -1
  177. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  178. package/src/sap/ui/core/util/File.js +1 -1
  179. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  180. package/src/sap/ui/core/util/MockServer.js +1 -1
  181. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  182. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  183. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  184. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  185. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  186. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  187. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  188. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  189. package/src/sap/ui/core/webc/WebComponent.js +1 -1
  190. package/src/sap/ui/core/webc/WebComponentMetadata.js +1 -1
  191. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  192. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  193. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  194. package/src/sap/ui/debug/ControlTree.js +1 -1
  195. package/src/sap/ui/debug/DebugEnv.js +1 -1
  196. package/src/sap/ui/debug/PropertyList.js +1 -1
  197. package/src/sap/ui/dom/jquery/control.js +6 -3
  198. package/src/sap/ui/model/Binding.js +10 -0
  199. package/src/sap/ui/model/ClientModel.js +1 -1
  200. package/src/sap/ui/model/CompositeDataState.js +1 -1
  201. package/src/sap/ui/model/CompositeType.js +1 -1
  202. package/src/sap/ui/model/DataState.js +1 -1
  203. package/src/sap/ui/model/FieldHelp.js +362 -0
  204. package/src/sap/ui/model/MetaModel.js +1 -1
  205. package/src/sap/ui/model/Model.js +1 -1
  206. package/src/sap/ui/model/SelectionModel.js +1 -1
  207. package/src/sap/ui/model/SimpleType.js +1 -1
  208. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  209. package/src/sap/ui/model/Type.js +1 -1
  210. package/src/sap/ui/model/analytics/AnalyticalBinding.js +8 -12
  211. package/src/sap/ui/model/json/JSONModel.js +6 -5
  212. package/src/sap/ui/model/message/MessageModel.js +1 -1
  213. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  214. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  215. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  216. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  217. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  218. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  219. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  220. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  221. package/src/sap/ui/model/odata/type/Date.js +1 -1
  222. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  223. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  224. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  225. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  226. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  227. package/src/sap/ui/model/odata/type/Double.js +1 -1
  228. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  229. package/src/sap/ui/model/odata/type/Int.js +1 -1
  230. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  231. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  232. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  233. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  234. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  235. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  236. package/src/sap/ui/model/odata/type/Single.js +1 -1
  237. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  238. package/src/sap/ui/model/odata/type/String.js +1 -1
  239. package/src/sap/ui/model/odata/type/Time.js +1 -1
  240. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  241. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  242. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  243. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  244. package/src/sap/ui/model/odata/v2/ODataModel.js +50 -6
  245. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
  246. package/src/sap/ui/model/odata/v4/Context.js +46 -32
  247. package/src/sap/ui/model/odata/v4/ODataBinding.js +47 -57
  248. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +70 -82
  249. package/src/sap/ui/model/odata/v4/ODataListBinding.js +285 -213
  250. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +41 -39
  251. package/src/sap/ui/model/odata/v4/ODataModel.js +236 -209
  252. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +202 -203
  253. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -17
  254. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +94 -22
  255. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +5 -0
  256. package/src/sap/ui/model/odata/v4/lib/_Cache.js +41 -61
  257. package/src/sap/ui/model/odata/v4/lib/_Helper.js +111 -68
  258. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +78 -78
  259. package/src/sap/ui/model/odata/v4/lib/_TreeState.js +1 -1
  260. package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +20 -20
  261. package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +60 -60
  262. package/src/sap/ui/model/resource/ResourceModel.js +7 -2
  263. package/src/sap/ui/model/type/Boolean.js +1 -1
  264. package/src/sap/ui/model/type/Currency.js +6 -3
  265. package/src/sap/ui/model/type/Date.js +1 -1
  266. package/src/sap/ui/model/type/DateInterval.js +1 -1
  267. package/src/sap/ui/model/type/DateTime.js +1 -1
  268. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  269. package/src/sap/ui/model/type/FileSize.js +1 -1
  270. package/src/sap/ui/model/type/Float.js +1 -1
  271. package/src/sap/ui/model/type/Integer.js +1 -1
  272. package/src/sap/ui/model/type/String.js +1 -1
  273. package/src/sap/ui/model/type/Time.js +1 -1
  274. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  275. package/src/sap/ui/model/type/Unit.js +6 -3
  276. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  277. package/src/sap/ui/qunit/qunit-coverage-istanbul.js +1 -1
  278. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  279. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  280. package/src/sap/ui/test/OpaPlugin.js +36 -12
  281. package/src/sap/ui/test/generic/TestBase.js +1 -1
  282. package/src/sap/ui/util/Storage.js +1 -1
  283. package/test/sap/ui/core/BindableResponseHeaders.html +4 -4
  284. package/test/sap/ui/core/ComponentCleanup.html +46 -46
  285. package/test/sap/ui/core/ComponentManifestFirst.html +26 -20
  286. package/test/sap/ui/core/ContextMenuSupport.html +9 -10
  287. package/test/sap/ui/core/DesigntimeOverview.html +1 -1
  288. package/test/sap/ui/core/EventBroadcaster.html +2 -2
  289. package/test/sap/ui/core/FieldGroup.html +70 -61
  290. package/test/sap/ui/core/GenericEventBinding.html +26 -23
  291. package/test/sap/ui/core/HTMLControl.html +46 -38
  292. package/test/sap/ui/core/HTMLSanitizer.html +70 -45
  293. package/test/sap/ui/core/IntervalTrigger.html +22 -21
  294. package/test/sap/ui/core/InvisibleControls.html +72 -72
  295. package/test/sap/ui/core/InvisibleText.html +2 -2
  296. package/test/sap/ui/core/LRUPersistentCache.html +19 -18
  297. package/test/sap/ui/core/LabelEnablement.html +18 -29
  298. package/test/sap/ui/core/Localization.html +40 -65
  299. package/test/sap/ui/core/Localization_HeapUsage.html +11 -12
  300. package/test/sap/ui/core/ManagedObjectModel.html +6 -7
  301. package/test/sap/ui/core/ODataAnnotationsPerformance.html +592 -602
  302. package/test/sap/ui/core/ODataV2CanonicalRequests.html +8 -8
  303. package/test/sap/ui/core/ODataV2Messages.html +1 -1
  304. package/test/sap/ui/core/ODataV2MessagesPerf.html +131 -132
  305. package/test/sap/ui/core/Popup.html +18 -14
  306. package/test/sap/ui/core/PopupWithUserSelection.html +4 -4
  307. package/test/sap/ui/core/StashedControlSupport.html +1 -1
  308. package/test/sap/ui/core/ThemeParameters.html +32 -20
  309. package/test/sap/ui/core/ValidateURL.html +109 -75
  310. package/test/sap/ui/core/demokit/sample/Messaging/ODataBackendMessagesComp/ui5.yaml +1 -1
  311. package/test/sap/ui/core/demokit/sample/ViewTemplate/scenario/Component.js +1 -4
  312. package/test/sap/ui/core/demokit/sample/ViewTemplate/scenario/Detail.controller.js +0 -1
  313. package/test/sap/ui/core/demokit/sample/ViewTemplate/scenario/Main.controller.js +0 -1
  314. package/test/sap/ui/core/demokit/sample/ViewTemplate/scenario/Opa.qunit.html +0 -1
  315. package/test/sap/ui/core/demokit/sample/ViewTemplate/scenario/extension/Component.js +1 -5
  316. package/test/sap/ui/core/demokit/sample/ViewTemplate/scenario/manifest.json +2 -10
  317. package/test/sap/ui/core/demokit/sample/ViewTemplate/tiny/Component.js +4 -1
  318. package/test/sap/ui/core/demokit/sample/ViewTemplate/tiny/manifest.json +37 -0
  319. package/test/sap/ui/core/demokit/sample/ViewTemplate/types/Component.js +5 -1
  320. package/test/sap/ui/core/demokit/sample/ViewTemplate/types/manifest.json +42 -0
  321. package/test/sap/ui/core/demokit/sample/ViewTemplate/valuelist/Component.js +6 -3
  322. package/test/sap/ui/core/demokit/sample/ViewTemplate/valuelist/Main.view.xml +4 -1
  323. package/test/sap/ui/core/demokit/sample/ViewTemplate/valuelist/manifest.json +49 -0
  324. package/test/sap/ui/core/demokit/sample/matcher/BindingPath/ui5.yaml +1 -1
  325. package/test/sap/ui/core/demokit/sample/matcher/Descendant/ui5.yaml +1 -1
  326. package/test/sap/ui/core/demokit/sample/matcher/I18NText/ui5.yaml +1 -1
  327. package/test/sap/ui/core/demokit/sample/matcher/LabelFor/ui5.yaml +1 -1
  328. package/test/sap/ui/core/demokit/sample/odata/types/v2/DateTime/Component.js +1 -0
  329. package/test/sap/ui/core/demokit/sample/odata/types/v2/DateTime/manifest.json +1 -2
  330. package/test/sap/ui/core/demokit/sample/odata/types/v2/DateTimeOffset/Component.js +1 -0
  331. package/test/sap/ui/core/demokit/sample/odata/types/v2/DateTimeOffset/manifest.json +1 -2
  332. package/test/sap/ui/core/demokit/sample/odata/types/v2/Time/Component.js +1 -0
  333. package/test/sap/ui/core/demokit/sample/odata/types/v2/Time/manifest.json +1 -2
  334. package/test/sap/ui/core/demokit/sample/odata/types/v4/Date/Component.js +1 -0
  335. package/test/sap/ui/core/demokit/sample/odata/types/v4/Date/manifest.json +1 -2
  336. package/test/sap/ui/core/demokit/sample/odata/types/v4/DateTimeOffset/Component.js +1 -0
  337. package/test/sap/ui/core/demokit/sample/odata/types/v4/DateTimeOffset/manifest.json +1 -2
  338. package/test/sap/ui/core/demokit/sample/odata/types/v4/TimeOfDay/Component.js +1 -0
  339. package/test/sap/ui/core/demokit/sample/odata/types/v4/TimeOfDay/manifest.json +1 -2
  340. package/test/sap/ui/core/demokit/sample/odata/v4/Ancestry/Component.js +1 -0
  341. package/test/sap/ui/core/demokit/sample/odata/v4/Ancestry/Main.controller.js +35 -31
  342. package/test/sap/ui/core/demokit/sample/odata/v4/Ancestry/manifest.json +1 -10
  343. package/test/sap/ui/core/demokit/sample/odata/v4/ConsumeV2Service/Component.js +1 -0
  344. package/test/sap/ui/core/demokit/sample/odata/v4/ConsumeV2Service/manifest.json +2 -11
  345. package/test/sap/ui/core/demokit/sample/odata/v4/DataAggregation/Component.js +1 -0
  346. package/test/sap/ui/core/demokit/sample/odata/v4/DataAggregation/DataAggregation.controller.js +71 -68
  347. package/test/sap/ui/core/demokit/sample/odata/v4/DataAggregation/Opa.qunit.html +0 -1
  348. package/test/sap/ui/core/demokit/sample/odata/v4/DataAggregation/manifest.json +3 -11
  349. package/test/sap/ui/core/demokit/sample/odata/v4/DeepCreate/Component.js +1 -0
  350. package/test/sap/ui/core/demokit/sample/odata/v4/DeepCreate/Opa.qunit.html +0 -1
  351. package/test/sap/ui/core/demokit/sample/odata/v4/DeepCreate/manifest.json +7 -16
  352. package/test/sap/ui/core/demokit/sample/odata/v4/Draft/Component.js +1 -0
  353. package/test/sap/ui/core/demokit/sample/odata/v4/Draft/Main.controller.js +3 -3
  354. package/test/sap/ui/core/demokit/sample/odata/v4/Draft/Opa.qunit.html +0 -1
  355. package/test/sap/ui/core/demokit/sample/odata/v4/Draft/manifest.json +1 -10
  356. package/test/sap/ui/core/demokit/sample/odata/v4/FieldGroups/Component.js +1 -0
  357. package/test/sap/ui/core/demokit/sample/odata/v4/FieldGroups/FieldGroups.view.xml +0 -1
  358. package/test/sap/ui/core/demokit/sample/odata/v4/FieldGroups/Opa.qunit.html +0 -1
  359. package/test/sap/ui/core/demokit/sample/odata/v4/FieldGroups/manifest.json +3 -11
  360. package/test/sap/ui/core/demokit/sample/odata/v4/FlatDataAggregation/Component.js +1 -0
  361. package/test/sap/ui/core/demokit/sample/odata/v4/FlatDataAggregation/FlatDataAggregation.controller.js +46 -43
  362. package/test/sap/ui/core/demokit/sample/odata/v4/FlatDataAggregation/FlatDataAggregation.view.xml +12 -10
  363. package/test/sap/ui/core/demokit/sample/odata/v4/FlatDataAggregation/manifest.json +3 -11
  364. package/test/sap/ui/core/demokit/sample/odata/v4/FlexibleColumnLayout/Component.js +1 -0
  365. package/test/sap/ui/core/demokit/sample/odata/v4/FlexibleColumnLayout/Main.controller.js +21 -18
  366. package/test/sap/ui/core/demokit/sample/odata/v4/FlexibleColumnLayout/Opa.qunit.html +0 -1
  367. package/test/sap/ui/core/demokit/sample/odata/v4/FlexibleColumnLayout/manifest.json +4 -7
  368. package/test/sap/ui/core/demokit/sample/odata/v4/GridTable/Component.js +1 -0
  369. package/test/sap/ui/core/demokit/sample/odata/v4/GridTable/manifest.json +1 -10
  370. package/test/sap/ui/core/demokit/sample/odata/v4/HierarchyBindAction/Component.js +1 -0
  371. package/test/sap/ui/core/demokit/sample/odata/v4/HierarchyBindAction/Main.controller.js +21 -18
  372. package/test/sap/ui/core/demokit/sample/odata/v4/HierarchyBindAction/manifest.json +1 -10
  373. package/test/sap/ui/core/demokit/sample/odata/v4/LateProperties/Component.js +1 -0
  374. package/test/sap/ui/core/demokit/sample/odata/v4/LateProperties/Main.controller.js +25 -22
  375. package/test/sap/ui/core/demokit/sample/odata/v4/LateProperties/Opa.OptimisticBatch.qunit.html +0 -1
  376. package/test/sap/ui/core/demokit/sample/odata/v4/LateProperties/Opa.OptimisticBatch.qunit.js +5 -4
  377. package/test/sap/ui/core/demokit/sample/odata/v4/LateProperties/Opa.qunit.html +0 -1
  378. package/test/sap/ui/core/demokit/sample/odata/v4/LateProperties/manifest.json +3 -7
  379. package/test/sap/ui/core/demokit/sample/odata/v4/ListBinding/Component.js +1 -0
  380. package/test/sap/ui/core/demokit/sample/odata/v4/ListBinding/Opa.qunit.html +0 -1
  381. package/test/sap/ui/core/demokit/sample/odata/v4/ListBinding/manifest.json +3 -11
  382. package/test/sap/ui/core/demokit/sample/odata/v4/ListBindingTemplate/Component.js +1 -0
  383. package/test/sap/ui/core/demokit/sample/odata/v4/ListBindingTemplate/Opa.qunit.html +0 -1
  384. package/test/sap/ui/core/demokit/sample/odata/v4/ListBindingTemplate/manifest.json +2 -10
  385. package/test/sap/ui/core/demokit/sample/odata/v4/MultipleInlineCreationRowsGrid/Component.js +1 -0
  386. package/test/sap/ui/core/demokit/sample/odata/v4/MultipleInlineCreationRowsGrid/Main.controller.js +60 -57
  387. package/test/sap/ui/core/demokit/sample/odata/v4/MultipleInlineCreationRowsGrid/Opa.qunit.html +0 -1
  388. package/test/sap/ui/core/demokit/sample/odata/v4/MultipleInlineCreationRowsGrid/manifest.json +4 -6
  389. package/test/sap/ui/core/demokit/sample/odata/v4/MusicArtists/Component.js +1 -0
  390. package/test/sap/ui/core/demokit/sample/odata/v4/MusicArtists/manifest.json +3 -11
  391. package/test/sap/ui/core/demokit/sample/odata/v4/Products/Component.js +1 -0
  392. package/test/sap/ui/core/demokit/sample/odata/v4/Products/Main.view.xml +0 -1
  393. package/test/sap/ui/core/demokit/sample/odata/v4/Products/Opa.qunit.html +0 -1
  394. package/test/sap/ui/core/demokit/sample/odata/v4/Products/manifest.json +3 -10
  395. package/test/sap/ui/core/demokit/sample/odata/v4/RecursiveHierarchy/Component.js +1 -0
  396. package/test/sap/ui/core/demokit/sample/odata/v4/RecursiveHierarchy/Opa.qunit.html +0 -1
  397. package/test/sap/ui/core/demokit/sample/odata/v4/RecursiveHierarchy/RecursiveHierarchy.controller.js +81 -69
  398. package/test/sap/ui/core/demokit/sample/odata/v4/RecursiveHierarchy/RecursiveHierarchy.view.xml +44 -9
  399. package/test/sap/ui/core/demokit/sample/odata/v4/RecursiveHierarchy/SandboxModel.js +49 -0
  400. package/test/sap/ui/core/demokit/sample/odata/v4/RecursiveHierarchy/data/metadata.xml +14 -0
  401. package/test/sap/ui/core/demokit/sample/odata/v4/RecursiveHierarchy/manifest.json +1 -10
  402. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrderTP100_V2/Component.js +1 -0
  403. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrderTP100_V2/Opa.qunit.html +0 -1
  404. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrderTP100_V2/manifest.json +2 -11
  405. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrderTP100_V4/Component.js +1 -0
  406. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrderTP100_V4/Opa.qunit.html +0 -1
  407. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrderTP100_V4/manifest.json +2 -11
  408. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrders/Component.js +1 -2
  409. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrders/Opa.qunit.html +0 -1
  410. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrders/manifest.json +3 -10
  411. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrdersRTATest/Component.js +1 -0
  412. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrdersRTATest/Opa.qunit.html +0 -1
  413. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrdersRTATest/manifest.json +6 -5
  414. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrdersTemplate/Component.js +1 -0
  415. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrdersTemplate/Opa.qunit.html +0 -1
  416. package/test/sap/ui/core/demokit/sample/odata/v4/SalesOrdersTemplate/manifest.json +2 -10
  417. package/test/sap/ui/core/demokit/sample/odata/v4/ServerDrivenPaging/Component.js +1 -0
  418. package/test/sap/ui/core/demokit/sample/odata/v4/ServerDrivenPaging/Opa.qunit.html +0 -1
  419. package/test/sap/ui/core/demokit/sample/odata/v4/ServerDrivenPaging/manifest.json +3 -10
  420. package/test/sap/ui/core/demokit/sample/odata/v4/Sticky/Opa.qunit.html +0 -1
  421. package/test/sap/ui/core/demokit/sample/odata/v4/Sticky/manifest.json +3 -11
  422. package/test/sap/ui/core/demokit/tutorial/databinding/01/ui5.yaml +1 -1
  423. package/test/sap/ui/core/demokit/tutorial/databinding/02/ui5.yaml +1 -1
  424. package/test/sap/ui/core/demokit/tutorial/databinding/03/ui5.yaml +1 -1
  425. package/test/sap/ui/core/demokit/tutorial/databinding/04/ui5.yaml +1 -1
  426. package/test/sap/ui/core/demokit/tutorial/databinding/05/ui5.yaml +1 -1
  427. package/test/sap/ui/core/demokit/tutorial/databinding/06/ui5.yaml +1 -1
  428. package/test/sap/ui/core/demokit/tutorial/databinding/07/ui5.yaml +1 -1
  429. package/test/sap/ui/core/demokit/tutorial/databinding/08/ui5.yaml +1 -1
  430. package/test/sap/ui/core/demokit/tutorial/databinding/09/ui5.yaml +1 -1
  431. package/test/sap/ui/core/demokit/tutorial/databinding/10/ui5.yaml +1 -1
  432. package/test/sap/ui/core/demokit/tutorial/databinding/11/ui5.yaml +1 -1
  433. package/test/sap/ui/core/demokit/tutorial/databinding/12/ui5.yaml +1 -1
  434. package/test/sap/ui/core/demokit/tutorial/databinding/13/ui5.yaml +1 -1
  435. package/test/sap/ui/core/demokit/tutorial/databinding/14/ui5.yaml +1 -1
  436. package/test/sap/ui/core/demokit/tutorial/databinding/15/ui5.yaml +1 -1
  437. package/test/sap/ui/core/demokit/tutorial/mockserver/01/ui5.yaml +1 -1
  438. package/test/sap/ui/core/demokit/tutorial/mockserver/02/ui5.yaml +1 -1
  439. package/test/sap/ui/core/demokit/tutorial/mockserver/03/ui5.yaml +1 -1
  440. package/test/sap/ui/core/demokit/tutorial/mockserver/04/ui5.yaml +1 -1
  441. package/test/sap/ui/core/demokit/tutorial/navigation/01/ui5.yaml +1 -1
  442. package/test/sap/ui/core/demokit/tutorial/navigation/02/ui5.yaml +1 -1
  443. package/test/sap/ui/core/demokit/tutorial/navigation/03/ui5.yaml +1 -1
  444. package/test/sap/ui/core/demokit/tutorial/navigation/04/ui5.yaml +1 -1
  445. package/test/sap/ui/core/demokit/tutorial/navigation/05/ui5.yaml +1 -1
  446. package/test/sap/ui/core/demokit/tutorial/navigation/06/ui5.yaml +1 -1
  447. package/test/sap/ui/core/demokit/tutorial/navigation/07/ui5.yaml +1 -1
  448. package/test/sap/ui/core/demokit/tutorial/navigation/08/ui5.yaml +1 -1
  449. package/test/sap/ui/core/demokit/tutorial/navigation/09/ui5.yaml +1 -1
  450. package/test/sap/ui/core/demokit/tutorial/navigation/10/ui5.yaml +1 -1
  451. package/test/sap/ui/core/demokit/tutorial/navigation/11/ui5.yaml +1 -1
  452. package/test/sap/ui/core/demokit/tutorial/navigation/12/ui5.yaml +1 -1
  453. package/test/sap/ui/core/demokit/tutorial/navigation/13/ui5.yaml +1 -1
  454. package/test/sap/ui/core/demokit/tutorial/navigation/14/ui5.yaml +1 -1
  455. package/test/sap/ui/core/demokit/tutorial/navigation/15/ui5.yaml +1 -1
  456. package/test/sap/ui/core/demokit/tutorial/navigation/16/ui5.yaml +1 -1
  457. package/test/sap/ui/core/demokit/tutorial/navigation/17/ui5.yaml +1 -1
  458. package/test/sap/ui/core/demokit/tutorial/odatav4/01/Component.js +1 -0
  459. package/test/sap/ui/core/demokit/tutorial/odatav4/01/ui5.yaml +1 -1
  460. package/test/sap/ui/core/demokit/tutorial/odatav4/01/webapp/Component.js +1 -0
  461. package/test/sap/ui/core/demokit/tutorial/odatav4/01/webapp/index.html +0 -1
  462. package/test/sap/ui/core/demokit/tutorial/odatav4/01/webapp/manifest.json +2 -13
  463. package/test/sap/ui/core/demokit/tutorial/odatav4/02/Component.js +1 -0
  464. package/test/sap/ui/core/demokit/tutorial/odatav4/02/ui5.yaml +1 -1
  465. package/test/sap/ui/core/demokit/tutorial/odatav4/02/webapp/Component.js +1 -0
  466. package/test/sap/ui/core/demokit/tutorial/odatav4/02/webapp/index.html +0 -1
  467. package/test/sap/ui/core/demokit/tutorial/odatav4/02/webapp/manifest.json +2 -13
  468. package/test/sap/ui/core/demokit/tutorial/odatav4/03/Component.js +1 -0
  469. package/test/sap/ui/core/demokit/tutorial/odatav4/03/ui5.yaml +1 -1
  470. package/test/sap/ui/core/demokit/tutorial/odatav4/03/webapp/Component.js +1 -0
  471. package/test/sap/ui/core/demokit/tutorial/odatav4/03/webapp/index.html +0 -1
  472. package/test/sap/ui/core/demokit/tutorial/odatav4/03/webapp/manifest.json +2 -13
  473. package/test/sap/ui/core/demokit/tutorial/odatav4/04/Component.js +1 -0
  474. package/test/sap/ui/core/demokit/tutorial/odatav4/04/ui5.yaml +1 -1
  475. package/test/sap/ui/core/demokit/tutorial/odatav4/04/webapp/Component.js +1 -0
  476. package/test/sap/ui/core/demokit/tutorial/odatav4/04/webapp/index.html +0 -1
  477. package/test/sap/ui/core/demokit/tutorial/odatav4/04/webapp/manifest.json +2 -13
  478. package/test/sap/ui/core/demokit/tutorial/odatav4/05/Component.js +1 -0
  479. package/test/sap/ui/core/demokit/tutorial/odatav4/05/ui5.yaml +1 -1
  480. package/test/sap/ui/core/demokit/tutorial/odatav4/05/webapp/Component.js +1 -0
  481. package/test/sap/ui/core/demokit/tutorial/odatav4/05/webapp/index.html +0 -1
  482. package/test/sap/ui/core/demokit/tutorial/odatav4/05/webapp/manifest.json +2 -13
  483. package/test/sap/ui/core/demokit/tutorial/odatav4/06/Component.js +1 -0
  484. package/test/sap/ui/core/demokit/tutorial/odatav4/06/ui5.yaml +1 -1
  485. package/test/sap/ui/core/demokit/tutorial/odatav4/06/webapp/Component.js +1 -0
  486. package/test/sap/ui/core/demokit/tutorial/odatav4/06/webapp/index.html +0 -1
  487. package/test/sap/ui/core/demokit/tutorial/odatav4/06/webapp/manifest.json +2 -13
  488. package/test/sap/ui/core/demokit/tutorial/odatav4/07/Component.js +1 -0
  489. package/test/sap/ui/core/demokit/tutorial/odatav4/07/ui5.yaml +1 -1
  490. package/test/sap/ui/core/demokit/tutorial/odatav4/07/webapp/Component.js +1 -0
  491. package/test/sap/ui/core/demokit/tutorial/odatav4/07/webapp/index.html +0 -1
  492. package/test/sap/ui/core/demokit/tutorial/odatav4/07/webapp/manifest.json +2 -13
  493. package/test/sap/ui/core/demokit/tutorial/odatav4/08/Component.js +1 -0
  494. package/test/sap/ui/core/demokit/tutorial/odatav4/08/ui5.yaml +1 -1
  495. package/test/sap/ui/core/demokit/tutorial/odatav4/08/webapp/Component.js +1 -0
  496. package/test/sap/ui/core/demokit/tutorial/odatav4/08/webapp/index.html +0 -1
  497. package/test/sap/ui/core/demokit/tutorial/odatav4/08/webapp/manifest.json +2 -13
  498. package/test/sap/ui/core/demokit/tutorial/odatav4/08/webapp/test/integration/opaTests.qunit.html +0 -1
  499. package/test/sap/ui/core/demokit/tutorial/odatav4/09/Component.js +1 -0
  500. package/test/sap/ui/core/demokit/tutorial/odatav4/09/ui5.yaml +1 -1
  501. package/test/sap/ui/core/demokit/tutorial/odatav4/09/webapp/Component.js +1 -0
  502. package/test/sap/ui/core/demokit/tutorial/odatav4/09/webapp/index.html +0 -1
  503. package/test/sap/ui/core/demokit/tutorial/odatav4/09/webapp/manifest.json +2 -11
  504. package/test/sap/ui/core/demokit/tutorial/odatav4/10/Component.js +1 -0
  505. package/test/sap/ui/core/demokit/tutorial/odatav4/10/ui5.yaml +1 -1
  506. package/test/sap/ui/core/demokit/tutorial/odatav4/10/webapp/Component.js +1 -0
  507. package/test/sap/ui/core/demokit/tutorial/odatav4/10/webapp/index.html +0 -1
  508. package/test/sap/ui/core/demokit/tutorial/odatav4/10/webapp/manifest.json +2 -11
  509. package/test/sap/ui/core/demokit/tutorial/odatav4/11/Component.js +1 -0
  510. package/test/sap/ui/core/demokit/tutorial/odatav4/11/ui5.yaml +1 -1
  511. package/test/sap/ui/core/demokit/tutorial/odatav4/11/webapp/Component.js +1 -0
  512. package/test/sap/ui/core/demokit/tutorial/odatav4/11/webapp/index.html +0 -1
  513. package/test/sap/ui/core/demokit/tutorial/odatav4/11/webapp/manifest.json +2 -11
  514. package/test/sap/ui/core/demokit/tutorial/odatav4/11/webapp/test/integration/opaTests.qunit.html +0 -1
  515. package/test/sap/ui/core/demokit/tutorial/troubleshooting/01/ui5.yaml +1 -1
  516. package/test/sap/ui/core/getComputedStyle.html +2 -1
  517. package/test/sap/ui/core/getComputedStyleFF.html +1 -1
  518. package/test/sap/ui/core/internal/samples/client/MusicCollection/Component.js +5 -8
  519. package/test/sap/ui/core/internal/samples/client/MusicCollection/Main.controller.js +6 -2
  520. package/test/sap/ui/core/internal/samples/client/MusicCollection/Main.view.xml +7 -3
  521. package/test/sap/ui/core/internal/samples/client/MusicCollection/index.html +1 -3
  522. package/test/sap/ui/core/internal/samples/client/MusicCollection/manifest.json +1 -13
  523. package/test/sap/ui/core/internal/samples/odata/twoFields/Component.js +3 -45
  524. package/test/sap/ui/core/internal/samples/odata/twoFields/Main.controller.js +37 -1
  525. package/test/sap/ui/core/internal/samples/odata/twoFields/Main.view.xml +5 -5
  526. package/test/sap/ui/core/internal/samples/odata/twoFields/Opa.qunit.html +1 -3
  527. package/test/sap/ui/core/internal/samples/odata/twoFields/index.html +1 -3
  528. package/test/sap/ui/core/internal/samples/odata/twoFields/manifest.json +1 -11
  529. package/test/sap/ui/core/internal/samples/odata/v2/Products/Component.js +3 -22
  530. package/test/sap/ui/core/internal/samples/odata/v2/Products/Main.controller.js +16 -22
  531. package/test/sap/ui/core/internal/samples/odata/v2/Products/Main.view.xml +3 -2
  532. package/test/sap/ui/core/internal/samples/odata/v2/Products/SandboxModel.js +1 -1
  533. package/test/sap/ui/core/internal/samples/odata/v2/Products/index.html +1 -3
  534. package/test/sap/ui/core/internal/samples/odata/v2/Products/manifest.json +2 -13
  535. package/test/sap/ui/core/internal/samples/odata/v2/SalesOrders/Component.js +1 -0
  536. package/test/sap/ui/core/internal/samples/odata/v2/SalesOrders/Main.controller.js +49 -41
  537. package/test/sap/ui/core/internal/samples/odata/v2/SalesOrders/Main.view.xml +6 -4
  538. package/test/sap/ui/core/internal/samples/odata/v2/SalesOrders/manifest.json +3 -12
  539. package/test/sap/ui/core/internal/samples/odata/v2/TreeTable/Component.js +1 -0
  540. package/test/sap/ui/core/internal/samples/odata/v2/TreeTable/Main.controller.js +2 -2
  541. package/test/sap/ui/core/internal/samples/odata/v2/TreeTable/Main.view.xml +4 -3
  542. package/test/sap/ui/core/internal/samples/odata/v2/TreeTable/index.html +1 -3
  543. package/test/sap/ui/core/internal/samples/odata/v2/TreeTable/manifest.json +1 -11
  544. package/test/sap/ui/core/qunit/Fragment.qunit.js +20 -20
  545. package/test/sap/ui/core/qunit/Fragment_legacyAPIs.qunit.js +4 -4
  546. package/test/sap/ui/core/qunit/Icon.qunit.js +217 -1
  547. package/test/sap/ui/core/qunit/RenderManager.qunit.js +18 -5
  548. package/test/sap/ui/core/qunit/ScrollBar.qunit.js +15 -18
  549. package/test/sap/ui/core/qunit/analytics/AnalyticalBinding.qunit.js +5 -13
  550. package/test/sap/ui/core/qunit/component/Customizing.qunit.js +2 -2
  551. package/test/sap/ui/core/qunit/component/Customizing_async.qunit.js +36 -1
  552. package/test/sap/ui/core/qunit/component/ExtensionPoint.qunit.js +475 -290
  553. package/test/sap/ui/core/qunit/component/Models.qunit.js +97 -70
  554. package/test/sap/ui/core/qunit/component/Models_unavoidablySync.qunit.js +86 -0
  555. package/test/sap/ui/core/qunit/component/UIComponent.qunit.js +86 -1
  556. package/test/sap/ui/core/qunit/component/testdata/customizing/customer/ext/EP_In_Product_Table_Cell_Found.fragment.xml +5 -0
  557. package/test/sap/ui/core/qunit/component/testdata/customizing/customer/ext/EP_In_Product_Table_Column.fragment.xml +5 -0
  558. package/test/sap/ui/core/qunit/component/testdata/customizing/customer/ext/EPinNestedView.view.xml +51 -0
  559. package/test/sap/ui/core/qunit/component/testdata/customizing/customer/ext/ExtensionPointProvider.js +27 -4
  560. package/test/sap/ui/core/qunit/component/testdata/customizing/customer/ext/Main.view.xml +5 -0
  561. package/test/sap/ui/core/qunit/component/testdata/customizing/sap/Main.view.xml +0 -1
  562. package/test/sap/ui/core/qunit/component/testdata/customizing/sap/Sub2.view.xml +1 -3
  563. package/test/sap/ui/core/qunit/component/testdata/v4models/sapSystem/Component.js +16 -0
  564. package/test/sap/ui/core/qunit/component/testdata/v4models/sapSystem/manifest.json +102 -0
  565. package/test/sap/ui/core/qunit/dnd/DragAndDrop.qunit.js +72 -2
  566. package/test/sap/ui/core/qunit/dnd/DropInfo.qunit.js +14 -2
  567. package/test/sap/ui/core/qunit/generic/ControlRenderer.qunit.js +4 -1
  568. package/test/sap/ui/core/qunit/generic/legacy/ControlRenderer.qunit.js +4 -0
  569. package/test/sap/ui/core/qunit/internal/1RingModels.qunit.js +1 -0
  570. package/test/sap/ui/core/qunit/loader/amd/base_tag/_launchTest.js +2 -4
  571. package/test/sap/ui/core/qunit/loader/amd/config_paths/_launchTest.js +2 -4
  572. package/test/sap/ui/core/qunit/loader/amd/config_paths_relative/_launchTest.js +2 -4
  573. package/test/sap/ui/core/qunit/loader/amdAPIs.qunit.js +3 -0
  574. package/test/sap/ui/core/qunit/model/Binding.qunit.js +13 -0
  575. package/test/sap/ui/core/qunit/model/FieldHelp.qunit.js +864 -0
  576. package/test/sap/ui/core/qunit/mvc/Controller.qunit.js +2 -2
  577. package/test/sap/ui/core/qunit/mvc/XMLTemplateProcessorAsync.qunit.js +8 -6
  578. package/test/sap/ui/core/qunit/mvc/XMLTemplateProcessorRequireXML.qunit.js +7 -7
  579. package/test/sap/ui/core/qunit/mvc/XMLView.qunit.js +131 -22
  580. package/test/sap/ui/core/qunit/mvc/testdata/Async.view.xml +1 -2
  581. package/test/sap/ui/core/qunit/mvc/testdata/asyncHooks.view.xml +1 -3
  582. package/test/sap/ui/core/qunit/mvc/testdata/cache.view.xml +1 -1
  583. package/test/sap/ui/core/qunit/mvc/testdata/legacy/test.view.xml +32 -0
  584. package/test/sap/ui/core/qunit/mvc/testdata/test.view.xml +2 -15
  585. package/test/sap/ui/core/qunit/odata/v2/ODataModel.integration.qunit.js +159 -8
  586. package/test/sap/ui/core/qunit/odata/v2/ODataModelNoFakeService.qunit.js +55 -6
  587. package/test/sap/ui/core/qunit/odata/v2/data/ZUI5_GWSAMPLE_BASIC.metadata.xml +14 -0
  588. package/test/sap/ui/core/qunit/odata/v4/Context.qunit.js +48 -21
  589. package/test/sap/ui/core/qunit/odata/v4/ODataBinding.qunit.js +17 -70
  590. package/test/sap/ui/core/qunit/odata/v4/ODataContextBinding.qunit.js +19 -42
  591. package/test/sap/ui/core/qunit/odata/v4/ODataListBinding.qunit.js +290 -20
  592. package/test/sap/ui/core/qunit/odata/v4/ODataModel.integration.qunit.js +613 -25
  593. package/test/sap/ui/core/qunit/odata/v4/ODataModel.qunit.js +86 -5
  594. package/test/sap/ui/core/qunit/odata/v4/ODataParentBinding.qunit.js +0 -1
  595. package/test/sap/ui/core/qunit/odata/v4/ODataPropertyBinding.qunit.js +0 -49
  596. package/test/sap/ui/core/qunit/odata/v4/lib/_AggregationCache.qunit.js +272 -8
  597. package/test/sap/ui/core/qunit/odata/v4/lib/_AggregationHelper.qunit.js +20 -0
  598. package/test/sap/ui/core/qunit/odata/v4/lib/_Cache.qunit.js +46 -46
  599. package/test/sap/ui/core/qunit/odata/v4/lib/_Helper.qunit.js +91 -13
  600. package/test/sap/ui/core/qunit/resource/ResourceBinding.qunit.js +17 -14
  601. package/test/sap/ui/core/qunit/routing/async/Views.qunit.js +3 -0
  602. package/test/sap/ui/core/qunit/test/starter/find/main.js +6 -4
  603. package/test/sap/ui/core/qunit/testdata/routing/HistoryIFrame.html +2 -1
  604. package/test/sap/ui/core/qunit/testsuites/testsuite.databinding.qunit.js +3 -0
  605. package/test/sap/ui/core/qunit/types/DateFormat.qunit.js +51 -22
  606. package/test/sap/ui/core/qunit/types/Types.qunit.js +35 -6
  607. package/test/sap/ui/core/qunit/ui/Device.qunit.js +24 -0
  608. package/test/sap/ui/core/qunit/util/LabelEnablement.qunit.js +47 -1
  609. package/test/sap/ui/core/relnotes/changes-1.124.json +1 -1
  610. package/test/sap/ui/core/relnotes/changes-1.125.json +37 -0
  611. package/test/sap/ui/core/samples/ResponsiveDemo.html +97 -103
  612. package/test/sap/ui/core/samples/databinding/UnitTable/ui5.yaml +1 -1
  613. package/test/sap/ui/core/samples/draganddrop/DragAndDrop.html +2 -2
  614. package/test/sap/ui/core/samples/mvc/Product.html +1 -7
  615. package/test/sap/ui/core/samples/mvc/ViewPreprocessor.html +20 -12
  616. package/test/sap/ui/core/samples/mvc/XMLView.html +77 -24
  617. package/test/sap/ui/core/samples/mvc/XMLViewAsync.html +13 -19
  618. package/test/sap/ui/core/samples/mvc/controller/Async.controller.js +0 -1
  619. package/test/sap/ui/core/samples/mvc/controller/Product.controller.js +0 -1
  620. package/test/sap/ui/core/samples/mvc/views/Async.view.xml +16 -57
  621. package/test/sap/ui/core/samples/mvc/views/Dummy.fragment.xml +2 -2
  622. package/test/sap/ui/core/samples/mvc/views/Dummy.view.xml +2 -2
  623. package/test/sap/ui/core/samples/mvc/views/Product.view.xml +16 -57
  624. package/test/sap/ui/core/util/PasteHelper.html +148 -147
  625. package/test/sap/ui/core/visual/images/ContextMenuSupport/windows/1600x1200/chrome/horizon/ltr/cozy/firstItem-contextMenu.ref.lnk +1 -1
  626. package/test/sap/ui/core/visual/images/ContextMenuSupport/windows/1600x1200/chrome/horizon/ltr/cozy/initial.ref.lnk +1 -1
  627. package/test/sap/ui/core/visual/images/ContextMenuSupport/windows/1600x1200/chrome/horizon/ltr/cozy/lastItem-contextMenu.ref.lnk +1 -1
  628. package/test/sap/ui/core/visual/images/ContextMenuSupport/windows/1600x1200/chrome/horizon/ltr/cozy/leftDownBtn-contextMenu.ref.lnk +1 -1
  629. package/test/sap/ui/core/visual/images/ContextMenuSupport/windows/1600x1200/chrome/horizon/ltr/cozy/myButtonSample-contextMenu.ref.lnk +1 -1
  630. package/test/sap/ui/core/visual/images/ContextMenuSupport/windows/1600x1200/chrome/horizon/ltr/cozy/rightDownBtn-contextMenu.ref.lnk +1 -1
  631. package/test/testsuite/js/settings.js +5 -4
  632. package/test/testsuite/styles/main.css +5 -0
  633. package/test/sap/ui/core/ResourceRoots.html +0 -28
  634. package/test/sap/ui/core/demokit/sample/ViewTemplate/tiny/component.json +0 -17
  635. package/test/sap/ui/core/demokit/sample/ViewTemplate/types/component.json +0 -18
  636. package/test/sap/ui/core/demokit/sample/ViewTemplate/valuelist/component.json +0 -30
  637. package/test/sap/ui/core/demokit/sample/odata/v2/AutoExpand/AutoExpand.view.xml +0 -52
  638. package/test/sap/ui/core/demokit/sample/odata/v2/AutoExpand/Component.js +0 -30
  639. package/test/sap/ui/core/demokit/sample/odata/v2/AutoExpand/Sandbox.js +0 -51
  640. package/test/sap/ui/core/demokit/sample/odata/v2/AutoExpand/data/Items_L0_top5.json +0 -32
  641. package/test/sap/ui/core/demokit/sample/odata/v2/AutoExpand/data/Items_L1_A_skip8.json +0 -138
  642. package/test/sap/ui/core/demokit/sample/odata/v2/AutoExpand/data/Items_L1_B.json +0 -17
  643. package/test/sap/ui/core/demokit/sample/odata/v2/AutoExpand/data/Items_L1_C.json +0 -17
  644. package/test/sap/ui/core/demokit/sample/odata/v2/AutoExpand/data/Items_L1_top8.json +0 -93
  645. package/test/sap/ui/core/demokit/sample/odata/v2/AutoExpand/data/metadata.xml +0 -2322
  646. package/test/sap/ui/core/demokit/sample/odata/v2/AutoExpand/i18n/i18n.properties +0 -3
  647. package/test/sap/ui/core/demokit/sample/odata/v2/AutoExpand/manifest.json +0 -69
@@ -1,2322 +0,0 @@
1
- <edmx:Edmx xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx"
2
- xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"
3
- xmlns:sap="http://www.sap.com/Protocols/SAPData" Version="1.0">
4
- <edmx:Reference xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"
5
- Uri="/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_COMMON',Version='0001',SAP__Origin='SFINODATA_BAD')/$value">
6
- <edmx:Include Namespace="com.sap.vocabularies.Common.v1"
7
- Alias="Common" />
8
- </edmx:Reference>
9
- <edmx:Reference xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"
10
- Uri="/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_CAPABILITIES',Version='0001',SAP__Origin='SFINODATA_BAD')/$value">
11
- <edmx:Include Namespace="Org.OData.Capabilities.V1"
12
- Alias="Capabilities" />
13
- </edmx:Reference>
14
- <edmx:Reference xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"
15
- Uri="/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_COMMUNICATION',Version='0001',SAP__Origin='SFINODATA_BAD')/$value">
16
- <edmx:Include Namespace="com.sap.vocabularies.Communication.v1"
17
- Alias="Communication" />
18
- </edmx:Reference>
19
- <edmx:Reference xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"
20
- Uri="/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_AGGREGATION',Version='0001',SAP__Origin='SFINODATA_BAD')/$value">
21
- <edmx:Include Namespace="Org.OData.Aggregation.V1" Alias="Aggregation" />
22
- </edmx:Reference>
23
- <edmx:Reference xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"
24
- Uri="/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_PERSONALDATA',Version='0001',SAP__Origin='SFINODATA_BAD')/$value">
25
- <edmx:Include Namespace="com.sap.vocabularies.PersonalData.v1"
26
- Alias="PersonalData" />
27
- </edmx:Reference>
28
- <edmx:Reference xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"
29
- Uri="/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_UI',Version='0001',SAP__Origin='SFINODATA_BAD')/$value">
30
- <edmx:Include Namespace="com.sap.vocabularies.UI.v1"
31
- Alias="UI" />
32
- </edmx:Reference>
33
- <edmx:DataServices m:DataServiceVersion="2.0">
34
- <Schema xmlns="http://schemas.microsoft.com/ado/2008/09/edm"
35
- Namespace="FAR_CUSTOMER_LINE_ITEMS" xml:lang="en" sap:schema-version="3">
36
- <EntityType Name="I_FiscalCalendarDtePrevPeriodsType"
37
- sap:content-version="1">
38
- <Key>
39
- <PropertyRef Name="FiscalYearVariant" />
40
- <PropertyRef Name="CalendarDate" />
41
- </Key>
42
- <Property Name="FiscalYearVariant" Type="Edm.String"
43
- Nullable="false" MaxLength="2" sap:unicode="false" sap:label="Fiscal Year Variant"
44
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
45
- sap:filterable="false" sap:value-list="standard" />
46
- <Property Name="CalendarDate" Type="Edm.DateTime" Nullable="false"
47
- Precision="7" sap:unicode="false" sap:label="Calendar Date"
48
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
49
- sap:filterable="false" />
50
- <Property Name="FiscalYear" Type="Edm.String" Nullable="false"
51
- MaxLength="4" sap:unicode="false" sap:label="Fiscal Year"
52
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
53
- sap:filterable="false" />
54
- <Property Name="FiscalYearStartDate" Type="Edm.DateTime"
55
- Precision="7" sap:unicode="false" sap:label="Start Date"
56
- sap:heading="Start Date of Fiscal Year" sap:quickinfo="Start Date of Fiscal Year"
57
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
58
- sap:filterable="false" />
59
- <Property Name="FiscalYearEndDate" Type="Edm.DateTime"
60
- Precision="7" sap:unicode="false" sap:label="End Date"
61
- sap:heading="End Date of Fiscal Year" sap:quickinfo="End Date of Fiscal Year"
62
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
63
- sap:filterable="false" />
64
- <Property Name="FiscalPeriod" Type="Edm.String" Nullable="false"
65
- MaxLength="3" sap:unicode="false" sap:label="Fiscal Period"
66
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
67
- sap:filterable="false" />
68
- <Property Name="FiscalPeriodStartDate" Type="Edm.DateTime"
69
- Precision="7" sap:unicode="false" sap:label="Start Date"
70
- sap:heading="Start Date Fiscal Period" sap:quickinfo="Start Date of Fiscal Period"
71
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
72
- sap:filterable="false" />
73
- <Property Name="FiscalPeriodEndDate" Type="Edm.DateTime"
74
- Precision="7" sap:unicode="false" sap:label="End Date"
75
- sap:heading="End Date of Fiscal Period" sap:quickinfo="End Date of Fiscal Period"
76
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
77
- sap:filterable="false" />
78
- <Property Name="FiscalYearPeriod" Type="Edm.String"
79
- Nullable="false" MaxLength="8" sap:unicode="false" sap:label="Fiscal Year Period"
80
- sap:quickinfo="Fiscal Year + Fiscal Period" sap:creatable="false"
81
- sap:updatable="false" sap:sortable="false" sap:filterable="false" />
82
- <Property Name="FiscalYearQuarter" Type="Edm.String"
83
- Nullable="false" MaxLength="5" sap:unicode="false" sap:label="Fiscal YQuarter"
84
- sap:heading="Fiscal Year Quarter" sap:quickinfo="Fiscal Year + Fiscal Quarter"
85
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
86
- sap:filterable="false" />
87
- <Property Name="FiscalQuarterStartDate" Type="Edm.DateTime"
88
- Precision="7" sap:unicode="false" sap:label="Start Date"
89
- sap:heading="Start Date Fiscal Quarter" sap:quickinfo="Start Date of Fiscal Quarter"
90
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
91
- sap:filterable="false" />
92
- <Property Name="FiscalQuarterEndDate" Type="Edm.DateTime"
93
- Precision="7" sap:unicode="false" sap:label="End Date"
94
- sap:heading="End Date Fiscal Quarter" sap:quickinfo="End Date of Fiscal Quarter"
95
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
96
- sap:filterable="false" />
97
- <Property Name="PreviousFiscalPeriod" Type="Edm.String"
98
- Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Previous FPerd"
99
- sap:heading="Previous Fiscal Period" sap:quickinfo="Previous Fiscal Period"
100
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
101
- sap:filterable="false" />
102
- <Property Name="PreviousFiscalPeriodStartDate" Type="Edm.DateTime"
103
- Precision="7" sap:unicode="false" sap:label="Start PrevFiscPeriod"
104
- sap:heading="Start Date Prev.Fiscal Period" sap:quickinfo="Start Date of Previous Fiscal Period"
105
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
106
- sap:filterable="false" />
107
- <Property Name="PreviousFiscalPeriodEndDate" Type="Edm.DateTime"
108
- Precision="7" sap:unicode="false" sap:label="End PrevFiscPeriod"
109
- sap:heading="End Date of Prev.Fiscal Period" sap:quickinfo="End Date of Previous Fiscal Period"
110
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
111
- sap:filterable="false" />
112
- <Property Name="PreviousFiscalYear" Type="Edm.String"
113
- Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Previous FiscalYear"
114
- sap:heading="Previous Fiscal Year" sap:quickinfo="Previous Fiscal Year"
115
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
116
- sap:filterable="false" />
117
- <Property Name="PreviousFiscalYearStartDate" Type="Edm.DateTime"
118
- Precision="7" sap:unicode="false" sap:label="Start PrevFiscYear"
119
- sap:heading="Start Date of Prev. FiscalYear" sap:quickinfo="Start Date of Previous Fiscal Year"
120
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
121
- sap:filterable="false" />
122
- <Property Name="PreviousFiscalYearEndDate" Type="Edm.DateTime"
123
- Precision="7" sap:unicode="false" sap:label="End PrevFiscYear"
124
- sap:heading="End Date of Prev. Fiscal Year" sap:quickinfo="End Date of Previous Fiscal Year"
125
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
126
- sap:filterable="false" />
127
- <Property Name="PreviousFiscalYearPeriod" Type="Edm.String"
128
- Nullable="false" MaxLength="7" sap:unicode="false" sap:label="Prev. FiscalYPeriod"
129
- sap:heading="Previous Fiscal Year Period" sap:quickinfo="Previous Fiscal Period with Fiscal Year"
130
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
131
- sap:filterable="false" />
132
- <Property Name="PreviousFiscalPeriodFiscalYear" Type="Edm.String"
133
- Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Previous FPerFYear"
134
- sap:heading="Previous FiscPeriod FiscYear" sap:quickinfo="Fiscal Year of Previous Fiscal Period"
135
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
136
- sap:filterable="false" />
137
- <Property Name="PrevFsclPeriodFsclYearStrtDate" Type="Edm.DateTime"
138
- Precision="7" sap:unicode="false" sap:label="Start PrevFPerFYear"
139
- sap:heading="Start FiscYear of PrevFiscPerd"
140
- sap:quickinfo="Start Date of the Fiscal Year of the Previous Fiscal Period"
141
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
142
- sap:filterable="false" />
143
- <Property Name="PrevFsclPeriodFsclYearEndDate" Type="Edm.DateTime"
144
- Precision="7" sap:unicode="false" sap:label="End PrevFPerFYear"
145
- sap:heading="End FiscYear of PrevFiscPerd"
146
- sap:quickinfo="End Date of the Fiscal Year of the Previous Fiscal Period"
147
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
148
- sap:filterable="false" />
149
- <Property Name="PreviousFiscalYearQuarter" Type="Edm.String"
150
- Nullable="false" MaxLength="5" sap:unicode="false" sap:label="Prev. Fisc. YQuarter"
151
- sap:heading="Prev. Fiscal Year Quarter" sap:quickinfo="Previous Fiscal Quarter with Fiscal Year"
152
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
153
- sap:filterable="false" />
154
- <Property Name="PreviousFiscalQuarterStartDate" Type="Edm.DateTime"
155
- Precision="7" sap:unicode="false" sap:label="Start PrevFiscQuart"
156
- sap:heading="Start Date Prev. FiscalQuarter" sap:quickinfo="Start Date of Previous Fiscal Quarter"
157
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
158
- sap:filterable="false" />
159
- <Property Name="PreviousFiscalQuarterEndDate" Type="Edm.DateTime"
160
- Precision="7" sap:unicode="false" sap:label="End PrevFiscQuart"
161
- sap:heading="End Date Prev. Fiscal Quarter" sap:quickinfo="End Date of Previous Fiscal Quarter"
162
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
163
- sap:filterable="false" />
164
- </EntityType>
165
- <EntityType Name="CompanyCodeForFiscalYearVariant"
166
- sap:content-version="1">
167
- <Key>
168
- <PropertyRef Name="CompanyCode" />
169
- </Key>
170
- <Property Name="CompanyCode" Type="Edm.String" Nullable="false"
171
- MaxLength="4" sap:unicode="false" sap:label="Company Code"
172
- sap:heading="CoCd" sap:creatable="false" sap:updatable="false" />
173
- <Property Name="FiscalYearVariant" Type="Edm.String"
174
- MaxLength="2" sap:unicode="false" sap:label="Fi.Year Variant"
175
- sap:heading="FV" sap:quickinfo="Fiscal Year Variant" sap:creatable="false"
176
- sap:updatable="false" />
177
- </EntityType>
178
- <EntityType Name="UpdatableItem" sap:label="UpdatableItem"
179
- sap:content-version="1">
180
- <Key>
181
- <PropertyRef Name="AccountingDocument" />
182
- <PropertyRef Name="AccountingDocumentItem" />
183
- <PropertyRef Name="CompanyCode" />
184
- <PropertyRef Name="FiscalYear" />
185
- </Key>
186
- <Property Name="AccountingDocument" Type="Edm.String"
187
- Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Journal Entry"
188
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
189
- sap:filterable="false" />
190
- <Property Name="AccountingDocumentCategory" Type="Edm.String"
191
- MaxLength="1" sap:unicode="false" sap:label="Jrnl. Entry Category"
192
- sap:heading="S" sap:quickinfo="Document Status" sap:creatable="false"
193
- sap:updatable="false" sap:sortable="false" sap:filterable="false"
194
- sap:value-list="fixed-values" />
195
- <Property Name="AccountingDocumentItem" Type="Edm.String"
196
- Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Line item"
197
- sap:heading="Itm" sap:quickinfo="Number of Line Item Within Accounting Document"
198
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
199
- sap:filterable="false" />
200
- <Property Name="AssignmentReference" Type="Edm.String"
201
- MaxLength="18" sap:unicode="false" sap:label="Assignment"
202
- sap:quickinfo="Assignment number" sap:creatable="false"
203
- sap:sortable="false" sap:filterable="false" />
204
- <Property Name="BPBankAccountInternalID" Type="Edm.String"
205
- MaxLength="4" sap:unicode="false" sap:label="BP Bank Account"
206
- sap:heading="BPBkAcc" sap:quickinfo="Business Partner Bank Account Internal ID"
207
- sap:creatable="false" sap:sortable="false" sap:filterable="false" />
208
- <Property Name="CashDiscount1Days" Type="Edm.Decimal"
209
- Precision="3" Scale="0" sap:unicode="false" sap:visible="false"
210
- sap:label="Days 1" sap:heading="Day1" sap:quickinfo="Cash discount days 1"
211
- sap:creatable="false" sap:sortable="false" sap:filterable="false" />
212
- <Property Name="CashDiscount1Percent" Type="Edm.Decimal"
213
- Precision="5" Scale="3" sap:unicode="false" sap:label="Disc. Percent 1"
214
- sap:heading="Disc.1" sap:quickinfo="Cash discount percentage 1"
215
- sap:creatable="false" sap:sortable="false" sap:filterable="false" />
216
- <Property Name="CashDiscount2Days" Type="Edm.Decimal"
217
- Precision="3" Scale="0" sap:unicode="false" sap:visible="false"
218
- sap:label="Days 2" sap:heading="Day2" sap:quickinfo="Cash discount days 2"
219
- sap:creatable="false" sap:sortable="false" sap:filterable="false" />
220
- <Property Name="CashDiscount2Percent" Type="Edm.Decimal"
221
- Precision="5" Scale="3" sap:unicode="false" sap:label="Disc. Percent 2"
222
- sap:heading="Disc.2" sap:quickinfo="Cash Discount Percentage 2"
223
- sap:creatable="false" sap:sortable="false" sap:filterable="false" />
224
- <Property Name="CompanyCode" Type="Edm.String" Nullable="false"
225
- MaxLength="4" sap:unicode="false" sap:label="Company Code"
226
- sap:heading="CoCd" sap:creatable="false" sap:updatable="false"
227
- sap:sortable="false" sap:filterable="false" sap:value-list="standard" />
228
- <Property Name="CompanyCodeCountry" Type="Edm.String"
229
- Nullable="false" MaxLength="3" sap:unicode="false" sap:visible="false"
230
- sap:label="Country" sap:heading="Ctr" sap:quickinfo="Country Key"
231
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
232
- sap:filterable="false" sap:value-list="standard" />
233
- <Property Name="DocumentItemText" Type="Edm.String"
234
- MaxLength="50" sap:unicode="false" sap:label="Text" sap:quickinfo="Item Text"
235
- sap:creatable="false" sap:sortable="false" sap:filterable="false" />
236
- <Property Name="DueCalculationBaseDate" Type="Edm.DateTime"
237
- Precision="0" sap:unicode="false" sap:label="Baseline Date"
238
- sap:heading="Bline Date" sap:quickinfo="Baseline Date for Due Date Calculation"
239
- sap:creatable="false" sap:sortable="false" sap:filterable="false" />
240
- <Property Name="DunningArea" Type="Edm.String" MaxLength="2"
241
- sap:unicode="false" sap:label="Dunning Area" sap:heading="DArea"
242
- sap:creatable="false" sap:sortable="false" sap:filterable="false"
243
- sap:value-list="standard" />
244
- <Property Name="DunningBlockingReasonCode" Type="Edm.String"
245
- MaxLength="1" sap:unicode="false" sap:label="Dunning Block"
246
- sap:heading="DBlock" sap:creatable="false" sap:sortable="false"
247
- sap:filterable="false" sap:value-list="standard" />
248
- <Property Name="DunningLevel" Type="Edm.String" MaxLength="1"
249
- sap:unicode="false" sap:label="Dunning Level" sap:heading="DLevel"
250
- sap:creatable="false" sap:sortable="false" sap:filterable="false"
251
- sap:value-list="fixed-values" />
252
- <Property Name="FinancialAccountType" Type="Edm.String"
253
- MaxLength="1" sap:unicode="false" sap:label="Account Type"
254
- sap:heading="AccTy" sap:creatable="false" sap:updatable="false"
255
- sap:sortable="false" sap:filterable="false" sap:value-list="fixed-values" />
256
- <Property Name="FiscalYear" Type="Edm.String" Nullable="false"
257
- MaxLength="4" sap:unicode="false" sap:label="Fiscal Year"
258
- sap:heading="Year" sap:creatable="false" sap:updatable="false"
259
- sap:sortable="false" sap:filterable="false" />
260
- <Property Name="HouseBank" Type="Edm.String" MaxLength="5"
261
- sap:unicode="false" sap:label="House Bank" sap:heading="House Bk"
262
- sap:quickinfo="House Bank Key" sap:creatable="false" sap:sortable="false"
263
- sap:filterable="false" sap:value-list="standard" />
264
- <Property Name="IsAccountsReceivablePledged" Type="Edm.String"
265
- MaxLength="2" sap:unicode="false" sap:label="AR Pledging Ind"
266
- sap:heading="AR Pledging Ind." sap:quickinfo="Accounts Receivable Pledging Indicator"
267
- sap:creatable="false" sap:sortable="false" sap:filterable="false"
268
- sap:value-list="standard" />
269
- <Property Name="LastDunningDate" Type="Edm.DateTime"
270
- Precision="0" sap:unicode="false" sap:label="Last Dunned"
271
- sap:heading="Dunned" sap:quickinfo="Date of Last Dunning Notice"
272
- sap:creatable="false" sap:sortable="false" sap:filterable="false" />
273
- <Property Name="MaximumDunningLevel" Type="Edm.String"
274
- MaxLength="1" sap:unicode="false" sap:label="Dunning Key"
275
- sap:heading="DKey" sap:creatable="false" sap:sortable="false"
276
- sap:filterable="false" sap:value-list="standard" />
277
- <Property Name="NetPaymentDays" Type="Edm.Decimal"
278
- Precision="3" Scale="0" sap:unicode="false" sap:visible="false"
279
- sap:label="Days Net" sap:heading="Net" sap:quickinfo="Net Payment Terms Period"
280
- sap:creatable="false" sap:sortable="false" sap:filterable="false" />
281
- <Property Name="Note" Type="Edm.String" sap:unicode="false"
282
- sap:label="Note" sap:creatable="false" sap:sortable="false"
283
- sap:filterable="false" />
284
- <Property Name="PaymentBlockingReasonCode" Type="Edm.String"
285
- MaxLength="1" sap:unicode="false" sap:label="Item Payment Block"
286
- sap:heading="IPB" sap:quickinfo="Payment Block on Item"
287
- sap:creatable="false" sap:sortable="false" sap:filterable="false"
288
- sap:value-list="standard" />
289
- <Property Name="PaymentDifferenceReason" Type="Edm.String"
290
- MaxLength="3" sap:unicode="false" sap:label="Reason Code"
291
- sap:heading="RCd" sap:quickinfo="Reason Code for Payments"
292
- sap:creatable="false" sap:sortable="false" sap:filterable="false"
293
- sap:value-list="standard" />
294
- <Property Name="PaymentMethod" Type="Edm.String" MaxLength="1"
295
- sap:unicode="false" sap:label="Payment Method" sap:creatable="false"
296
- sap:sortable="false" sap:filterable="false" sap:value-list="standard" />
297
- <Property Name="PostingKey" Type="Edm.String" MaxLength="2"
298
- sap:unicode="false" sap:label="Posting Key" sap:heading="PK"
299
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
300
- sap:filterable="false" sap:value-list="standard" />
301
- <Property Name="SpecialGeneralLedgerCode" Type="Edm.String"
302
- MaxLength="1" sap:unicode="false" sap:label="Special G/L Ind"
303
- sap:heading="SG" sap:quickinfo="Special G/L Indicator"
304
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
305
- sap:filterable="false" sap:value-list="standard" />
306
- <Property Name="TaxCode" Type="Edm.String" MaxLength="2"
307
- sap:unicode="false" sap:label="Tax Code" sap:heading="Tx"
308
- sap:quickinfo="Tax on Sales/Purchases Code" sap:creatable="false"
309
- sap:updatable="false" sap:sortable="false" sap:filterable="false"
310
- sap:value-list="standard" />
311
- <Property Name="Title" Type="Edm.String" MaxLength="50"
312
- sap:unicode="false" sap:label="Title" sap:heading="Document title"
313
- sap:quickinfo="Short description of contents" sap:creatable="false"
314
- sap:updatable="false" sap:sortable="false" sap:filterable="false" />
315
- <Property Name="CashDiscountDays1" Type="Edm.Decimal"
316
- Precision="3" Scale="0" sap:unicode="false" sap:label="Days 1"
317
- sap:heading="Day1" sap:quickinfo="Cash discount days 1"
318
- sap:creatable="false" sap:sortable="false" sap:filterable="false" />
319
- <Property Name="CashDiscountDays2" Type="Edm.Decimal"
320
- Precision="3" Scale="0" sap:unicode="false" sap:label="Days 2"
321
- sap:heading="Day2" sap:quickinfo="Cash discount days 2"
322
- sap:creatable="false" sap:sortable="false" sap:filterable="false" />
323
- <Property Name="CashDiscountDaysNet" Type="Edm.Decimal"
324
- Precision="3" Scale="0" sap:unicode="false" sap:label="Days Net"
325
- sap:heading="Net" sap:quickinfo="Net Payment Terms Period"
326
- sap:creatable="false" sap:sortable="false" sap:filterable="false" />
327
- <Property Name="ETag" Type="Edm.String" MaxLength="40"
328
- ConcurrencyMode="Fixed" sap:visible="false" sap:label="Hash Value"
329
- sap:heading="Hash Value (160 Bits)" sap:quickinfo="Hash Value (160 Bits)"
330
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
331
- sap:filterable="false" />
332
- </EntityType>
333
- <EntityType Name="Item" sap:service-schema-version="3"
334
- sap:service-version="1" sap:label="Item" sap:semantics="aggregate"
335
- sap:content-version="1">
336
- <Key>
337
- <PropertyRef Name="GeneratedID" />
338
- </Key>
339
- <Property Name="AccountCreatedByUser" Type="Edm.String"
340
- MaxLength="12" sap:aggregation-role="dimension" sap:display-format="UpperCase"
341
- sap:unicode="false" sap:label="Customer Created By" sap:quickinfo="User that created the customer"
342
- sap:creatable="false" sap:updatable="false" />
343
- <Property Name="AccountCreationDate" Type="Edm.DateTime"
344
- Precision="0" sap:aggregation-role="dimension" sap:display-format="Date"
345
- sap:unicode="false" sap:label="Customer Created on"
346
- sap:quickinfo="Date on which the customer was created"
347
- sap:creatable="false" sap:updatable="false" />
348
- <Property Name="AccountingClerk" Type="Edm.String"
349
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
350
- sap:unicode="false" sap:label="Accounting Clerk" sap:heading="Acctg Clerk"
351
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
352
- <Property Name="AccountingDocCreatedByUser" Type="Edm.String"
353
- MaxLength="12" sap:aggregation-role="dimension" sap:unicode="false"
354
- sap:label="JE Created By" sap:heading="Journal Entry Created By"
355
- sap:quickinfo="User that created the journal entry" sap:creatable="false"
356
- sap:updatable="false" sap:value-list="standard" />
357
- <Property Name="AccountingDocument" Type="Edm.String"
358
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
359
- sap:unicode="false" sap:label="Journal Entry" sap:creatable="false"
360
- sap:updatable="false" />
361
- <Property Name="AccountingDocumentCategory" Type="Edm.String"
362
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
363
- sap:unicode="false" sap:label="Jrnl. Entry Category" sap:heading="S"
364
- sap:quickinfo="Document Status" sap:creatable="false"
365
- sap:updatable="false" sap:value-list="fixed-values" />
366
- <Property Name="AccountingDocumentCreationDate" Type="Edm.DateTime"
367
- Precision="0" sap:aggregation-role="dimension" sap:display-format="Date"
368
- sap:unicode="false" sap:label="Entered On" sap:quickinfo="Accounting Document Entry Date"
369
- sap:creatable="false" sap:updatable="false" />
370
- <Property Name="AccountingDocumentItem" Type="Edm.String"
371
- MaxLength="3" sap:aggregation-role="dimension" sap:display-format="UpperCase"
372
- sap:unicode="false" sap:label="Posting View Item" sap:creatable="false"
373
- sap:updatable="false" />
374
- <Property Name="AccountingDocumentTextCategory" Type="Edm.String"
375
- MaxLength="4" sap:aggregation-role="dimension" sap:display-format="UpperCase"
376
- sap:unicode="false" sap:label="Text ID" sap:heading="T.ID"
377
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
378
- sap:filterable="false" sap:value-list="standard" />
379
- <Property Name="AccountingDocumentType" Type="Edm.String"
380
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
381
- sap:unicode="false" sap:label="Journal Entry Type" sap:creatable="false"
382
- sap:updatable="false" sap:value-list="standard" />
383
- <Property Name="AccountMemo" Type="Edm.String" MaxLength="30"
384
- sap:aggregation-role="dimension" sap:unicode="false" sap:label="Account Memo"
385
- sap:quickinfo="Memo" sap:creatable="false" sap:updatable="false" />
386
- <Property Name="AdditionalCurrency1" Type="Edm.String"
387
- MaxLength="5" sap:aggregation-role="dimension" sap:display-format="UpperCase"
388
- sap:unicode="false" sap:label="Additional Crcy 1" sap:heading="Additional Currency 1"
389
- sap:quickinfo="Additional Currency 1" sap:creatable="false"
390
- sap:updatable="false" sap:value-list="standard" sap:semantics="currency-code" />
391
- <Property Name="AdditionalCurrency1Role" Type="Edm.String"
392
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
393
- sap:unicode="false" sap:label="Additional Currency 1 Role"
394
- sap:quickinfo="Additional Currency 1 Role (Currency Type)"
395
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
396
- <Property Name="AdditionalCurrency1RoleName" Type="Edm.String"
397
- MaxLength="60" sap:aggregation-role="dimension" sap:unicode="false"
398
- sap:label="Additional Currency 1 Role Name" sap:creatable="false"
399
- sap:updatable="false" />
400
- <Property Name="AdditionalCurrency2" Type="Edm.String"
401
- MaxLength="5" sap:aggregation-role="dimension" sap:display-format="UpperCase"
402
- sap:unicode="false" sap:label="Additional Crcy 2" sap:heading="Additional Currency 2"
403
- sap:quickinfo="Additional Currency 2" sap:creatable="false"
404
- sap:updatable="false" sap:value-list="standard" sap:semantics="currency-code" />
405
- <Property Name="AdditionalCurrency2Role" Type="Edm.String"
406
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
407
- sap:unicode="false" sap:label="Additional Currency 2 Role"
408
- sap:quickinfo="Additional Currency 2 Role (Currency Type)"
409
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
410
- <Property Name="AdditionalCurrency2RoleName" Type="Edm.String"
411
- MaxLength="60" sap:aggregation-role="dimension" sap:unicode="false"
412
- sap:label="Additional Currency 2 Role Name" sap:creatable="false"
413
- sap:updatable="false" />
414
- <Property Name="AlternativeGLAccount" Type="Edm.String"
415
- MaxLength="10" sap:aggregation-role="dimension" sap:unicode="false"
416
- sap:label="Alternative G/L Account" sap:heading="Altern. G/L Account"
417
- sap:quickinfo="Alternative G/L Account Number In Company Code"
418
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
419
- <Property Name="AlternativePayeeAccount" Type="Edm.String"
420
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
421
- sap:unicode="false" sap:label="Alternative Payer" sap:heading="Alt. Payer"
422
- sap:quickinfo="Account Number of an Alternative Payer"
423
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
424
- <Property Name="AlternativePayerIsAllowed" Type="Edm.String"
425
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
426
- sap:unicode="false" sap:label="Payee in Doc." sap:heading="Alt. Payee"
427
- sap:quickinfo="Indicator: Alternative Payee in Document Allowed"
428
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
429
- <Property Name="AmountInAdditionalCurrency1" Type="Edm.Decimal"
430
- Precision="24" Scale="3" sap:aggregation-role="measure"
431
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="AdditionalCurrency1"
432
- sap:label="Amt (Add Crcy 1)" sap:quickinfo="Amount in Additional Currency 1"
433
- sap:creatable="false" sap:updatable="false" />
434
- <Property Name="AmountInAdditionalCurrency2" Type="Edm.Decimal"
435
- Precision="24" Scale="3" sap:aggregation-role="measure"
436
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="AdditionalCurrency2"
437
- sap:label="Amt (Add Crcy 2)" sap:quickinfo="Amount in Additional Currency 2"
438
- sap:creatable="false" sap:updatable="false" />
439
- <Property Name="AmountInBalanceTransactionCurrency" Type="Edm.Decimal"
440
- Precision="24" Scale="3" sap:aggregation-role="measure"
441
- sap:display-format="UpperCase" sap:unicode="false"
442
- sap:unit="BalanceTransactionCurrency" sap:label="G/L Update Amount"
443
- sap:heading="General Ledger Update" sap:quickinfo="Amount for Updating in General Ledger"
444
- sap:creatable="false" sap:updatable="false" />
445
- <Property Name="AmountInCompanyCodeCurrency" Type="Edm.Decimal"
446
- Precision="24" Scale="3" sap:aggregation-role="measure"
447
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="CompanyCodeCurrency"
448
- sap:label="Amount (CoCode Crcy)" sap:quickinfo="Amount in Company Code Currency"
449
- sap:creatable="false" sap:updatable="false" />
450
- <Property Name="AmountInPaymentCurrency" Type="Edm.Decimal"
451
- Precision="24" Scale="3" sap:aggregation-role="measure"
452
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="PaymentCurrency"
453
- sap:label="Pymt Currency Amnt" sap:heading="Pymt Crcy Amnt"
454
- sap:quickinfo="Amount in Payment Currency" sap:creatable="false"
455
- sap:updatable="false" />
456
- <Property Name="AmountInTransactionCurrency" Type="Edm.Decimal"
457
- Precision="24" Scale="3" sap:aggregation-role="measure"
458
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="TransactionCurrency"
459
- sap:label="Amount (Tran Cur.)" sap:quickinfo="Amount in Transaction Currency"
460
- sap:creatable="false" sap:updatable="false" />
461
- <Property Name="AssetContract" Type="Edm.String" MaxLength="13"
462
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
463
- sap:unicode="false" sap:label="Contract Number" sap:heading="Contract No."
464
- sap:creatable="false" sap:updatable="false" />
465
- <Property Name="AssignmentReference" Type="Edm.String"
466
- MaxLength="18" sap:aggregation-role="dimension" sap:unicode="false"
467
- sap:label="Assignment" sap:heading="Assignment Reference"
468
- sap:quickinfo="Assignment Reference" sap:creatable="false"
469
- sap:updatable="false" />
470
- <Property Name="AuthorizationGroup" Type="Edm.String"
471
- Nullable="false" MaxLength="4" sap:aggregation-role="dimension"
472
- sap:display-format="UpperCase" sap:unicode="false" sap:label="Authorization"
473
- sap:heading="Customer Basic Authorization Group" sap:quickinfo="Customer Basic Authorization Group"
474
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
475
- sap:filterable="false" />
476
- <Property Name="BalanceTransactionCurrency" Type="Edm.String"
477
- MaxLength="5" sap:aggregation-role="dimension" sap:display-format="UpperCase"
478
- sap:unicode="false" sap:label="G/L Currency" sap:heading="Curr."
479
- sap:quickinfo="Update Currency for General Ledger Transaction Figures"
480
- sap:creatable="false" sap:updatable="false" sap:value-list="standard"
481
- sap:semantics="currency-code" />
482
- <Property Name="BilledRevenueAmountInCompanyCodeCurrency"
483
- Type="Edm.Decimal" Precision="24" Scale="3" sap:aggregation-role="measure"
484
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="CompanyCodeCurrency"
485
- sap:label="Billed Revenue" sap:creatable="false" sap:updatable="false" />
486
- <Property Name="BillingDocument" Type="Edm.String"
487
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
488
- sap:unicode="false" sap:label="SD Document No." sap:heading="SD Doc."
489
- sap:quickinfo="Sales and Distribution Document Number"
490
- sap:creatable="false" sap:updatable="false" />
491
- <Property Name="BillOfExchangeUsage" Type="Edm.String"
492
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
493
- sap:unicode="false" sap:label="BoE Usage" sap:heading="BoE"
494
- sap:quickinfo="Bill of Exchange Usage Type" sap:creatable="false"
495
- sap:updatable="false" sap:value-list="fixed-values" />
496
- <Property Name="BooleanParameter" Type="Edm.String"
497
- Nullable="false" MaxLength="5" sap:aggregation-role="dimension"
498
- sap:unicode="false" sap:visible="false" sap:label="for internal use only"
499
- sap:heading="Yes/No" sap:quickinfo="boolean true/false"
500
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
501
- sap:filterable="false" sap:value-list="fixed-values" />
502
- <Property Name="BPBankAccountInternalID" Type="Edm.String"
503
- MaxLength="4" sap:aggregation-role="dimension" sap:unicode="false"
504
- sap:label="BP Bank Account" sap:heading="BPBkAcc"
505
- sap:quickinfo="Business Partner Bank Account Internal ID"
506
- sap:creatable="false" sap:updatable="false" />
507
- <Property Name="BranchAccount" Type="Edm.String" MaxLength="10"
508
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
509
- sap:unicode="false" sap:label="Branch Account No." sap:heading="Branch Accnt"
510
- sap:quickinfo="Account Number of the Branch" sap:creatable="false"
511
- sap:updatable="false" />
512
- <Property Name="BranchCode" Type="Edm.String" MaxLength="5"
513
- sap:aggregation-role="dimension" sap:unicode="false" sap:label="Branch Code"
514
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
515
- <Property Name="BusinessArea" Type="Edm.String" MaxLength="4"
516
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
517
- sap:unicode="false" sap:label="Business Area" sap:creatable="false"
518
- sap:updatable="false" sap:value-list="standard" />
519
- <Property Name="BusinessPlace" Type="Edm.String" MaxLength="4"
520
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
521
- sap:unicode="false" sap:label="Business Place" sap:heading="BusP"
522
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
523
- <Property Name="CaseID" Type="Edm.String" MaxLength="12"
524
- sap:aggregation-role="dimension" sap:unicode="false" sap:label="Dispute ID"
525
- sap:heading="Dispute Case ID" sap:quickinfo="ID of Dispute Case"
526
- sap:creatable="false" sap:updatable="false" />
527
- <Property Name="CashDateDueNetSymbol" Type="Edm.String"
528
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
529
- sap:unicode="false" sap:label="Cash Date 1 Due" sap:heading="Cash1 Due"
530
- sap:quickinfo="Line Item Cash Discount 1 Is Due?" sap:creatable="false"
531
- sap:updatable="false" sap:value-list="fixed-values" />
532
- <Property Name="CashDiscount1ArrearsDays" Type="Edm.Decimal"
533
- Precision="5" Scale="0" sap:aggregation-role="dimension"
534
- sap:display-format="UpperCase" sap:unicode="false" sap:label="Disc.1 Arrears"
535
- sap:heading="Arrers" sap:quickinfo="Days in Arrears for Cash Discount Terms 1"
536
- sap:creatable="false" sap:updatable="false" />
537
- <Property Name="CashDiscount1Days" Type="Edm.Decimal"
538
- Precision="3" Scale="0" sap:aggregation-role="dimension"
539
- sap:display-format="UpperCase" sap:unicode="false" sap:label="Cash Discount Days 1"
540
- sap:heading="CD1" sap:creatable="false" sap:updatable="false" />
541
- <Property Name="CashDiscount1Percent" Type="Edm.Decimal"
542
- Precision="5" Scale="3" sap:aggregation-role="dimension"
543
- sap:display-format="UpperCase" sap:unicode="false" sap:label="Disc. Percent 1"
544
- sap:heading="Disc.1" sap:quickinfo="Cash Discount Percentage 1"
545
- sap:creatable="false" sap:updatable="false" />
546
- <Property Name="CashDiscount2Days" Type="Edm.Decimal"
547
- Precision="3" Scale="0" sap:aggregation-role="dimension"
548
- sap:display-format="UpperCase" sap:unicode="false" sap:label="Cash Discount Days 2"
549
- sap:heading="CD2" sap:creatable="false" sap:updatable="false" />
550
- <Property Name="CashDiscount2Percent" Type="Edm.Decimal"
551
- Precision="5" Scale="3" sap:aggregation-role="dimension"
552
- sap:display-format="UpperCase" sap:unicode="false" sap:label="Disc. Percent 2"
553
- sap:heading="Disc.2" sap:quickinfo="Cash Discount Percentage 2"
554
- sap:creatable="false" sap:updatable="false" />
555
- <Property Name="CashDiscountAmount" Type="Edm.Decimal"
556
- Precision="24" Scale="3" sap:aggregation-role="measure"
557
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="TransactionCurrency"
558
- sap:label="Discount (Tran Cur.)" sap:quickinfo="Cash Discount Taken (Transaction Currency)"
559
- sap:creatable="false" sap:updatable="false" />
560
- <Property Name="CashDiscountAmountInTransactionCurrency"
561
- Type="Edm.Decimal" Precision="24" Scale="3" sap:aggregation-role="measure"
562
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="TransactionCurrency"
563
- sap:label="Discount Available" sap:quickinfo="Cash Discount Available Now (Transaction Currency)"
564
- sap:creatable="false" sap:updatable="false" />
565
- <Property Name="CashDiscountAmtInCompanyCodeCrcy" Type="Edm.Decimal"
566
- Precision="24" Scale="3" sap:aggregation-role="measure"
567
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="CompanyCodeCurrency"
568
- sap:label="Discount (CoCd Cur.)" sap:quickinfo="Cash Discount Taken (Company Code Currency)"
569
- sap:creatable="false" sap:updatable="false" />
570
- <Property Name="CashDiscountBaseAmount" Type="Edm.Decimal"
571
- Precision="24" Scale="3" sap:aggregation-role="measure"
572
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="TransactionCurrency"
573
- sap:label="Cash Discount Base" sap:quickinfo="Amount Eligible for Cash Discount in Document Currency"
574
- sap:creatable="false" sap:updatable="false" />
575
- <Property Name="CashDisount1DueDate" Type="Edm.DateTime"
576
- Precision="0" sap:aggregation-role="dimension" sap:display-format="Date"
577
- sap:unicode="false" sap:label="Cash Disc 1 Due Date" sap:heading="Disc.1 Due"
578
- sap:quickinfo="Due Date for Cash Discount 1" sap:creatable="false"
579
- sap:updatable="false" />
580
- <Property Name="CashFlowType" Type="Edm.String" MaxLength="4"
581
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
582
- sap:unicode="false" sap:label="Flow Type" sap:heading="Flow"
583
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
584
- <Property Name="CityName" Type="Edm.String" MaxLength="40"
585
- sap:aggregation-role="dimension" sap:unicode="false" sap:label="City"
586
- sap:creatable="false" sap:updatable="false" sap:semantics="city" />
587
- <Property Name="ClearingAccountingDocument" Type="Edm.String"
588
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
589
- sap:unicode="false" sap:label="Clearing Entry" sap:creatable="false"
590
- sap:updatable="false" />
591
- <Property Name="ClearingDate" Type="Edm.DateTime"
592
- Precision="0" sap:aggregation-role="dimension" sap:display-format="Date"
593
- sap:unicode="false" sap:label="Clearing Date" sap:heading="Clear.Date"
594
- sap:creatable="false" sap:updatable="false" />
595
- <Property Name="ClearingDocFiscalYear" Type="Edm.String"
596
- MaxLength="4" sap:aggregation-role="dimension" sap:display-format="UpperCase"
597
- sap:unicode="false" sap:label="Clrg Fiscal Yr"
598
- sap:heading="Fiscal Year of Clearing Journal Entry" sap:quickinfo="Fiscal Year of Clearing Journal Entry"
599
- sap:creatable="false" sap:updatable="false" />
600
- <Property Name="ClearingStatus" Type="Edm.String"
601
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
602
- sap:unicode="false" sap:label="Clearing Status" sap:heading="Cl.St"
603
- sap:quickinfo="Clearing Status of Item" sap:creatable="false"
604
- sap:updatable="false" sap:value-list="fixed-values" />
605
- <Property Name="CompanyCode" Type="Edm.String" MaxLength="4"
606
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
607
- sap:text="CompanyName" sap:unicode="false" sap:label="Company Code"
608
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
609
- <Property Name="CompanyCodeCurrency" Type="Edm.String"
610
- MaxLength="5" sap:aggregation-role="dimension" sap:display-format="UpperCase"
611
- sap:unicode="false" sap:label="Company Code Crcy" sap:heading="Company Code Currency"
612
- sap:quickinfo="Company Code Currency" sap:creatable="false"
613
- sap:updatable="false" sap:value-list="standard" sap:semantics="currency-code" />
614
- <Property Name="CompanyName" Type="Edm.String" MaxLength="25"
615
- sap:unicode="false" sap:label="Company Name" sap:quickinfo="Name of Company Code or Company"
616
- sap:creatable="false" sap:updatable="false" />
617
- <Property Name="CorporateGroup" Type="Edm.String"
618
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
619
- sap:unicode="false" sap:label="Corporate Group" sap:heading="Corp. Grp"
620
- sap:quickinfo="Corporate Group Key" sap:creatable="false"
621
- sap:updatable="false" />
622
- <Property Name="CostCenter" Type="Edm.String" MaxLength="10"
623
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
624
- sap:unicode="false" sap:label="Cost Center" sap:heading="Cost Ctr"
625
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
626
- <Property Name="CreditControlArea" Type="Edm.String"
627
- MaxLength="4" sap:aggregation-role="dimension" sap:display-format="UpperCase"
628
- sap:unicode="false" sap:label="Credit Control Area" sap:heading="CCAr"
629
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
630
- <Property Name="Customer" Type="Edm.String" MaxLength="10"
631
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
632
- sap:text="CustomerName" sap:unicode="false" sap:label="Customer"
633
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
634
- <Property Name="CustomerAccountName" Type="Edm.String"
635
- MaxLength="4" sap:aggregation-role="dimension" sap:display-format="UpperCase"
636
- sap:unicode="false" sap:label="Account Group" sap:heading="Group"
637
- sap:quickinfo="Customer Account Group" sap:creatable="false"
638
- sap:updatable="false" sap:value-list="standard" />
639
- <Property Name="CustomerCountry" Type="Edm.String"
640
- MaxLength="3" sap:aggregation-role="dimension" sap:display-format="UpperCase"
641
- sap:unicode="false" sap:label="Country" sap:heading="Country Key"
642
- sap:quickinfo="Country Key" sap:creatable="false" sap:updatable="false"
643
- sap:value-list="standard" />
644
- <Property Name="CustomerIsBlockedForPosting" Type="Edm.String"
645
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
646
- sap:unicode="false" sap:label="Phys.Invent. Blocked" sap:heading="PIB"
647
- sap:quickinfo="Indicator: Has the Physical Inventory Been Blocked?"
648
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
649
- <Property Name="CustomerName" Type="Edm.String" MaxLength="80"
650
- sap:unicode="false" sap:label="Customer Name" sap:creatable="false"
651
- sap:updatable="false" />
652
- <Property Name="CustomerPaymentBlockingReason" Type="Edm.String"
653
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
654
- sap:unicode="false" sap:label="Cust. Payment Block" sap:heading="CPB"
655
- sap:quickinfo="Payment Block on Customer" sap:creatable="false"
656
- sap:updatable="false" sap:value-list="standard" />
657
- <Property Name="CustomerSupplierAccount" Type="Edm.String"
658
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
659
- sap:unicode="false" sap:label="Account Number" sap:heading="Account No."
660
- sap:creatable="false" sap:updatable="false" sap:filterable="false" />
661
- <Property Name="DataExchangeInstruction1" Type="Edm.String"
662
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
663
- sap:unicode="false" sap:label="Instruction 1" sap:heading="I1"
664
- sap:quickinfo="Instruction Key 1" sap:creatable="false"
665
- sap:updatable="false" sap:filterable="false" sap:value-list="standard" />
666
- <Property Name="DataExchangeInstruction2" Type="Edm.String"
667
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
668
- sap:unicode="false" sap:label="Instruction 2" sap:heading="I2"
669
- sap:quickinfo="Instruction Key 2" sap:creatable="false"
670
- sap:updatable="false" sap:filterable="false" sap:value-list="standard" />
671
- <Property Name="DataExchangeInstruction3" Type="Edm.String"
672
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
673
- sap:unicode="false" sap:label="Instruction 3" sap:heading="I3"
674
- sap:quickinfo="Instruction Key 3" sap:creatable="false"
675
- sap:updatable="false" sap:filterable="false" sap:value-list="standard" />
676
- <Property Name="DataExchangeInstruction4" Type="Edm.String"
677
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
678
- sap:unicode="false" sap:label="Instruction 4" sap:heading="I4"
679
- sap:quickinfo="Instruction Key 4" sap:creatable="false"
680
- sap:updatable="false" sap:filterable="false" sap:value-list="standard" />
681
- <Property Name="DebitCreditCode" Type="Edm.String"
682
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
683
- sap:unicode="false" sap:label="Debit/Credit" sap:heading="Debit/Credit Code"
684
- sap:quickinfo="Debit/Credit Code" sap:creatable="false"
685
- sap:updatable="false" sap:value-list="fixed-values" />
686
- <Property Name="DeliveryScheduleLine" Type="Edm.String"
687
- MaxLength="4" sap:aggregation-role="dimension" sap:display-format="UpperCase"
688
- sap:unicode="false" sap:label="Schedule Line" sap:heading="SLNo"
689
- sap:quickinfo="Schedule Line Number" sap:creatable="false"
690
- sap:updatable="false" sap:value-list="standard" />
691
- <Property Name="DisputeCasePriority" Type="Edm.String"
692
- MaxLength="1" sap:aggregation-role="dimension" sap:text="DisputeCasePriorityName"
693
- sap:unicode="false" sap:label="Dispute Priority" sap:heading="Dispute Case Priority"
694
- sap:quickinfo="Priority of Dispute Case" sap:creatable="false"
695
- sap:updatable="false" sap:value-list="standard" />
696
- <Property Name="DisputeCasePriorityName" Type="Edm.String"
697
- MaxLength="40" sap:unicode="false" sap:label="Dispute Priority Nme"
698
- sap:heading="Dispute Case Priority Name" sap:quickinfo="Priority Text in Dispute Case"
699
- sap:creatable="false" sap:updatable="false" />
700
- <Property Name="DisputeCaseProcessor" Type="Edm.String"
701
- MaxLength="12" sap:aggregation-role="dimension" sap:text="DisputeCaseProcessorFullName"
702
- sap:unicode="false" sap:label="Disp.Proc.User ID" sap:heading="Dispute Processor User ID"
703
- sap:quickinfo="User ID of Processor in Dispute Case" sap:creatable="false"
704
- sap:updatable="false" sap:value-list="standard" />
705
- <Property Name="DisputeCaseProcessorFullName" Type="Edm.String"
706
- MaxLength="80" sap:unicode="false" sap:label="Dispute Processor"
707
- sap:heading="Dispute Case Processor" sap:quickinfo="Fullname of Processor in Dispute Case"
708
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
709
- <Property Name="DisputeCaseReason" Type="Edm.String"
710
- MaxLength="4" sap:aggregation-role="dimension" sap:text="DisputeCaseReasonName"
711
- sap:unicode="false" sap:label="Dispute Reason" sap:heading="Dispute Case Reason"
712
- sap:quickinfo="Reason Code in Dispute Case" sap:creatable="false"
713
- sap:updatable="false" sap:value-list="standard" />
714
- <Property Name="DisputeCaseReasonName" Type="Edm.String"
715
- MaxLength="40" sap:unicode="false" sap:label="Dispute Reason Name"
716
- sap:heading="Dispute Case Reason Name" sap:quickinfo="Reason Code Name of Dispute Case"
717
- sap:creatable="false" sap:updatable="false" />
718
- <Property Name="DisputeCaseStatus" Type="Edm.String"
719
- MaxLength="2" sap:aggregation-role="dimension" sap:text="DisputeCaseStatusName"
720
- sap:unicode="false" sap:label="Dispute Status Code" sap:heading="Dispute Case Status Code"
721
- sap:quickinfo="Status Dispute Case" sap:creatable="false"
722
- sap:updatable="false" sap:value-list="standard" />
723
- <Property Name="DisputeCaseStatusName" Type="Edm.String"
724
- MaxLength="40" sap:unicode="false" sap:label="Dispute Status"
725
- sap:heading="Dispute Case Status" sap:quickinfo="Status Name in Dispute Case"
726
- sap:creatable="false" sap:updatable="false" />
727
- <Property Name="DisputeCaseTitle" Type="Edm.String"
728
- MaxLength="80" sap:aggregation-role="dimension" sap:unicode="false"
729
- sap:label="Dispute Title" sap:heading="Dispute Case Title"
730
- sap:quickinfo="Title of Dispute Case" sap:creatable="false"
731
- sap:updatable="false" />
732
- <Property Name="DisputeCaseUUID" Type="Edm.String"
733
- MaxLength="32" sap:aggregation-role="dimension" sap:unicode="false"
734
- sap:visible="false" sap:label="Case Key" sap:heading="Technical Case Key"
735
- sap:quickinfo="Technical Case Key (Case GUID)" sap:creatable="false"
736
- sap:updatable="false" />
737
- <Property Name="DocumentArchivedIndiator" Type="Edm.String"
738
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
739
- sap:unicode="false" sap:label="Archived" sap:heading="Arch."
740
- sap:quickinfo="Indicator: Has the Document Been Archived ?"
741
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
742
- <Property Name="DocumentDate" Type="Edm.DateTime"
743
- Precision="0" sap:aggregation-role="dimension" sap:display-format="Date"
744
- sap:unicode="false" sap:label="Journal Entry Date" sap:creatable="false"
745
- sap:updatable="false" />
746
- <Property Name="DocumentItemText" Type="Edm.String"
747
- MaxLength="50" sap:aggregation-role="dimension" sap:unicode="false"
748
- sap:label="Item Text" sap:creatable="false" sap:updatable="false" />
749
- <Property Name="DocumentReferenceID" Type="Edm.String"
750
- MaxLength="16" sap:aggregation-role="dimension" sap:display-format="UpperCase"
751
- sap:unicode="false" sap:label="Reference" sap:quickinfo="Reference Document Number"
752
- sap:creatable="false" sap:updatable="false" />
753
- <Property Name="DueCalculationBaseDate" Type="Edm.DateTime"
754
- Precision="0" sap:aggregation-role="dimension" sap:display-format="Date"
755
- sap:unicode="false" sap:label="Baseline Date" sap:heading="Bline Date"
756
- sap:quickinfo="Baseline Date for Due Date Calculation"
757
- sap:creatable="false" sap:updatable="false" />
758
- <Property Name="DueItemCategory" Type="Edm.String"
759
- MaxLength="1" sap:aggregation-role="dimension" sap:unicode="false"
760
- sap:label="Due Item Category" sap:heading="DI Cat." sap:creatable="false"
761
- sap:updatable="false" />
762
- <Property Name="DueNetSymbol" Type="Edm.String" MaxLength="1"
763
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
764
- sap:unicode="false" sap:label="Due Net (Symbol)" sap:heading="Due Net"
765
- sap:quickinfo="Line Item Is Due Net?" sap:creatable="false"
766
- sap:updatable="false" sap:value-list="fixed-values" />
767
- <Property Name="DunningArea" Type="Edm.String" MaxLength="2"
768
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
769
- sap:unicode="false" sap:label="Dunning Area" sap:heading="DArea"
770
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
771
- <Property Name="DunningBlockingReasonCode" Type="Edm.String"
772
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
773
- sap:unicode="false" sap:label="Dunning Block" sap:heading="DBlock"
774
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
775
- <Property Name="DunningLevel" Type="Edm.String" MaxLength="1"
776
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
777
- sap:unicode="false" sap:label="Dunning Level" sap:heading="DLevel"
778
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
779
- <Property Name="EffectiveExchangeRate" Type="Edm.String"
780
- MaxLength="12" sap:aggregation-role="dimension" sap:display-format="UpperCase"
781
- sap:unicode="false" sap:label="Effect. Exch. Rate" sap:heading="Eff.Ex.Rate"
782
- sap:quickinfo="Effective Exchange Rate in the Line Item"
783
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
784
- sap:filterable="false" />
785
- <Property Name="FinancialAccountType" Type="Edm.String"
786
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
787
- sap:unicode="false" sap:label="Account Type" sap:heading="Acc. Type"
788
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
789
- <Property Name="FiscalPeriod" Type="Edm.String" MaxLength="3"
790
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
791
- sap:unicode="false" sap:label="Period" sap:heading="Fiscal Period"
792
- sap:quickinfo="Fiscal Period" sap:creatable="false" sap:updatable="false" />
793
- <Property Name="FiscalYear" Type="Edm.String" MaxLength="4"
794
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
795
- sap:unicode="false" sap:label="Fiscal Year" sap:creatable="false"
796
- sap:updatable="false" />
797
- <Property Name="FiscalYearPeriod" Type="Edm.String"
798
- MaxLength="7" sap:aggregation-role="dimension" sap:display-format="UpperCase"
799
- sap:unicode="false" sap:label="Year/Period" sap:heading="Year/Pd"
800
- sap:quickinfo="Fiscal Year/Posting Period of Posting Date"
801
- sap:creatable="false" sap:updatable="false" />
802
- <Property Name="FixedAsset" Type="Edm.String" MaxLength="4"
803
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
804
- sap:unicode="false" sap:label="Asset Subnumber" sap:heading="SNo."
805
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
806
- <Property Name="FixedCashDiscount" Type="Edm.String"
807
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
808
- sap:unicode="false" sap:label="Fixed Payment Terms" sap:heading="Terms"
809
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
810
- <Property Name="FollowOnDocumentType" Type="Edm.String"
811
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
812
- sap:unicode="false" sap:label="Follow-On Doc.Type" sap:heading="Foll."
813
- sap:quickinfo="Follow-On Document Type" sap:creatable="false"
814
- sap:updatable="false" />
815
- <Property Name="FundsManagementCenter" Type="Edm.String"
816
- MaxLength="16" sap:aggregation-role="dimension" sap:display-format="UpperCase"
817
- sap:unicode="false" sap:label="Funds Center" sap:quickinfo="Funds Management Center"
818
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
819
- <Property Name="GeneratedID" Type="Edm.String" Nullable="false"
820
- sap:aggregation-role="dimension" sap:unicode="false" sap:visible="false"
821
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
822
- sap:filterable="false" />
823
- <Property Name="GLAccount" Type="Edm.String" MaxLength="10"
824
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
825
- sap:unicode="false" sap:label="G/L Account" sap:heading="G/L"
826
- sap:quickinfo="General Ledger Account" sap:creatable="false"
827
- sap:updatable="false" sap:value-list="standard" />
828
- <Property Name="HasClearingAccountingDocument" Type="Edm.String"
829
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
830
- sap:unicode="false" sap:label="Item Status" sap:heading="IS"
831
- sap:quickinfo="Item Status Symbol: Cleared/Open" sap:creatable="false"
832
- sap:updatable="false" />
833
- <Property Name="HasPaymentOrder" Type="Edm.String"
834
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
835
- sap:unicode="false" sap:label="Payment Sent" sap:heading="PS"
836
- sap:quickinfo="Indicator: Payment Order Exists for this Item"
837
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
838
- <Property Name="HasText" Type="Edm.String" MaxLength="1"
839
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
840
- sap:unicode="false" sap:label="Text Exists" sap:heading="Txt"
841
- sap:quickinfo="Indicator: Does a text exist?" sap:creatable="false"
842
- sap:updatable="false" sap:sortable="false" sap:filterable="false"
843
- sap:value-list="fixed-values" />
844
- <Property Name="HeadOffice" Type="Edm.String" MaxLength="10"
845
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
846
- sap:unicode="false" sap:label="Head Office" sap:heading="Hd. Office"
847
- sap:quickinfo="Head Office Account Number (in Branch Accounts)"
848
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
849
- <Property Name="HedgedAmount" Type="Edm.Decimal" Precision="24"
850
- Scale="3" sap:aggregation-role="measure" sap:display-format="UpperCase"
851
- sap:unicode="false" sap:unit="TransactionCurrency" sap:label="Hedged Amount"
852
- sap:quickinfo="Credit Management: Hedged Amount" sap:creatable="false"
853
- sap:updatable="false" />
854
- <Property Name="HouseBank" Type="Edm.String" MaxLength="5"
855
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
856
- sap:unicode="false" sap:label="House Bank" sap:heading="House Bk"
857
- sap:quickinfo="House Bank Key" sap:creatable="false" sap:updatable="false"
858
- sap:value-list="standard" />
859
- <Property Name="Industry" Type="Edm.String" MaxLength="4"
860
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
861
- sap:text="IndustryName" sap:unicode="false" sap:label="Industry"
862
- sap:heading="Indus." sap:quickinfo="Industry Key (Customer)"
863
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
864
- <Property Name="IndustryName" Type="Edm.String" MaxLength="20"
865
- sap:unicode="false" sap:label="Industry Name" sap:quickinfo="Name of Industry (Customer)"
866
- sap:creatable="false" sap:updatable="false" />
867
- <Property Name="InterestCalculationCode" Type="Edm.String"
868
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
869
- sap:unicode="false" sap:label="Interest Indic." sap:heading="Int."
870
- sap:quickinfo="Interest Calculation Indicator" sap:creatable="false"
871
- sap:updatable="false" sap:value-list="standard" />
872
- <Property Name="InterestCalculationDate" Type="Edm.DateTime"
873
- Precision="0" sap:aggregation-role="dimension" sap:display-format="Date"
874
- sap:unicode="false" sap:label="Int. Last Calculated" sap:heading="Key Date Lst Int.Calc"
875
- sap:quickinfo="Key Date of Last Interest Calculation"
876
- sap:creatable="false" sap:updatable="false" />
877
- <Property Name="InterestToBePosted" Type="Edm.Decimal"
878
- Precision="16" Scale="3" sap:aggregation-role="measure"
879
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="CompanyCodeCurrency"
880
- sap:label="Imputed Interest in Company Code Cur." sap:quickinfo="Imputed Interest (Days in Arrears * Amount)"
881
- sap:creatable="false" sap:updatable="false" />
882
- <Property Name="InternalOrder" Type="Edm.String" MaxLength="12"
883
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
884
- sap:unicode="false" sap:label="Order" sap:heading="Order ID"
885
- sap:quickinfo="Order ID" sap:creatable="false" sap:updatable="false"
886
- sap:value-list="standard" />
887
- <Property Name="IntrstCalcFrequencyInMonths" Type="Edm.String"
888
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
889
- sap:unicode="false" sap:label="Interest Calc. Freq." sap:heading="Interest Calc. Frequency"
890
- sap:quickinfo="Interest Calculation Frequency in Months"
891
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
892
- <Property Name="InvoiceList" Type="Edm.String" MaxLength="8"
893
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
894
- sap:unicode="false" sap:label="Coll. Inv. List No." sap:heading="Coll.Inv."
895
- sap:quickinfo="Collective Invoice List Number" sap:creatable="false"
896
- sap:updatable="false" />
897
- <Property Name="InvoiceReference" Type="Edm.String"
898
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
899
- sap:unicode="false" sap:label="Invoice Reference" sap:heading="Inv. Ref."
900
- sap:quickinfo="Document No. of the Invoice to Which the Transaction Belongs"
901
- sap:creatable="false" sap:updatable="false" />
902
- <Property Name="IsAccountsReceivablePledged" Type="Edm.String"
903
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
904
- sap:unicode="false" sap:label="AR Pledging" sap:heading="ARP"
905
- sap:quickinfo="Accounts Receivable Pledging Indicator"
906
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
907
- <Property Name="IsCashDiscount1Due" Type="Edm.String"
908
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
909
- sap:unicode="false" sap:label="Cash Disc 1 Due Ind" sap:heading="CDD"
910
- sap:quickinfo="Indicator: Cash Discount Term 1 Is Due on Item?"
911
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
912
- <Property Name="IsCleared" Type="Edm.String" MaxLength="1"
913
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
914
- sap:unicode="false" sap:label="Item Cleared" sap:heading="C"
915
- sap:quickinfo="Indicator: Has the Item Been Cleared?"
916
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
917
- <Property Name="IsClearingReversed" Type="Edm.String"
918
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
919
- sap:unicode="false" sap:label="Reverse Clearing" sap:heading="R"
920
- sap:quickinfo="Indicator: Clearing was Reversed" sap:creatable="false"
921
- sap:updatable="false" sap:value-list="fixed-values" />
922
- <Property Name="IsDisputed" Type="Edm.String" MaxLength="1"
923
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
924
- sap:unicode="false" sap:label="Disputed Item" sap:heading="D"
925
- sap:quickinfo="Indicator: Disputed item?" sap:creatable="false"
926
- sap:updatable="false" sap:value-list="fixed-values" />
927
- <Property Name="IsDueNet" Type="Edm.String" MaxLength="1"
928
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
929
- sap:unicode="false" sap:label="Due Net Indicator" sap:heading="Due net"
930
- sap:quickinfo="Indicator: Item is due net?" sap:creatable="false"
931
- sap:updatable="false" sap:value-list="fixed-values" />
932
- <Property Name="IsMarkedForDeletion" Type="Edm.String"
933
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
934
- sap:unicode="false" sap:label="Delete" sap:heading="Del."
935
- sap:quickinfo="Indicator: Item Marked for Deletion?" sap:creatable="false"
936
- sap:updatable="false" sap:sortable="false" sap:filterable="false"
937
- sap:value-list="fixed-values" />
938
- <Property Name="IsNegativePosting" Type="Edm.String"
939
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
940
- sap:unicode="false" sap:label="Negative Posting" sap:heading="NP"
941
- sap:quickinfo="Indicator: Negative Posting" sap:creatable="false"
942
- sap:updatable="false" sap:value-list="fixed-values" />
943
- <Property Name="IsOneTimeAccount" Type="Edm.String"
944
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
945
- sap:unicode="false" sap:label="One-Time Account" sap:heading="OTA"
946
- sap:quickinfo="Indicator: Is the Account a One-Time Account?"
947
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
948
- <Property Name="IsPaytAdviceSentByEDI" Type="Edm.String"
949
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
950
- sap:unicode="false" sap:label="Pmt Adv. by EDI" sap:heading="EDI"
951
- sap:quickinfo="Indicator: Send Payment Advices by EDI"
952
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
953
- <Property Name="IsSalesRelated" Type="Edm.String"
954
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
955
- sap:unicode="false" sap:label="Sales-Related Item" sap:heading="Sl"
956
- sap:quickinfo="Indicator: Sales-Related Item ?" sap:creatable="false"
957
- sap:updatable="false" sap:value-list="fixed-values" />
958
- <Property Name="IsSinglePayment" Type="Edm.String"
959
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
960
- sap:unicode="false" sap:label="Individual Payment"
961
- sap:quickinfo="Indicator: Pay All Items Separately?" sap:creatable="false"
962
- sap:updatable="false" sap:value-list="fixed-values" />
963
- <Property Name="IsUsedInPaymentTransaction" Type="Edm.String"
964
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
965
- sap:unicode="false" sap:label="Payt Tran." sap:heading="Payment"
966
- sap:quickinfo="Indicator: Is Posting Key Used in a Payment Transaction?"
967
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
968
- <Property Name="KeyDate" Type="Edm.DateTime" Precision="0"
969
- sap:aggregation-role="dimension" sap:display-format="Date"
970
- sap:filter-restriction="single-value" sap:unicode="false"
971
- sap:label="Open on Key Date" sap:quickinfo="Key Date"
972
- sap:creatable="false" sap:updatable="false" sap:sortable="false" />
973
- <Property Name="LastDunningDate" Type="Edm.DateTime"
974
- Precision="0" sap:aggregation-role="dimension" sap:display-format="Date"
975
- sap:unicode="false" sap:label="Last Dunned" sap:heading="Dunned"
976
- sap:quickinfo="Date of Last Dunning Notice" sap:creatable="false"
977
- sap:updatable="false" />
978
- <Property Name="MasterFixedAsset" Type="Edm.String"
979
- MaxLength="12" sap:aggregation-role="dimension" sap:display-format="UpperCase"
980
- sap:unicode="false" sap:label="Main Asset No." sap:heading="Asset"
981
- sap:quickinfo="Main Asset Number" sap:creatable="false"
982
- sap:updatable="false" sap:value-list="standard" />
983
- <Property Name="MaximumDunningLevel" Type="Edm.String"
984
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
985
- sap:unicode="false" sap:label="Dunning Key" sap:heading="DKey"
986
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
987
- <Property Name="NetDueArrearsDays" Type="Edm.Decimal"
988
- Precision="5" Scale="0" sap:aggregation-role="dimension"
989
- sap:display-format="UpperCase" sap:unicode="false" sap:label="Days in Arrears"
990
- sap:heading="Days in Arrears by Net Due Date" sap:quickinfo="Days in Arrears by Net Due Date"
991
- sap:creatable="false" sap:updatable="false" />
992
- <Property Name="NetDueDate" Type="Edm.DateTime" Precision="0"
993
- sap:aggregation-role="dimension" sap:display-format="Date"
994
- sap:unicode="false" sap:label="Net Due Date" sap:heading="Due on"
995
- sap:quickinfo="Due Date for Net Payment" sap:creatable="false"
996
- sap:updatable="false" />
997
- <Property Name="NetPaymentDays" Type="Edm.Decimal"
998
- Precision="3" Scale="0" sap:aggregation-role="dimension"
999
- sap:display-format="UpperCase" sap:unicode="false" sap:label="Days Net"
1000
- sap:heading="Net" sap:quickinfo="Net Payment Terms Period"
1001
- sap:creatable="false" sap:updatable="false" />
1002
- <Property Name="OffsettingAccount" Type="Edm.String"
1003
- MaxLength="10" sap:aggregation-role="dimension" sap:unicode="false"
1004
- sap:label="Offsetting Account" sap:creatable="false" sap:updatable="false"
1005
- sap:value-list="standard" />
1006
- <Property Name="OffsettingAccountType" Type="Edm.String"
1007
- MaxLength="1" sap:aggregation-role="dimension" sap:unicode="false"
1008
- sap:label="Offst.Acct Type" sap:heading="OffAct" sap:quickinfo="Offsetting Account Type"
1009
- sap:creatable="false" sap:updatable="false" sap:value-list="fixed-values" />
1010
- <Property Name="PaymentBlockingReason" Type="Edm.String"
1011
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1012
- sap:unicode="false" sap:label="Item Payment Block" sap:heading="IPB"
1013
- sap:quickinfo="Payment Block on Item" sap:creatable="false"
1014
- sap:updatable="false" sap:value-list="standard" />
1015
- <Property Name="PaymentCardItem" Type="Edm.String"
1016
- MaxLength="3" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1017
- sap:unicode="false" sap:label="Payment Card Item" sap:heading="PCI"
1018
- sap:creatable="false" sap:updatable="false" />
1019
- <Property Name="PaymentCardsSettlementRun" Type="Edm.String"
1020
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1021
- sap:unicode="false" sap:label="Settlement" sap:quickinfo="Payment Cards: Settlement Run"
1022
- sap:creatable="false" sap:updatable="false" />
1023
- <Property Name="PaymentCurrency" Type="Edm.String"
1024
- MaxLength="5" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1025
- sap:unicode="false" sap:label="Autom. Pymt Currency" sap:heading="PCurr"
1026
- sap:quickinfo="Currency for Automatic Payment" sap:creatable="false"
1027
- sap:updatable="false" sap:value-list="standard" sap:semantics="currency-code" />
1028
- <Property Name="PaymentDifferenceReason" Type="Edm.String"
1029
- MaxLength="3" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1030
- sap:unicode="false" sap:label="Reason Code" sap:heading="RCd"
1031
- sap:quickinfo="Reason Code for Payments" sap:creatable="false"
1032
- sap:updatable="false" sap:value-list="standard" />
1033
- <Property Name="PaymentMethod" Type="Edm.String" MaxLength="1"
1034
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1035
- sap:unicode="false" sap:label="Payment Method" sap:creatable="false"
1036
- sap:updatable="false" sap:value-list="standard" />
1037
- <Property Name="PaymentMethodSupplement" Type="Edm.String"
1038
- MaxLength="2" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1039
- sap:unicode="false" sap:label="Pymnt Methd Supplemt" sap:heading="PmtMthSu"
1040
- sap:quickinfo="Payment Method Supplement" sap:creatable="false"
1041
- sap:updatable="false" sap:value-list="standard" />
1042
- <Property Name="PaymentReference" Type="Edm.String"
1043
- MaxLength="30" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1044
- sap:unicode="false" sap:label="Payment Reference" sap:creatable="false"
1045
- sap:updatable="false" />
1046
- <Property Name="PaymentTerms" Type="Edm.String" MaxLength="4"
1047
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1048
- sap:unicode="false" sap:label="Payment Terms" sap:heading="PayT"
1049
- sap:quickinfo="Terms of Payment Key" sap:creatable="false"
1050
- sap:updatable="false" />
1051
- <Property Name="PlannedAmountInTransactionCurrency" Type="Edm.Decimal"
1052
- Precision="24" Scale="3" sap:aggregation-role="measure"
1053
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="TransactionCurrency"
1054
- sap:label="Planned Amount" sap:quickinfo="Planned Amount in Document or G/L Account Currency"
1055
- sap:creatable="false" sap:updatable="false" />
1056
- <Property Name="Plant" Type="Edm.String" MaxLength="4"
1057
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1058
- sap:unicode="false" sap:label="Plant" sap:heading="Plnt"
1059
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
1060
- <Property Name="POBox" Type="Edm.String" MaxLength="10"
1061
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1062
- sap:unicode="false" sap:label="PO Box" sap:creatable="false"
1063
- sap:updatable="false" />
1064
- <Property Name="POBoxPostalCode" Type="Edm.String"
1065
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1066
- sap:unicode="false" sap:label="PO Box Postal Code" sap:heading="PO Box PCd"
1067
- sap:creatable="false" sap:updatable="false" />
1068
- <Property Name="PostalCode" Type="Edm.String" MaxLength="10"
1069
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1070
- sap:unicode="false" sap:label="Postal Code" sap:creatable="false"
1071
- sap:updatable="false" />
1072
- <Property Name="PostingDate" Type="Edm.DateTime" Precision="0"
1073
- sap:aggregation-role="dimension" sap:display-format="Date"
1074
- sap:unicode="false" sap:label="Posting Date" sap:creatable="false"
1075
- sap:updatable="false" />
1076
- <Property Name="PostingKey" Type="Edm.String" MaxLength="2"
1077
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1078
- sap:unicode="false" sap:label="Posting Key" sap:heading="PK"
1079
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
1080
- <Property Name="ProfitCenter" Type="Edm.String" MaxLength="10"
1081
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1082
- sap:unicode="false" sap:label="Profit Center" sap:heading="Profit Ctr"
1083
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
1084
- <Property Name="PurchasingDocument" Type="Edm.String"
1085
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1086
- sap:unicode="false" sap:label="Purchasing Document" sap:heading="Purch.Doc."
1087
- sap:quickinfo="Purchasing Document Number" sap:creatable="false"
1088
- sap:updatable="false" sap:value-list="standard" />
1089
- <Property Name="PurchasingDocumentItem" Type="Edm.String"
1090
- MaxLength="5" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1091
- sap:unicode="false" sap:label="Purchasing Doc. Item" sap:heading="PDIt."
1092
- sap:quickinfo="Item Number of Purchasing Document" sap:creatable="false"
1093
- sap:updatable="false" sap:value-list="standard" />
1094
- <Property Name="RealEstateObject" Type="Edm.String"
1095
- MaxLength="8" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1096
- sap:unicode="false" sap:label="Real Estate Key" sap:heading="RE Key"
1097
- sap:quickinfo="Internal Key for Real Estate Object" sap:creatable="false"
1098
- sap:updatable="false" />
1099
- <Property Name="ReconciliationAccount" Type="Edm.String"
1100
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1101
- sap:unicode="false" sap:label="Recon. Account" sap:heading="Recon.acct"
1102
- sap:quickinfo="Reconciliation Account in General Ledger"
1103
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
1104
- <Property Name="Reference1IDByBusinessPartner" Type="Edm.String"
1105
- MaxLength="12" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1106
- sap:unicode="false" sap:label="Reference Key 1" sap:heading="Ref. Key 1"
1107
- sap:quickinfo="Business Partner Reference Key 1" sap:creatable="false"
1108
- sap:updatable="false" />
1109
- <Property Name="Reference2IDByBusinessPartner" Type="Edm.String"
1110
- MaxLength="12" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1111
- sap:unicode="false" sap:label="Reference Key 2" sap:heading="Ref. Key 2"
1112
- sap:quickinfo="Business Partner Reference Key 2" sap:creatable="false"
1113
- sap:updatable="false" />
1114
- <Property Name="Reference3IDByBusinessPartner" Type="Edm.String"
1115
- MaxLength="20" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1116
- sap:unicode="false" sap:label="Reference Key 3" sap:heading="Ref. Key 3"
1117
- sap:quickinfo="Reference Key for Line Item" sap:creatable="false"
1118
- sap:updatable="false" />
1119
- <Property Name="Region" Type="Edm.String" MaxLength="3"
1120
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1121
- sap:text="RegionName" sap:unicode="false" sap:label="Region"
1122
- sap:heading="Rg" sap:quickinfo="Region (Customer)" sap:creatable="false"
1123
- sap:updatable="false" sap:value-list="standard" />
1124
- <Property Name="RegionName" Type="Edm.String" MaxLength="25"
1125
- sap:unicode="false" sap:label="Region Name" sap:heading="Region"
1126
- sap:quickinfo="Region (Customer)" sap:creatable="false"
1127
- sap:updatable="false" />
1128
- <Property Name="SalesDocument" Type="Edm.String" MaxLength="10"
1129
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1130
- sap:unicode="false" sap:label="Sales Document" sap:heading="Sales Doc."
1131
- sap:creatable="false" sap:updatable="false" />
1132
- <Property Name="SalesDocumentItem" Type="Edm.String"
1133
- MaxLength="6" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1134
- sap:unicode="false" sap:label="Item No." sap:heading="No"
1135
- sap:quickinfo="Item Number (6 Digits)" sap:creatable="false"
1136
- sap:updatable="false" />
1137
- <Property Name="SenderAccountingDocument" Type="Edm.String"
1138
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1139
- sap:unicode="false" sap:label="Sender Doc.No." sap:heading="Sender Journal Entry"
1140
- sap:quickinfo="Sender Journal Entry" sap:creatable="false"
1141
- sap:updatable="false" />
1142
- <Property Name="SenderCompanyCode" Type="Edm.String"
1143
- MaxLength="4" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1144
- sap:unicode="false" sap:label="Sender CoCode" sap:heading="SenderCCde"
1145
- sap:quickinfo="Company Code in Sender System" sap:creatable="false"
1146
- sap:updatable="false" sap:value-list="standard" />
1147
- <Property Name="SenderFiscalYear" Type="Edm.String"
1148
- MaxLength="4" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1149
- sap:unicode="false" sap:label="Sender FiscalYr" sap:heading="Sender FY"
1150
- sap:quickinfo="Fiscal Year of an Accounting Document in the Sender System"
1151
- sap:creatable="false" sap:updatable="false" />
1152
- <Property Name="SenderLogicalSystem" Type="Edm.String"
1153
- MaxLength="10" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1154
- sap:unicode="false" sap:label="SenderLogSystem" sap:heading="SendLogSys"
1155
- sap:quickinfo="Logical System of the Sender" sap:creatable="false"
1156
- sap:updatable="false" sap:value-list="standard" />
1157
- <Property Name="SettlementReferenceDate" Type="Edm.DateTime"
1158
- Precision="0" sap:aggregation-role="dimension" sap:display-format="Date"
1159
- sap:unicode="false" sap:label="Reference Date" sap:heading="Ref Date"
1160
- sap:quickinfo="Reference Date for Settlement" sap:creatable="false"
1161
- sap:updatable="false" />
1162
- <Property Name="SortKey" Type="Edm.String" MaxLength="10"
1163
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1164
- sap:unicode="false" sap:label="Search Term" sap:creatable="false"
1165
- sap:updatable="false" />
1166
- <Property Name="SpecialGeneralLedgerCode" Type="Edm.String"
1167
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1168
- sap:unicode="false" sap:label="Special G/L" sap:quickinfo="Special G/L Indicator"
1169
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
1170
- <Property Name="SpecialGeneralLedgerTransactionType" Type="Edm.String"
1171
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1172
- sap:unicode="false" sap:label="Sp. G/L Trans.Type" sap:heading="TT"
1173
- sap:quickinfo="Special G/L Transaction Type" sap:creatable="false"
1174
- sap:updatable="false" />
1175
- <Property Name="TargetTaxCode" Type="Edm.String" MaxLength="2"
1176
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1177
- sap:unicode="false" sap:label="Target Tax Code" sap:heading="TTCd"
1178
- sap:quickinfo="Target Tax Code (for Deferred Tax)" sap:creatable="false"
1179
- sap:updatable="false" sap:value-list="standard" />
1180
- <Property Name="TaxCode" Type="Edm.String" MaxLength="2"
1181
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1182
- sap:unicode="false" sap:label="Tax Code" sap:heading="Tx"
1183
- sap:quickinfo="Sales/Purchases Tax Code" sap:creatable="false"
1184
- sap:updatable="false" sap:value-list="standard" />
1185
- <Property Name="TaxID1" Type="Edm.String" MaxLength="16"
1186
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1187
- sap:unicode="false" sap:label="Tax Number 1" sap:heading="Tax No. 1"
1188
- sap:creatable="false" sap:updatable="false" />
1189
- <Property Name="TaxID2" Type="Edm.String" MaxLength="11"
1190
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1191
- sap:unicode="false" sap:label="Tax Number 2" sap:heading="Tax No. 2"
1192
- sap:creatable="false" sap:updatable="false" />
1193
- <Property Name="TaxID3" Type="Edm.String" MaxLength="18"
1194
- sap:aggregation-role="dimension" sap:unicode="false" sap:label="Tax Number 3"
1195
- sap:heading="Tax No. 3" sap:creatable="false" sap:updatable="false" />
1196
- <Property Name="TaxID4" Type="Edm.String" MaxLength="18"
1197
- sap:aggregation-role="dimension" sap:unicode="false" sap:label="Tax Number 4"
1198
- sap:heading="Tax No. 4" sap:creatable="false" sap:updatable="false" />
1199
- <Property Name="TaxID5" Type="Edm.String" MaxLength="60"
1200
- sap:aggregation-role="dimension" sap:unicode="false" sap:label="Tax Number 5"
1201
- sap:heading="Tax No. 5" sap:creatable="false" sap:updatable="false" />
1202
- <Property Name="TaxJurisdiction" Type="Edm.String"
1203
- MaxLength="15" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1204
- sap:unicode="false" sap:label="Tax Jur." sap:quickinfo="Tax Jurisdiction"
1205
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
1206
- <Property Name="TaxReportingDate" Type="Edm.DateTime"
1207
- Precision="0" sap:aggregation-role="dimension" sap:display-format="Date"
1208
- sap:unicode="false" sap:label="Tax Reporting Date" sap:creatable="false"
1209
- sap:updatable="false" />
1210
- <Property Name="TaxSection" Type="Edm.String" MaxLength="4"
1211
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1212
- sap:unicode="false" sap:label="Section Code" sap:creatable="false"
1213
- sap:updatable="false" sap:value-list="standard" />
1214
- <Property Name="TH_BranchCodeDescription" Type="Edm.String"
1215
- MaxLength="40" sap:aggregation-role="dimension" sap:unicode="false"
1216
- sap:label="Br. Code Desc" sap:heading="Branch Code Description"
1217
- sap:quickinfo="Branch Code Description" sap:creatable="false"
1218
- sap:updatable="false" />
1219
- <Property Name="ToleranceGroup" Type="Edm.String"
1220
- MaxLength="4" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1221
- sap:unicode="false" sap:label="Tolerance Group" sap:heading="TolGrp"
1222
- sap:quickinfo="Tolerance Group for the Business Partner/G/L Account"
1223
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
1224
- <Property Name="TradingPartnerCompanyID" Type="Edm.String"
1225
- MaxLength="6" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1226
- sap:unicode="false" sap:label="Company ID" sap:heading="Co.ID"
1227
- sap:creatable="false" sap:updatable="false" sap:value-list="standard" />
1228
- <Property Name="TransactionCurrency" Type="Edm.String"
1229
- MaxLength="5" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1230
- sap:unicode="false" sap:label="Transaction Currency" sap:creatable="false"
1231
- sap:updatable="false" sap:value-list="standard" sap:semantics="currency-code" />
1232
- <Property Name="TreasuryContractType" Type="Edm.String"
1233
- MaxLength="1" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1234
- sap:unicode="false" sap:label="Contract Type" sap:creatable="false"
1235
- sap:updatable="false" sap:value-list="fixed-values" />
1236
- <Property Name="TuningParameter1" Type="Edm.String"
1237
- Nullable="false" MaxLength="40" sap:aggregation-role="dimension"
1238
- sap:unicode="false" sap:visible="false" sap:label="for internal use only"
1239
- sap:quickinfo="30 Characters" sap:creatable="false" sap:updatable="false"
1240
- sap:sortable="false" sap:filterable="false" />
1241
- <Property Name="TuningParameter2" Type="Edm.String"
1242
- Nullable="false" MaxLength="40" sap:aggregation-role="dimension"
1243
- sap:unicode="false" sap:visible="false" sap:label="for internal use only"
1244
- sap:heading="Selected Item Type Branch" sap:quickinfo="Selected Item Type Branch"
1245
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
1246
- sap:filterable="false" />
1247
- <Property Name="ValuatedAmntInAdditionalCrcy1" Type="Edm.Decimal"
1248
- Precision="24" Scale="3" sap:aggregation-role="measure"
1249
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="AdditionalCurrency1"
1250
- sap:label="Val. Amt Add. Crcy 1" sap:heading="Valuated Amount in Additional Currency 1"
1251
- sap:quickinfo="Valuated Amount in Additional Currency 1"
1252
- sap:creatable="false" sap:updatable="false" />
1253
- <Property Name="ValuatedAmntInAdditionalCrcy2" Type="Edm.Decimal"
1254
- Precision="24" Scale="3" sap:aggregation-role="measure"
1255
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="AdditionalCurrency2"
1256
- sap:label="Val. Amt Add. Crcy 2" sap:heading="Valuated Amount in Additional Currency 2"
1257
- sap:quickinfo="Valuated Amount in Additional Currency 2"
1258
- sap:creatable="false" sap:updatable="false" />
1259
- <Property Name="ValuatedAmountInCompanyCodeCurrency" Type="Edm.Decimal"
1260
- Precision="24" Scale="3" sap:aggregation-role="measure"
1261
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="CompanyCodeCurrency"
1262
- sap:label="Val. Amt CoCd Cur." sap:heading="Valuated Amount in Company Code Currency"
1263
- sap:quickinfo="Valuated Amount in Company Code Currency"
1264
- sap:creatable="false" sap:updatable="false" />
1265
- <Property Name="ValueDate" Type="Edm.DateTime" Precision="0"
1266
- sap:aggregation-role="dimension" sap:display-format="Date"
1267
- sap:unicode="false" sap:label="Value Date" sap:creatable="false"
1268
- sap:updatable="false" />
1269
- <Property Name="VATRegistration" Type="Edm.String"
1270
- MaxLength="20" sap:aggregation-role="dimension" sap:display-format="UpperCase"
1271
- sap:unicode="false" sap:label="VAT Registration No." sap:heading="VAT No."
1272
- sap:quickinfo="VAT Registration Number" sap:creatable="false"
1273
- sap:updatable="false" />
1274
- <Property Name="WBSElement" Type="Edm.String" MaxLength="24"
1275
- sap:aggregation-role="dimension" sap:display-format="UpperCase"
1276
- sap:unicode="false" sap:label="WBS Element" sap:creatable="false"
1277
- sap:updatable="false" sap:value-list="standard" />
1278
- <Property Name="WithholdingTaxAmount" Type="Edm.Decimal"
1279
- Precision="24" Scale="3" sap:aggregation-role="measure"
1280
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="TransactionCurrency"
1281
- sap:label="Withholding Tax" sap:creatable="false" sap:updatable="false" />
1282
- <Property Name="WithholdingTaxBaseAmount" Type="Edm.Decimal"
1283
- Precision="24" Scale="3" sap:aggregation-role="measure"
1284
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="TransactionCurrency"
1285
- sap:label="Withholding Tax Base" sap:heading="Withhld.Tax Base"
1286
- sap:quickinfo="Withholding Tax Base Amount" sap:creatable="false"
1287
- sap:updatable="false" />
1288
- <Property Name="WithholdingTaxExemptionAmount" Type="Edm.Decimal"
1289
- Precision="24" Scale="3" sap:aggregation-role="measure"
1290
- sap:display-format="UpperCase" sap:unicode="false" sap:unit="TransactionCurrency"
1291
- sap:label="Withhold. Tax Exempt" sap:heading="W.Tax-Exempt"
1292
- sap:quickinfo="Withholding Tax-Exempt Amount (in Document Currency)"
1293
- sap:creatable="false" sap:updatable="false" />
1294
- <Property Name="ETag" Type="Edm.String" MaxLength="40"
1295
- ConcurrencyMode="Fixed" sap:visible="false" sap:label="Hash Value"
1296
- sap:heading="Hash Value (160 Bits)" sap:quickinfo="Hash Value (160 Bits)"
1297
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
1298
- sap:filterable="false" />
1299
- </EntityType>
1300
- <EntityType Name="Customer" sap:content-version="1">
1301
- <Key>
1302
- <PropertyRef Name="CustomerId" />
1303
- </Key>
1304
- <Property Name="Country" Type="Edm.String" MaxLength="3"
1305
- sap:unicode="false" sap:label="Country" sap:heading="Ctr"
1306
- sap:quickinfo="Country Key" sap:creatable="false" sap:updatable="false"
1307
- sap:sortable="false" sap:filterable="false" sap:value-list="standard"
1308
- sap:semantics="country" />
1309
- <Property Name="CustomerName" Type="Edm.String" MaxLength="35"
1310
- sap:unicode="false" sap:label="Customer Name" sap:heading="Name 1"
1311
- sap:quickinfo="Name 1" sap:creatable="false" sap:updatable="false"
1312
- sap:sortable="false" sap:filterable="false" />
1313
- <Property Name="CustomerId" Type="Edm.String" Nullable="false"
1314
- MaxLength="10" sap:text="CustomerName" sap:unicode="false"
1315
- sap:label="Customer" sap:quickinfo="Customer Number" sap:creatable="false"
1316
- sap:updatable="false" sap:value-list="standard" />
1317
- <Property Name="AddressNumber" Type="Edm.String" MaxLength="10"
1318
- sap:unicode="false" sap:label="Address Number" sap:heading="Address"
1319
- sap:quickinfo="Address" sap:creatable="false" sap:updatable="false"
1320
- sap:sortable="false" sap:filterable="false" sap:value-list="standard" />
1321
- <Property Name="Address" Type="Edm.String" MaxLength="80"
1322
- sap:unicode="false" sap:label="Address Long" sap:heading="Description"
1323
- sap:quickinfo="Description of a Business Partner" sap:creatable="false"
1324
- sap:updatable="false" sap:sortable="false" sap:filterable="false" />
1325
- </EntityType>
1326
- <EntityType Name="DunningArea" sap:content-version="1">
1327
- <Key>
1328
- <PropertyRef Name="CompanyCode" />
1329
- <PropertyRef Name="Code" />
1330
- </Key>
1331
- <Property Name="CompanyCode" Type="Edm.String" Nullable="false"
1332
- MaxLength="4" sap:unicode="false" sap:label="Company Code"
1333
- sap:heading="CoCd" sap:creatable="false" sap:updatable="false"
1334
- sap:sortable="false" sap:filterable="false" />
1335
- <Property Name="Code" Type="Edm.String" Nullable="false"
1336
- MaxLength="2" sap:unicode="false" sap:label="Dunning Area"
1337
- sap:heading="Area" sap:creatable="false" sap:updatable="false"
1338
- sap:sortable="false" sap:filterable="false" />
1339
- <Property Name="Name" Type="Edm.String" Nullable="false"
1340
- MaxLength="50" sap:unicode="false" sap:label="Text" sap:creatable="false"
1341
- sap:updatable="false" sap:sortable="false" sap:filterable="false" />
1342
- </EntityType>
1343
- <EntityType Name="DunningBlockingReasonCode"
1344
- sap:content-version="1">
1345
- <Key>
1346
- <PropertyRef Name="Code" />
1347
- </Key>
1348
- <Property Name="Code" Type="Edm.String" Nullable="false"
1349
- MaxLength="1" sap:unicode="false" sap:label="Dunn. Block"
1350
- sap:heading="Block" sap:quickinfo="Dunning Block" sap:creatable="false"
1351
- sap:updatable="false" sap:sortable="false" sap:filterable="false" />
1352
- <Property Name="Name" Type="Edm.String" Nullable="false"
1353
- MaxLength="50" sap:unicode="false" sap:label="Text"
1354
- sap:quickinfo="Reason for Dunning Block Text" sap:creatable="false"
1355
- sap:updatable="false" sap:sortable="false" sap:filterable="false" />
1356
- </EntityType>
1357
- <EntityType Name="PaymentMethod" sap:content-version="1">
1358
- <Key>
1359
- <PropertyRef Name="Country" />
1360
- <PropertyRef Name="Code" />
1361
- </Key>
1362
- <Property Name="Country" Type="Edm.String" Nullable="false"
1363
- MaxLength="3" sap:unicode="false" sap:label="Country" sap:heading="Ctr"
1364
- sap:quickinfo="Country Key" sap:creatable="false" sap:updatable="false" />
1365
- <Property Name="Code" Type="Edm.String" Nullable="false"
1366
- MaxLength="1" sap:unicode="false" sap:label="Pymt Meth."
1367
- sap:heading="PM" sap:quickinfo="Payment Method" sap:creatable="false"
1368
- sap:updatable="false" />
1369
- <Property Name="Name" Type="Edm.String" Nullable="false"
1370
- MaxLength="30" sap:unicode="false" sap:label="Description"
1371
- sap:quickinfo="Description of Payment Method in Logon Language"
1372
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
1373
- sap:filterable="false" />
1374
- </EntityType>
1375
- <EntityType Name="DunningKey" sap:content-version="1">
1376
- <Key>
1377
- <PropertyRef Name="Code" />
1378
- </Key>
1379
- <Property Name="Code" Type="Edm.String" Nullable="false"
1380
- MaxLength="1" sap:unicode="false" sap:label="Dunning key"
1381
- sap:heading="Dunn.Key" sap:quickinfo="Dunning Key" sap:creatable="false"
1382
- sap:updatable="false" sap:sortable="false" sap:filterable="false" />
1383
- <Property Name="Name" Type="Edm.String" Nullable="false"
1384
- MaxLength="50" sap:unicode="false" sap:label="Text" sap:creatable="false"
1385
- sap:updatable="false" sap:sortable="false" sap:filterable="false" />
1386
- </EntityType>
1387
- <EntityType Name="Company" sap:service-schema-version="1"
1388
- sap:service-version="1" sap:content-version="1">
1389
- <Key>
1390
- <PropertyRef Name="CompanyCode" />
1391
- </Key>
1392
- <Property Name="CompanyCode" Type="Edm.String" Nullable="false"
1393
- MaxLength="4" sap:text="CompanyName" sap:unicode="false" sap:label="Company Code"
1394
- sap:heading="CoCd" sap:creatable="false" sap:updatable="false"
1395
- sap:sortable="false" sap:filterable="false" />
1396
- <Property Name="CompanyName" Type="Edm.String" MaxLength="25"
1397
- sap:unicode="false" sap:label="Company Name" sap:quickinfo="Name of Company Code or Company"
1398
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
1399
- sap:filterable="false" />
1400
- <Property Name="CompanyCity" Type="Edm.String" MaxLength="25"
1401
- sap:unicode="false" sap:label="City" sap:creatable="false"
1402
- sap:updatable="false" sap:sortable="false" sap:filterable="false"
1403
- sap:semantics="city" />
1404
- <Property Name="CompanyCurrency" Type="Edm.String"
1405
- MaxLength="5" sap:unicode="false" sap:label="Currency" sap:heading="Crcy"
1406
- sap:quickinfo="Currency Key" sap:creatable="false" sap:updatable="false"
1407
- sap:sortable="false" sap:semantics="currency-code" />
1408
- <Property Name="CompanyCountry" Type="Edm.String"
1409
- MaxLength="3" sap:unicode="false" sap:label="Country" sap:heading="Ctr"
1410
- sap:quickinfo="Country Key" sap:creatable="false" sap:updatable="false"
1411
- sap:sortable="false" sap:filterable="false" />
1412
- </EntityType>
1413
- <EntityType Name="PaymentBlockingReasonCode"
1414
- sap:content-version="1">
1415
- <Key>
1416
- <PropertyRef Name="Code" />
1417
- </Key>
1418
- <Property Name="Code" Type="Edm.String" Nullable="false"
1419
- MaxLength="1" sap:unicode="false" sap:label="Payment block"
1420
- sap:heading="Block Ind." sap:quickinfo="Block Key for Payment"
1421
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
1422
- sap:filterable="false" />
1423
- <Property Name="Name" Type="Edm.String" Nullable="false"
1424
- MaxLength="20" sap:unicode="false" sap:label="Description"
1425
- sap:quickinfo="Explanation of the Reason for Payment Block"
1426
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
1427
- sap:filterable="false" />
1428
- </EntityType>
1429
- <EntityType Name="HouseBank" sap:content-version="1">
1430
- <Key>
1431
- <PropertyRef Name="CompanyCode" />
1432
- <PropertyRef Name="HouseBankID" />
1433
- </Key>
1434
- <Property Name="CompanyCode" Type="Edm.String" Nullable="false"
1435
- MaxLength="4" sap:unicode="false" sap:label="Company Code"
1436
- sap:heading="CoCd" sap:creatable="false" sap:updatable="false"
1437
- sap:sortable="false" sap:filterable="false" />
1438
- <Property Name="HouseBankID" Type="Edm.String" Nullable="false"
1439
- MaxLength="5" sap:unicode="false" sap:label="House bank"
1440
- sap:heading="House bk" sap:quickinfo="Short key for a house bank"
1441
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
1442
- sap:filterable="false" />
1443
- <Property Name="HouseBankName" Type="Edm.String" Nullable="false"
1444
- MaxLength="60" sap:unicode="false" sap:label="Bank Name"
1445
- sap:heading="Name of Bank" sap:quickinfo="Name of Bank"
1446
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
1447
- sap:filterable="false" />
1448
- </EntityType>
1449
- <ComplexType Name="BPBankAccountInternalIDDetails">
1450
- <Property Name="BPBankAccountInternalID" Type="Edm.String"
1451
- Nullable="false" MaxLength="4" sap:label="Part.bank type"
1452
- sap:heading="BnkT" sap:quickinfo="Partner bank type" sap:creatable="false"
1453
- sap:updatable="false" sap:sortable="false" sap:filterable="false" />
1454
- <Property Name="Country" Type="Edm.String" Nullable="false"
1455
- MaxLength="3" sap:label="Bank Country" sap:heading="Ctry"
1456
- sap:quickinfo="Bank Country Key" sap:creatable="false"
1457
- sap:updatable="false" sap:sortable="false" sap:filterable="false"
1458
- sap:value-list="standard" />
1459
- <Property Name="BankKey" Type="Edm.String" Nullable="false"
1460
- MaxLength="15" sap:label="Bank Key" sap:quickinfo="Bank Keys"
1461
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
1462
- sap:filterable="false" />
1463
- <Property Name="BankAccount" Type="Edm.String" Nullable="false"
1464
- MaxLength="18" sap:label="Bank Account" sap:quickinfo="Bank account number"
1465
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
1466
- sap:filterable="false" />
1467
- <Property Name="IBAN" Type="Edm.String" Nullable="false"
1468
- MaxLength="34" sap:label="IBAN" sap:quickinfo="IBAN (International Bank Account Number)"
1469
- sap:creatable="false" sap:updatable="false" sap:sortable="false"
1470
- sap:filterable="false" />
1471
- </ComplexType>
1472
- <EntityContainer Name="FAR_CUSTOMER_LINE_ITEMS_Entities"
1473
- m:IsDefaultEntityContainer="true" sap:supported-formats="atom json xlsx">
1474
- <EntitySet Name="I_FiscalCalendarDtePrevPeriods"
1475
- EntityType="FAR_CUSTOMER_LINE_ITEMS.I_FiscalCalendarDtePrevPeriodsType"
1476
- sap:creatable="false" sap:updatable="false" sap:deletable="false"
1477
- sap:pageable="false" sap:content-version="1" />
1478
- <EntitySet Name="CompanyCodeForFiscalYearVariantSet"
1479
- EntityType="FAR_CUSTOMER_LINE_ITEMS.CompanyCodeForFiscalYearVariant"
1480
- sap:creatable="false" sap:updatable="false" sap:deletable="false"
1481
- sap:pageable="false" sap:content-version="1" />
1482
- <EntitySet Name="UpdatableItems" EntityType="FAR_CUSTOMER_LINE_ITEMS.UpdatableItem"
1483
- sap:label="Updatable Item" sap:creatable="false" sap:deletable="false"
1484
- sap:pageable="false" sap:addressable="false" sap:content-version="1" />
1485
- <EntitySet Name="Items" EntityType="FAR_CUSTOMER_LINE_ITEMS.Item"
1486
- sap:label="Item" sap:creatable="false" sap:updatable="false"
1487
- sap:deletable="false" sap:pageable="false" sap:content-version="1" />
1488
- <EntitySet Name="Customers" EntityType="FAR_CUSTOMER_LINE_ITEMS.Customer"
1489
- sap:creatable="false" sap:updatable="false" sap:deletable="false"
1490
- sap:pageable="false" sap:content-version="1" />
1491
- <EntitySet Name="DunningAreas" EntityType="FAR_CUSTOMER_LINE_ITEMS.DunningArea"
1492
- sap:creatable="false" sap:updatable="false" sap:deletable="false"
1493
- sap:pageable="false" sap:content-version="1" />
1494
- <EntitySet Name="DunningBlockingReasonCodes"
1495
- EntityType="FAR_CUSTOMER_LINE_ITEMS.DunningBlockingReasonCode"
1496
- sap:creatable="false" sap:updatable="false" sap:deletable="false"
1497
- sap:pageable="false" sap:content-version="1" />
1498
- <EntitySet Name="PaymentMethods" EntityType="FAR_CUSTOMER_LINE_ITEMS.PaymentMethod"
1499
- sap:creatable="false" sap:updatable="false" sap:deletable="false"
1500
- sap:pageable="false" sap:content-version="1" />
1501
- <EntitySet Name="DunningKeys" EntityType="FAR_CUSTOMER_LINE_ITEMS.DunningKey"
1502
- sap:creatable="false" sap:updatable="false" sap:deletable="false"
1503
- sap:pageable="false" sap:content-version="1" />
1504
- <EntitySet Name="Companies" EntityType="FAR_CUSTOMER_LINE_ITEMS.Company"
1505
- sap:creatable="false" sap:updatable="false" sap:deletable="false"
1506
- sap:pageable="false" sap:content-version="1" />
1507
- <EntitySet Name="PaymentBlockingReasonCodes"
1508
- EntityType="FAR_CUSTOMER_LINE_ITEMS.PaymentBlockingReasonCode"
1509
- sap:creatable="false" sap:updatable="false" sap:deletable="false"
1510
- sap:pageable="false" sap:content-version="1" />
1511
- <EntitySet Name="HouseBanks" EntityType="FAR_CUSTOMER_LINE_ITEMS.HouseBank"
1512
- sap:creatable="false" sap:updatable="false" sap:deletable="false"
1513
- sap:pageable="false" sap:content-version="1" />
1514
- <FunctionImport Name="BPBankAccountInternalIDList"
1515
- ReturnType="Collection(FAR_CUSTOMER_LINE_ITEMS.BPBankAccountInternalIDDetails)"
1516
- m:HttpMethod="GET">
1517
- <Parameter Name="Customer" Type="Edm.String" Mode="In"
1518
- MaxLength="10" />
1519
- </FunctionImport>
1520
- </EntityContainer>
1521
- <Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
1522
- Target="FAR_CUSTOMER_LINE_ITEMS.FAR_CUSTOMER_LINE_ITEMS_Entities">
1523
- <Annotation Term="Aggregation.ApplySupported">
1524
- <Record>
1525
- <PropertyValue Property="Transformations">
1526
- <Collection>
1527
- <String>aggregate</String>
1528
- <String>groupby</String>
1529
- <String>filter</String>
1530
- </Collection>
1531
- </PropertyValue>
1532
- <PropertyValue Property="Rollup" EnumMember="None" />
1533
- </Record>
1534
- </Annotation>
1535
- </Annotations>
1536
- <Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
1537
- Target="FAR_CUSTOMER_LINE_ITEMS.Item">
1538
- <Annotation Term="com.sap.vocabularies.UI.v1.FieldGroup"
1539
- Qualifier="fin.ar.lineitems.display.CustomerGroup">
1540
- <Record>
1541
- <PropertyValue Property="Label" String="Customer" />
1542
- <PropertyValue Property="Data">
1543
- <Collection>
1544
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1545
- <PropertyValue Property="Value" Path="CustomerCountry" />
1546
- </Record>
1547
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1548
- <PropertyValue Property="Value" Path="Industry" />
1549
- </Record>
1550
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1551
- <PropertyValue Property="Value" Path="Region" />
1552
- </Record>
1553
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1554
- <PropertyValue Property="Value" Path="BusinessArea" />
1555
- </Record>
1556
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1557
- <PropertyValue Property="Value" Path="CityName" />
1558
- </Record>
1559
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1560
- <PropertyValue Property="Value" Path="CustomerName" />
1561
- </Record>
1562
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1563
- <PropertyValue Property="Value" Path="AccountCreatedByUser" />
1564
- </Record>
1565
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1566
- <PropertyValue Property="Value" Path="AccountCreationDate" />
1567
- </Record>
1568
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1569
- <PropertyValue Property="Value" Path="AccountMemo" />
1570
- </Record>
1571
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1572
- <PropertyValue Property="Value" Path="BranchAccount" />
1573
- </Record>
1574
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1575
- <PropertyValue Property="Value" Path="BusinessPlace" />
1576
- </Record>
1577
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1578
- <PropertyValue Property="Value" Path="CorporateGroup" />
1579
- </Record>
1580
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1581
- <PropertyValue Property="Value" Path="CustomerAccountName" />
1582
- </Record>
1583
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1584
- <PropertyValue Property="Value"
1585
- Path="CustomerIsBlockedForPosting" />
1586
- </Record>
1587
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1588
- <PropertyValue Property="Value"
1589
- Path="CustomerPaymentBlockingReason" />
1590
- </Record>
1591
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1592
- <PropertyValue Property="Value" Path="HeadOffice" />
1593
- </Record>
1594
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1595
- <PropertyValue Property="Value" Path="IsMarkedForDeletion" />
1596
- </Record>
1597
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1598
- <PropertyValue Property="Value" Path="IsOneTimeAccount" />
1599
- </Record>
1600
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1601
- <PropertyValue Property="Value" Path="POBox" />
1602
- </Record>
1603
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1604
- <PropertyValue Property="Value" Path="POBoxPostalCode" />
1605
- </Record>
1606
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1607
- <PropertyValue Property="Value" Path="PostalCode" />
1608
- </Record>
1609
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1610
- <PropertyValue Property="Value" Path="SortKey" />
1611
- </Record>
1612
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1613
- <PropertyValue Property="Value" Path="TradingPartnerCompanyID" />
1614
- </Record>
1615
- </Collection>
1616
- </PropertyValue>
1617
- </Record>
1618
- </Annotation>
1619
- <Annotation Term="com.sap.vocabularies.UI.v1.FieldGroup"
1620
- Qualifier="fin.ar.lineitems.display.AccountingDocumentGroup">
1621
- <Record>
1622
- <PropertyValue Property="Label" String="Journal Entry" />
1623
- <PropertyValue Property="Data">
1624
- <Collection>
1625
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1626
- <PropertyValue Property="Value"
1627
- Path="AccountingDocumentCreationDate" />
1628
- </Record>
1629
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1630
- <PropertyValue Property="Value"
1631
- Path="AccountingDocCreatedByUser" />
1632
- </Record>
1633
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1634
- <PropertyValue Property="Value" Path="DocumentReferenceID" />
1635
- </Record>
1636
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1637
- <PropertyValue Property="Value" Path="DocumentDate" />
1638
- </Record>
1639
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1640
- <PropertyValue Property="Value" Path="FiscalYear" />
1641
- </Record>
1642
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1643
- <PropertyValue Property="Value" Path="FiscalPeriod" />
1644
- </Record>
1645
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1646
- <PropertyValue Property="Value" Path="PostingKey" />
1647
- </Record>
1648
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1649
- <PropertyValue Property="Value" Path="DebitCreditCode" />
1650
- </Record>
1651
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1652
- <PropertyValue Property="Value" Path="NetDueDate" />
1653
- </Record>
1654
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1655
- <PropertyValue Property="Value" Path="GeneralLedgerAccount" />
1656
- </Record>
1657
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1658
- <PropertyValue Property="Value" Path="AccountingDocumentType" />
1659
- </Record>
1660
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1661
- <PropertyValue Property="Value" Path="AccountingDocument" />
1662
- </Record>
1663
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1664
- <PropertyValue Property="Value" Path="IsSalesRelated" />
1665
- </Record>
1666
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1667
- <PropertyValue Property="Value"
1668
- Path="SpecialGeneralLedgerCode" />
1669
- </Record>
1670
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1671
- <PropertyValue Property="Value" Path="CompanyName" />
1672
- </Record>
1673
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1674
- <PropertyValue Property="Value" Path="AccountingClerk" />
1675
- </Record>
1676
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1677
- <PropertyValue Property="Value" Path="ReconciliationAccount" />
1678
- </Record>
1679
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1680
- <PropertyValue Property="Value"
1681
- Path="AccountingDocumentCategory" />
1682
- </Record>
1683
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1684
- <PropertyValue Property="Value" Path="AccountingDocumentItem" />
1685
- </Record>
1686
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1687
- <PropertyValue Property="Value"
1688
- Path="AccountingDocumentTextCategory" />
1689
- </Record>
1690
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1691
- <PropertyValue Property="Value" Path="CashFlowType" />
1692
- </Record>
1693
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1694
- <PropertyValue Property="Value" Path="CostCenter" />
1695
- </Record>
1696
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1697
- <PropertyValue Property="Value"
1698
- Path="DocumentArchivedIndiator" />
1699
- </Record>
1700
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1701
- <PropertyValue Property="Value" Path="DocumentItemText" />
1702
- </Record>
1703
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1704
- <PropertyValue Property="Value" Path="EffectiveExchangeRate" />
1705
- </Record>
1706
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1707
- <PropertyValue Property="Value" Path="FinancialAccountType" />
1708
- </Record>
1709
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1710
- <PropertyValue Property="Value" Path="FundsManagementCenter" />
1711
- </Record>
1712
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1713
- <PropertyValue Property="Value" Path="HasText" />
1714
- </Record>
1715
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1716
- <PropertyValue Property="Value" Path="IsDueNet" />
1717
- </Record>
1718
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1719
- <PropertyValue Property="Value" Path="IsNegativePosting" />
1720
- </Record>
1721
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1722
- <PropertyValue Property="Value" Path="NetDueArrearsDays" />
1723
- </Record>
1724
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1725
- <PropertyValue Property="Value" Path="ProfitCenter" />
1726
- </Record>
1727
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1728
- <PropertyValue Property="Value"
1729
- Path="Reference1IDByBusinessPartner" />
1730
- </Record>
1731
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1732
- <PropertyValue Property="Value"
1733
- Path="Reference2IDByBusinessPartner" />
1734
- </Record>
1735
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1736
- <PropertyValue Property="Value"
1737
- Path="Reference3IDByBusinessPartner" />
1738
- </Record>
1739
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1740
- <PropertyValue Property="Value"
1741
- Path="SpecialGeneralLedgerTransactionType" />
1742
- </Record>
1743
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1744
- <PropertyValue Property="Value" Path="ValueDate" />
1745
- </Record>
1746
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1747
- <PropertyValue Property="Value"
1748
- Path="SenderAccountingDocument" />
1749
- </Record>
1750
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1751
- <PropertyValue Property="Value" Path="SenderCompanyCode" />
1752
- </Record>
1753
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1754
- <PropertyValue Property="Value" Path="SenderFiscalYear" />
1755
- </Record>
1756
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1757
- <PropertyValue Property="Value" Path="SenderLogicalSystem" />
1758
- </Record>
1759
- </Collection>
1760
- </PropertyValue>
1761
- </Record>
1762
- </Annotation>
1763
- <Annotation Term="com.sap.vocabularies.UI.v1.FieldGroup"
1764
- Qualifier="fin.ar.lineitems.display.ClearingGroup">
1765
- <Record>
1766
- <PropertyValue Property="Label" String="Clearing" />
1767
- <PropertyValue Property="Data">
1768
- <Collection>
1769
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1770
- <PropertyValue Property="Value" Path="ClearingStatus" />
1771
- </Record>
1772
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1773
- <PropertyValue Property="Value"
1774
- Path="ClearingAccountingDocument" />
1775
- </Record>
1776
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1777
- <PropertyValue Property="Value" Path="ClearingDocFiscalYear" />
1778
- </Record>
1779
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1780
- <PropertyValue Property="Value"
1781
- Path="HasClearingAccountingDocument" />
1782
- </Record>
1783
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1784
- <PropertyValue Property="Value" Path="IsClearingReversed" />
1785
- </Record>
1786
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1787
- <PropertyValue Property="Value" Path="ToleranceGroup" />
1788
- </Record>
1789
- </Collection>
1790
- </PropertyValue>
1791
- </Record>
1792
- </Annotation>
1793
- <Annotation Term="com.sap.vocabularies.UI.v1.FieldGroup"
1794
- Qualifier="fin.ar.lineitems.display.AmountCurrencyGroup">
1795
- <Record>
1796
- <PropertyValue Property="Label" String="Amounts and Currencies" />
1797
- <PropertyValue Property="Data">
1798
- <Collection>
1799
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1800
- <PropertyValue Property="Value" Path="AdditionalCurrency1" />
1801
- </Record>
1802
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1803
- <PropertyValue Property="Value" Path="AdditionalCurrency1Role" />
1804
- </Record>
1805
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1806
- <PropertyValue Property="Value"
1807
- Path="AdditionalCurrency1RoleName" />
1808
- </Record>
1809
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1810
- <PropertyValue Property="Value" Path="AdditionalCurrency2" />
1811
- </Record>
1812
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1813
- <PropertyValue Property="Value" Path="AdditionalCurrency2Role" />
1814
- </Record>
1815
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1816
- <PropertyValue Property="Value"
1817
- Path="AdditionalCurrency2RoleName" />
1818
- </Record>
1819
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1820
- <PropertyValue Property="Value"
1821
- Path="AmountInAdditionalCurrency1" />
1822
- </Record>
1823
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1824
- <PropertyValue Property="Value"
1825
- Path="AmountInAdditionalCurrency2" />
1826
- </Record>
1827
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1828
- <PropertyValue Property="Value"
1829
- Path="AmountInBalanceTransactionCurrency" />
1830
- </Record>
1831
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1832
- <PropertyValue Property="Value"
1833
- Path="AmountInCompanyCodeCurrency" />
1834
- </Record>
1835
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1836
- <PropertyValue Property="Value"
1837
- Path="AmountInTransactionCurrency" />
1838
- </Record>
1839
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1840
- <PropertyValue Property="Value"
1841
- Path="BalanceTransactionCurrency" />
1842
- </Record>
1843
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1844
- <PropertyValue Property="Value"
1845
- Path="BilledRevenueAmountInCompanyCodeCurrency" />
1846
- </Record>
1847
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1848
- <PropertyValue Property="Value" Path="CompanyCodeCurrency" />
1849
- </Record>
1850
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1851
- <PropertyValue Property="Value"
1852
- Path="PlannedAmountInTransactionCurrency" />
1853
- </Record>
1854
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1855
- <PropertyValue Property="Value" Path="TransactionCurrency" />
1856
- </Record>
1857
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1858
- <PropertyValue Property="Value"
1859
- Path="ValuatedAmountInCompanyCodeCurrency" />
1860
- </Record>
1861
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1862
- <PropertyValue Property="Value"
1863
- Path="ValuatedAmntInAdditionalCrcy1" />
1864
- </Record>
1865
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1866
- <PropertyValue Property="Value"
1867
- Path="ValuatedAmntInAdditionalCrcy2" />
1868
- </Record>
1869
- </Collection>
1870
- </PropertyValue>
1871
- </Record>
1872
- </Annotation>
1873
- <Annotation Term="com.sap.vocabularies.UI.v1.FieldGroup"
1874
- Qualifier="fin.ar.lineitems.display.DiscountGroup">
1875
- <Record>
1876
- <PropertyValue Property="Label" String="Discount" />
1877
- <PropertyValue Property="Data">
1878
- <Collection>
1879
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1880
- <PropertyValue Property="Value" Path="CashDateDueNetSymbol" />
1881
- </Record>
1882
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1883
- <PropertyValue Property="Value"
1884
- Path="CashDiscount1ArrearsDays" />
1885
- </Record>
1886
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1887
- <PropertyValue Property="Value" Path="CashDiscount1Days" />
1888
- </Record>
1889
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1890
- <PropertyValue Property="Value" Path="CashDiscount1Percent" />
1891
- </Record>
1892
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1893
- <PropertyValue Property="Value" Path="CashDiscount2Days" />
1894
- </Record>
1895
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1896
- <PropertyValue Property="Value" Path="CashDiscount2Percent" />
1897
- </Record>
1898
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1899
- <PropertyValue Property="Value" Path="CashDiscountAmount" />
1900
- </Record>
1901
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1902
- <PropertyValue Property="Value"
1903
- Path="CashDiscountAmountInTransactionCurrency" />
1904
- </Record>
1905
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1906
- <PropertyValue Property="Value"
1907
- Path="CashDiscountAmtInCompanyCodeCrcy" />
1908
- </Record>
1909
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1910
- <PropertyValue Property="Value" Path="CashDiscountBaseAmount" />
1911
- </Record>
1912
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1913
- <PropertyValue Property="Value" Path="DueCalculationBaseDate" />
1914
- </Record>
1915
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1916
- <PropertyValue Property="Value" Path="DueNetSymbol" />
1917
- </Record>
1918
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1919
- <PropertyValue Property="Value" Path="FixedCashDiscount" />
1920
- </Record>
1921
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1922
- <PropertyValue Property="Value" Path="IsCashDiscount1Due" />
1923
- </Record>
1924
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1925
- <PropertyValue Property="Value" Path="NetPaymentDays" />
1926
- </Record>
1927
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1928
- <PropertyValue Property="Value" Path="CashDisount1DueDate" />
1929
- </Record>
1930
- </Collection>
1931
- </PropertyValue>
1932
- </Record>
1933
- </Annotation>
1934
- <Annotation Term="com.sap.vocabularies.UI.v1.FieldGroup"
1935
- Qualifier="fin.ar.lineitems.display.DunningGroup">
1936
- <Record>
1937
- <PropertyValue Property="Label" String="Dunning" />
1938
- <PropertyValue Property="Data">
1939
- <Collection>
1940
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1941
- <PropertyValue Property="Value" Path="DunningArea" />
1942
- </Record>
1943
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1944
- <PropertyValue Property="Value"
1945
- Path="DunningBlockingReasonCode" />
1946
- </Record>
1947
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1948
- <PropertyValue Property="Value" Path="DunningLevel" />
1949
- </Record>
1950
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1951
- <PropertyValue Property="Value" Path="LastDunningDate" />
1952
- </Record>
1953
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1954
- <PropertyValue Property="Value" Path="MaximumDunningLevel" />
1955
- </Record>
1956
- </Collection>
1957
- </PropertyValue>
1958
- </Record>
1959
- </Annotation>
1960
- <Annotation Term="com.sap.vocabularies.UI.v1.FieldGroup"
1961
- Qualifier="fin.ar.lineitems.display.PaymentGroup">
1962
- <Record>
1963
- <PropertyValue Property="Label" String="Payment" />
1964
- <PropertyValue Property="Data">
1965
- <Collection>
1966
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1967
- <PropertyValue Property="Value" Path="AlternativePayeeAccount" />
1968
- </Record>
1969
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1970
- <PropertyValue Property="Value"
1971
- Path="AlternativePayerIsAllowed" />
1972
- </Record>
1973
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1974
- <PropertyValue Property="Value" Path="AmountInPaymentCurrency" />
1975
- </Record>
1976
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1977
- <PropertyValue Property="Value" Path="BillOfExchangeUsage" />
1978
- </Record>
1979
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1980
- <PropertyValue Property="Value" Path="CreditControlArea" />
1981
- </Record>
1982
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1983
- <PropertyValue Property="Value"
1984
- Path="DataExchangeInstruction1" />
1985
- </Record>
1986
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1987
- <PropertyValue Property="Value"
1988
- Path="DataExchangeInstruction2" />
1989
- </Record>
1990
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1991
- <PropertyValue Property="Value"
1992
- Path="DataExchangeInstruction3" />
1993
- </Record>
1994
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1995
- <PropertyValue Property="Value"
1996
- Path="DataExchangeInstruction4" />
1997
- </Record>
1998
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
1999
- <PropertyValue Property="Value" Path="HasPaymentOrder" />
2000
- </Record>
2001
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2002
- <PropertyValue Property="Value" Path="HedgedAmount" />
2003
- </Record>
2004
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2005
- <PropertyValue Property="Value" Path="HouseBank" />
2006
- </Record>
2007
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2008
- <PropertyValue Property="Value" Path="InterestCalculationCode" />
2009
- </Record>
2010
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2011
- <PropertyValue Property="Value" Path="InterestCalculationDate" />
2012
- </Record>
2013
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2014
- <PropertyValue Property="Value" Path="InterestToBePosted" />
2015
- </Record>
2016
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2017
- <PropertyValue Property="Value"
2018
- Path="IntrstCalcFrequencyInMonths" />
2019
- </Record>
2020
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2021
- <PropertyValue Property="Value"
2022
- Path="IsAccountsReceivablePledged" />
2023
- </Record>
2024
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2025
- <PropertyValue Property="Value" Path="IsDisputed" />
2026
- </Record>
2027
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2028
- <PropertyValue Property="Value" Path="IsPaytAdviceSentByEDI" />
2029
- </Record>
2030
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2031
- <PropertyValue Property="Value" Path="IsSinglePayment" />
2032
- </Record>
2033
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2034
- <PropertyValue Property="Value"
2035
- Path="IsUsedInPaymentTransaction" />
2036
- </Record>
2037
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2038
- <PropertyValue Property="Value" Path="PaymentBlockingReason" />
2039
- </Record>
2040
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2041
- <PropertyValue Property="Value" Path="PaymentCardItem" />
2042
- </Record>
2043
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2044
- <PropertyValue Property="Value"
2045
- Path="PaymentCardsSettlementRun" />
2046
- </Record>
2047
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2048
- <PropertyValue Property="Value" Path="PaymentCurrency" />
2049
- </Record>
2050
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2051
- <PropertyValue Property="Value" Path="PaymentDifferenceReason" />
2052
- </Record>
2053
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2054
- <PropertyValue Property="Value" Path="PaymentMethod" />
2055
- </Record>
2056
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2057
- <PropertyValue Property="Value" Path="PaymentMethodSupplement" />
2058
- </Record>
2059
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2060
- <PropertyValue Property="Value" Path="PaymentReference" />
2061
- </Record>
2062
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2063
- <PropertyValue Property="Value" Path="PaymentTerms" />
2064
- </Record>
2065
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2066
- <PropertyValue Property="Value" Path="SettlementReferenceDate" />
2067
- </Record>
2068
- </Collection>
2069
- </PropertyValue>
2070
- </Record>
2071
- </Annotation>
2072
- <Annotation Term="com.sap.vocabularies.UI.v1.FieldGroup"
2073
- Qualifier="fin.ar.lineitems.display.RefObjectsGroup">
2074
- <Record>
2075
- <PropertyValue Property="Label" String="Referenced Objects" />
2076
- <PropertyValue Property="Data">
2077
- <Collection>
2078
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2079
- <PropertyValue Property="Value" Path="AssignmentReference" />
2080
- </Record>
2081
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2082
- <PropertyValue Property="Value" Path="AssetContract" />
2083
- </Record>
2084
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2085
- <PropertyValue Property="Value" Path="BillingDocument" />
2086
- </Record>
2087
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2088
- <PropertyValue Property="Value" Path="DeliveryScheduleLine" />
2089
- </Record>
2090
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2091
- <PropertyValue Property="Value" Path="FixedAsset" />
2092
- </Record>
2093
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2094
- <PropertyValue Property="Value" Path="FollowOnDocumentType" />
2095
- </Record>
2096
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2097
- <PropertyValue Property="Value" Path="InvoiceList" />
2098
- </Record>
2099
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2100
- <PropertyValue Property="Value" Path="InvoiceReference" />
2101
- </Record>
2102
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2103
- <PropertyValue Property="Value" Path="MasterFixedAsset" />
2104
- </Record>
2105
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2106
- <PropertyValue Property="Value" Path="InternalOrder" />
2107
- </Record>
2108
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2109
- <PropertyValue Property="Value" Path="Plant" />
2110
- </Record>
2111
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2112
- <PropertyValue Property="Value" Path="PurchasingDocument" />
2113
- </Record>
2114
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2115
- <PropertyValue Property="Value" Path="PurchasingDocumentItem" />
2116
- </Record>
2117
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2118
- <PropertyValue Property="Value" Path="RealEstateObject" />
2119
- </Record>
2120
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2121
- <PropertyValue Property="Value" Path="SalesDocument" />
2122
- </Record>
2123
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2124
- <PropertyValue Property="Value" Path="SalesDocumentItem" />
2125
- </Record>
2126
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2127
- <PropertyValue Property="Value" Path="TreasuryContractType" />
2128
- </Record>
2129
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2130
- <PropertyValue Property="Value" Path="WBSElement" />
2131
- </Record>
2132
- </Collection>
2133
- </PropertyValue>
2134
- </Record>
2135
- </Annotation>
2136
- <Annotation Term="com.sap.vocabularies.UI.v1.FieldGroup"
2137
- Qualifier="fin.ar.lineitems.display.TaxGroup">
2138
- <Record>
2139
- <PropertyValue Property="Label" String="Tax" />
2140
- <PropertyValue Property="Data">
2141
- <Collection>
2142
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2143
- <PropertyValue Property="Value" Path="VATRegistration" />
2144
- </Record>
2145
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2146
- <PropertyValue Property="Value" Path="TargetTaxCode" />
2147
- </Record>
2148
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2149
- <PropertyValue Property="Value" Path="TaxCode" />
2150
- </Record>
2151
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2152
- <PropertyValue Property="Value" Path="TaxID1" />
2153
- </Record>
2154
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2155
- <PropertyValue Property="Value" Path="TaxID2" />
2156
- </Record>
2157
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2158
- <PropertyValue Property="Value" Path="TaxID3" />
2159
- </Record>
2160
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2161
- <PropertyValue Property="Value" Path="TaxID4" />
2162
- </Record>
2163
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2164
- <PropertyValue Property="Value" Path="TaxID5" />
2165
- </Record>
2166
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2167
- <PropertyValue Property="Value" Path="TaxJurisdiction" />
2168
- </Record>
2169
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2170
- <PropertyValue Property="Value" Path="TaxReportingDate" />
2171
- </Record>
2172
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2173
- <PropertyValue Property="Value" Path="TaxSection" />
2174
- </Record>
2175
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2176
- <PropertyValue Property="Value" Path="WithholdingTaxAmount" />
2177
- </Record>
2178
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2179
- <PropertyValue Property="Value"
2180
- Path="WithholdingTaxBaseAmount" />
2181
- </Record>
2182
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2183
- <PropertyValue Property="Value"
2184
- Path="WithholdingTaxExemptionAmount" />
2185
- </Record>
2186
- </Collection>
2187
- </PropertyValue>
2188
- </Record>
2189
- </Annotation>
2190
- <Annotation Term="com.sap.vocabularies.UI.v1.FieldGroup"
2191
- Qualifier="fin.ar.lineitems.display.DisputeCase">
2192
- <Record>
2193
- <PropertyValue Property="Label" String="Dispute" />
2194
- <PropertyValue Property="Data">
2195
- <Collection>
2196
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2197
- <PropertyValue Property="Value" Path="CaseID" />
2198
- </Record>
2199
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2200
- <PropertyValue Property="Value" Path="DisputeCasePriority" />
2201
- </Record>
2202
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2203
- <PropertyValue Property="Value" Path="DisputeCasePriorityName" />
2204
- </Record>
2205
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2206
- <PropertyValue Property="Value" Path="DisputeCaseReason" />
2207
- </Record>
2208
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2209
- <PropertyValue Property="Value" Path="DisputeCaseReasonName" />
2210
- </Record>
2211
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2212
- <PropertyValue Property="Value" Path="DisputeCaseTitle" />
2213
- </Record>
2214
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2215
- <PropertyValue Property="Value" Path="DisputeCaseStatus" />
2216
- </Record>
2217
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2218
- <PropertyValue Property="Value" Path="DisputeCaseStatusName" />
2219
- </Record>
2220
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2221
- <PropertyValue Property="Value" Path="DisputeCaseProcessor" />
2222
- </Record>
2223
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2224
- <PropertyValue Property="Value"
2225
- Path="DisputeCaseProcessorFullName" />
2226
- </Record>
2227
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2228
- <PropertyValue Property="Value" Path="DisputeCaseUUID" />
2229
- </Record>
2230
- </Collection>
2231
- </PropertyValue>
2232
- </Record>
2233
- </Annotation>
2234
- </Annotations>
2235
- <Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
2236
- Target="FAR_CUSTOMER_LINE_ITEMS.Item">
2237
- <Annotation Term="com.sap.vocabularies.UI.v1.Chart">
2238
- <Record>
2239
- <PropertyValue Property="Title" String="Customer" />
2240
- <PropertyValue Property="ChartType"
2241
- EnumMember="com.sap.vocabularies.UI.v1.ChartType/Column" />
2242
- <PropertyValue Property="Measures">
2243
- <Collection>
2244
- <PropertyPath>AmountInCompanyCodeCurrency</PropertyPath>
2245
- <PropertyPath>AmountInTransactionCurrency</PropertyPath>
2246
- </Collection>
2247
- </PropertyValue>
2248
- <PropertyValue Property="Dimensions">
2249
- <Collection>
2250
- <PropertyPath>CompanyCode</PropertyPath>
2251
- <PropertyPath>Customer</PropertyPath>
2252
- </Collection>
2253
- </PropertyValue>
2254
- </Record>
2255
- </Annotation>
2256
- </Annotations>
2257
- <Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
2258
- Target="FAR_CUSTOMER_LINE_ITEMS.Item/AccountingDocument">
2259
- <Annotation Term="com.sap.vocabularies.Common.v1.SemanticObject"
2260
- String="AccountingDocument" />
2261
- </Annotations>
2262
- <Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
2263
- Target="FAR_CUSTOMER_LINE_ITEMS.Item/CostCenter">
2264
- <Annotation Term="com.sap.vocabularies.Common.v1.SemanticObject"
2265
- String="CostCenter" />
2266
- </Annotations>
2267
- <Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
2268
- Target="FAR_CUSTOMER_LINE_ITEMS.Item/Customer">
2269
- <Annotation Term="com.sap.vocabularies.Common.v1.SemanticObject"
2270
- String="Customer" />
2271
- </Annotations>
2272
- <Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
2273
- Target="FAR_CUSTOMER_LINE_ITEMS.Item/FixedAsset">
2274
- <Annotation Term="com.sap.vocabularies.Common.v1.SemanticObject"
2275
- String="FixedAsset" />
2276
- </Annotations>
2277
- <Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
2278
- Target="FAR_CUSTOMER_LINE_ITEMS.Item/GeneralLedgerAccount">
2279
- <Annotation Term="com.sap.vocabularies.Common.v1.SemanticObject"
2280
- String="GLAccount" />
2281
- </Annotations>
2282
- <Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
2283
- Target="FAR_CUSTOMER_LINE_ITEMS.Item/HouseBank">
2284
- <Annotation Term="com.sap.vocabularies.Common.v1.SemanticObject"
2285
- String="HouseBank" />
2286
- </Annotations>
2287
- <Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
2288
- Target="FAR_CUSTOMER_LINE_ITEMS.Item/ProfitCenter">
2289
- <Annotation Term="com.sap.vocabularies.Common.v1.SemanticObject"
2290
- String="ProfitCenter" />
2291
- </Annotations>
2292
- <Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
2293
- Target="FAR_CUSTOMER_LINE_ITEMS.Item/InteralOrder">
2294
- <Annotation Term="com.sap.vocabularies.Common.v1.SemanticObject"
2295
- String="InteralOrder" />
2296
- </Annotations>
2297
- <Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm"
2298
- Target="FAR_CUSTOMER_LINE_ITEMS.Item">
2299
- <Annotation Term="com.sap.vocabularies.UI.v1.HeaderInfo">
2300
- <Record Type="com.sap.vocabularies.UI.v1.HeaderInfoType">
2301
- <PropertyValue Property="TypeName" String="Customer Line Item" />
2302
- <PropertyValue Property="TypeNamePlural" String="Customer Line Items" />
2303
- <PropertyValue Property="Title">
2304
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2305
- <PropertyValue Property="Value" Path="AccountingDocument" />
2306
- </Record>
2307
- </PropertyValue>
2308
- <PropertyValue Property="Description">
2309
- <Record Type="com.sap.vocabularies.UI.v1.DataField">
2310
- <PropertyValue Property="Value" Path="CompanyCode" />
2311
- </Record>
2312
- </PropertyValue>
2313
- </Record>
2314
- </Annotation>
2315
- </Annotations>
2316
- <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="self"
2317
- href="/sap/opu/odata/sap/FAR_CUSTOMER_LINE_ITEMS/$metadata" />
2318
- <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="latest-version"
2319
- href="/sap/opu/odata/sap/FAR_CUSTOMER_LINE_ITEMS/$metadata" />
2320
- </Schema>
2321
- </edmx:DataServices>
2322
- </edmx:Edmx>