日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪(fǎng)問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) > 编程资源 > 编程问答 >内容正文

编程问答

什么是 SAP vocabulary-based annotations

發(fā)布時(shí)間:2023/12/19 编程问答 44 豆豆
生活随笔 收集整理的這篇文章主要介紹了 什么是 SAP vocabulary-based annotations 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

我們?cè)?SAP Fiori Elements 應(yīng)用的本地注解里,能看到大量如下以 Common 和 UI 為前綴的注解屬性:

這些 Common,UI,實(shí)際是命名空間(namespace), 定義在本地注解文件(文件夾localService下面) 的開(kāi)頭部分:

<?xml version="1.0" encoding="utf-8"?> <edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:Reference Uri="../../catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_COMMON',Version='0001',SAP__Origin='LOCAL')/$value"><edmx:Include Namespace="com.sap.vocabularies.Common.v1" Alias="Common"/></edmx:Reference><edmx:Reference Uri="../../catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_UI',Version='0001',SAP__Origin='LOCAL')/$value"><edmx:Include Namespace="com.sap.vocabularies.UI.v1" Alias="UI"/></edmx:Reference>
  • com.sap.vocabularies.Common.v1: Common terms for all SAP vocabularies

https://sap.github.io/odata-vocabularies/vocabularies/Common.html

  • com.sap.vocabularies.UI.v1:Terms for presenting data in user interfaces

https://sap.github.io/odata-vocabularies/vocabularies/UI.html

SAP 為 Fiori Elements 定義的所有 OData vocabulary 注解,都能在這個(gè)鏈接里找到:

https://sap.github.io/odata-vocabularies/

vocabulary-based annotations 有兩種類(lèi)型:

  • In-place: 是 OData 服務(wù)元數(shù)據(jù)的一部分。
  • Ex-place: 在 metadata document 之外,由一個(gè)注解提供類(lèi)Annotation Provider Class,簡(jiǎn)稱(chēng) APC 額外提供。APC 同 OData 服務(wù)的綁定關(guān)系,通過(guò)事物碼 /IWBEP/REG_VOCAN 維護(hù)。
  • These annotations are available using a query to the SAP Gateway catalog service, /sap/opu/odata/IWFND/CATALOGSERVICE;v=2/. Entity Set: ?Annotations‘.

    例如下圖所示:

    更多Jerry的原創(chuàng)文章,盡在:“汪子熙”:

    總結(jié)

    以上是生活随笔為你收集整理的什么是 SAP vocabulary-based annotations的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

    如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。