zoukankan      html  css  js  c++  java
  • 一步步使用SAP CRM Application Enhancement Tool创建扩展字段

    (1) Click Personalize hyperlink:

    (2) Click hyperlink "Personalize Settings", enable checkbox "Enable configuration mode":

    (3) Enter service order detail page, click configuration icon:

    (4) The UI parts which can be extended by AET is highlighted. Choose the part "General Data"

    Click "Create Field":

    Since we need to put the new field into General Data - header of Service order, so we choose Header part.

    (5) Maintain field label, field type as text, and field length = 20. Choose "Search & Result List" from drop down list, which means you want the new fields also to be supported in search view and search result view. After finish click Back button.

    (6) Now you should find the new field created just now in the fields table with yellow light in status column. Click Save and Generate button.

    (7) The popup window is displayed to maintain the transport request:

    (8) After generation finished now the field is ready to be added into the UI. Click edit icon to enter UI configuration adaptation mode.
    Click button "Show Available Fields":

    locate the new field "city name" from Available Fields list and add it to the UI via add icon:

    Now the field is already added to the detail UI:

    (9) Now you can maintain the content of new field:

    (10) repeat the steps to add the new field also in search view and search result view:

    And now the new field is also displayed in search view and search result view.

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

  • 相关阅读:
    Vue路由跳转时修改页面标题
    Vue整合Quill富文本编辑器
    XML中的转义字符
    整合SSM框架环境搭建
    Android搞定权限申请
    Android实现秒开效果
    tail -f 与tail -F的区别
    druid 启动报错
    sqoop flume学习笔记
    20180911
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13445932.html
Copyright © 2011-2022 走看看