zoukankan      html  css  js  c++  java
  • 什么是SAP CRM里的用户状态(user status)

    Created by Jerry Wang on Feb 19, 2016

    (1) define a new user status profile in customizing below:

    (2) maintain the status transition relationship. The example below defines the following state transition:

    a. Created status could only navigate to In process status, since its highest range is 20( In process).
    b. In process status could navigate to Activated(30) or Closed(40), however it could not return to Created(10) any more.
    c. Activated status could navigate to In process or Closed.
    d. After a product is set to Closed, it could never be set to any other user defined status.

    Mark "Product master data" as its allowed object type.

    (3) make the standard field //PRODSTAT/STRUCT.STSMA visible in product UI via configuration:

    and now you could see the user status value in the drop down list.

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

  • 相关阅读:
    meanshift聚类的实现
    birch聚类算法
    DBSCAN聚类算法的实现
    discrete adaboost的C++实现
    kd-tree的实现
    红黑树的实现——插入
    24位位图转8位灰度图
    将RGB数据写入BMP位图文件
    splay树的实现
    AVL树的实现
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13619974.html
Copyright © 2011-2022 走看看