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

  • 相关阅读:
    在jQuery中.bind() .live() .delegate() .on()的区别
    jquery小结测试题
    揭秘子类构造函数执行过程
    过滤器
    实现AJAX的基本步骤
    AJAX 原生态
    java工程师需要学什么
    Java进阶之路
    git入门大全
    轻松学JVM
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12284384.html
Copyright © 2011-2022 走看看