zoukankan      html  css  js  c++  java
  • SAP CRM产品主数据页面的缩略图显示设计原理

    In CRM Product UI, A thumbnail could be displayed in Product header and Thumbnail assignment block.


    The Thumbnail assignment block is not available in SAP predefined UI configuration. Customer needs to manually make it visible via UI configuration change:

    The thumbnail view implementation itself is very simple, just use the lib thtmlb image tag.

    The thumbnail view implementation itself is very simple, just use the lib thtmlb image tag.

    If a product has multiple attachments, how does the UI know which one should be displayed as thumbnail? The default attachment with type BDS_IMAGE will be choosen.

    However, these two fields are not available in default standard configuration of GS_CM/EditProp

    if your application need also allow users to specify these two fields, you can create a new configuration by copying from the one with object type = PRD_MATSRV.

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

  • 相关阅读:
    return关键字
    类的成员之二 :方法
    面向对象(一)
    正则表达式(一)
    Linux FTP服务器vsftpd介绍与软件包安装
    Linux SSH
    Linux telnet
    Linux firewalld
    Linux iptables nat表的使用
    Linux iptables规则的基本使用
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13447827.html
Copyright © 2011-2022 走看看