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

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

在S/4HANA扩展字段的Available Fields列表里,看不到自己创建的扩展字段该怎么办

發布時間:2023/12/19 编程问答 29 豆豆
生活随笔 收集整理的這篇文章主要介紹了 在S/4HANA扩展字段的Available Fields列表里,看不到自己创建的扩展字段该怎么办 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

I have created one extension field on Business context “Product Master General” in tile “Custom Field and Logic” and publish it:

After that when I try to add it to Basic Data block of Product Master application, I could not find it in Available Fields list. As a result, I cannot add it to standard Fiori UI.

In order to resolve this issue, I need to first understand where do fields in “Available Fields” dialog come from and are rendered.
Through debugging, I find the field list are retrieved from property “customFieldAvailable” in SmartForm control.

The logic to fill this property is based on the attributes listed below:

  • BusinessContexts
  • EntityType
  • ServiceName
  • ServiceVersion

And the list in “Available Fields” dialog is bound to model data stored in variable mAvailableElements filled by method getAvailableElements in line 472 below.


Via the debugging below, I get to know that the prerequisite for an extension field to appear in “Available Field” list when “Add Field” button is clicked on Basic Data block is, it should be added as one of fields for data type “C_ProductType” in Product Master application’s OData metadata:

The solution is to add the field to Odata via button “Enable Usage”:

Once done, clear metadata cache in both gateway and backend system.

Relaunch the Fiori application, make sure you see the extension field in metadata:

After that the extension field is visible now in the list:

And it could be successfully added to Fiori UI now.

要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":

總結

以上是生活随笔為你收集整理的在S/4HANA扩展字段的Available Fields列表里,看不到自己创建的扩展字段该怎么办的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。