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

  • 相关阅读:
    杜教筛
    单纯形法
    回文树
    模板综合
    不明觉厉的数据结构题2
    gedit脚本
    01分数规划入门
    LCT裸题泛做
    洛谷P4586 [FJOI2015]最小覆盖双圆问题(最小圆覆盖)
    洛谷P1742 最小圆覆盖(计算几何)
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13619974.html
Copyright © 2011-2022 走看看