首页 > Web开发 > 详细

SAP S/4HANA的原生扩展字段,如何能够配到S/4CRM WebClient UI上

时间:2020-03-06 11:37:49      阅读:54      评论:0      收藏:0      [点我收藏+]

Currently all AET HEADER fields are appended to structure INCL_EEW_ORDERADH_H. So as long as we register this include structure to Order_header business context in S4 Extensibility registry, once end users create extension field via S4 Key user tool, the field will for sure appear in this include structure.

技术分享图片

The main question could be how to make this field visible in Order overview page in WebUI.
I have manually created one extension field in include INCL_EEW_ORDERADM_H to simulate a new S4 extension field. In real scenario this field could be created easily by S4 Key user tool.

技术分享图片
技术分享图片
技术分享图片

Make S4 extension field visible in CRM One order overview page

Approach 1: make the S4 extension field as Implicit attribute in CRM
What is so called implicit attribute

技术分享图片
技术分享图片
技术分享图片

How to enable read & write on implicit field in CRM WebUI
Once I have added the extension field in UI via configuration, it is visible in the runtime.
The left task is to support read & write on it.

技术分享图片
技术分享图片
技术分享图片

Approach 2: make the S4 extension field as AET attribute in CRM

I plan to render this field as AET attribute in WebUI, that is: EXT.JERRY_CRM_AET

技术分享图片

By default this is not possible:

技术分享图片

Solution

技术分享图片
技术分享图片

In productive implementation, this should be added as a post step of S4 extension field generation process:

技术分享图片

After that UI workbench now considers it as an AET field:

技术分享图片

When I try to add this field into UI via configuration, I meet with the following error message:

技术分享图片

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
技术分享图片

SAP S/4HANA的原生扩展字段,如何能够配到S/4CRM WebClient UI上

原文:https://www.cnblogs.com/sap-jerry/p/12425493.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!