zoukankan      html  css  js  c++  java
  • SAP CRM的状态管理和权限控制的集成

    CRM status management framework supports the authorization concept as below.
    Customer can choose that only specific user group (with dedicated PFCG role) contains the authorization to change the status of transaction/activity to specific status, e.g. “Completed” and “Cancelled”.
    Other user group (with different PFCG role) can only change status to status like “In Process”.
    This feature is implemented via so called Authorization Code in IMG activity “Define Status Profile”.

    If the respective user status is configured with an authorization code, in the runtime, authorization check will be executed accordingly.
    But in CRM, there are two different use cases.
    (1) If end changes the user status directly in Fiori UI (edit page), authorization object “B_USERSTAT” will be used for check.


    (2) If user clicks the check box in Fiori search page, authorization object “B_USERST_T” will be used for check.

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

  • 相关阅读:
    Centos8 安装mongodb
    java 时间处理
    从技术走向管理李元芳履职记 读书记录
    debian基本操作
    centos8 安装kudu
    k8s api调用示例
    idea other settings
    C# Random生成相同随机数的解决方案
    DropDownList绑定选择数据报错问题
    离谱
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12284384.html
Copyright © 2011-2022 走看看