zoukankan      html  css  js  c++  java
  • 如何使用配置的方式修改SAP C4C UI的字段标签,以及背后的工作原理

    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:



    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    shell 编程 如何实现 比较两个整数的大小
    从Mysql某一表中随机读取n条数据的SQL查询语句
    AS3中UTF8、GB2312、BIG5、GBK编码转换类
    Google Map API V3 离线版
    linux下解压命令大全
    PHP 5.3无法安装Memcached解决方案
    根据淘宝商品 num_iid 批量生成淘宝客链接的 PHP 函数
    Linux curl使用简单介绍
    TCP/IP UDP用户数据报协议 运输层
    TCP/IP 应用层
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13577057.html
Copyright © 2011-2022 走看看