前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >如何使用配置的方式修改SAP C4C UI的字段标签,以及背后的工作原理

如何使用配置的方式修改SAP C4C UI的字段标签,以及背后的工作原理

作者头像
Jerry Wang
发布2020-08-28 10:38:44
4970
发布2020-08-28 10:38:44
举报

I was asked by one partner that it is expected to adapt the label of “New” button into “Add”, and change the text of first menu item from “Add” to “From Contact”.

Here below is detail step how to achieve this requirement.

(1) Work center Administrator, General Settings->Language Adaptations:

Create a new Language Adaptation:

Select the Work center view where the button and menu item resides in:

Click Edit button and then click button “Collect Texts”:

(2) Now you could do actual text adaptation. Do filtering by “New” keyword and restrict UI Element Type to only display Button to avoid too many items with Source Text equals to “Add”. Since there are lots of “New” button defined within this work center view, so you have to also use column “UI Short Name” to identify the very button in Contact OWL toolbar.

Replace “Add” with “From Contact” as well.

Write down the ID of this text for later usage: igVref5FuaY1LnI6tdBKZm

How Text adaptation works under the hood

In the runtime the adapted text works as expected.

Neither the original text shipped by SAP nor the adapted text is directly bound to menu item. Instead, there is a binding existed to connect an instance of UI text pool with the text property of menu item.

Copy the source code of COD_Account_TI from HTTP response in the network tab of Chrome development tool and search by ID igVref5FuaY1LnI6tdBKZm:

One entry for text pool instance found:

And in the runtime, we can see the text property of menu item is bound to this text pool instance:

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2020-08-27 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • How Text adaptation works under the hood
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档