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的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    js代码性能优化的几个方法
    BOM(浏览器对象模型)的一些内置对象总结
    js产生对象的3种基本方式(工厂模式,构造函数模式,原型模式)
    ELF文件格式
    Python 语言之 map/reduce
    LeetCode
    快速排序
    网络问题诊断
    Notepad++ 用法技巧
    Python图形开发之PIL
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13445932.html
Copyright © 2011-2022 走看看