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

  • 相关阅读:
    spring学习10-AOP
    spring学习9-代理模式
    spring学习6-bean的自动装配
    PyQT5使用心得
    Python 时间戳和日期相互转换
    requests模块的入门使用
    Celery异步任务
    MySQL和python交互
    MySQL高级
    MySQL中select的使用
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12284384.html
Copyright © 2011-2022 走看看