Skip to Content
Author's profile photo Jerry Wang

Transaction处理中的权限控制


当试图打开一个Opportunity时,

/wp-content/uploads/2014/03/clipboard1_403004.png

系统会进行如下一系列的权限检查:

1. 检查Authorization object CRM_ORD_OP:

/wp-content/uploads/2014/03/clipboard2_403006.png

/wp-content/uploads/2014/03/clipboard3_403010.png


此处会检查当前user的partner function和partner function category的设置情况:

/wp-content/uploads/2014/03/clipboard4_403011.png

如果检查失败,会抛出error message:

/wp-content/uploads/2014/03/clipboard5_403012.png

2. 进行第二轮针对CRM_ORD_LP的检查:

/wp-content/uploads/2014/03/clipboard6_403016.png

/wp-content/uploads/2014/03/clipboard7_403017.png

/wp-content/uploads/2014/03/clipboard8_403018.png

3. 如果再失败,进行第三轮对CRM_OPP的权限检查:

/wp-content/uploads/2014/03/clipboard9_403019.png

/wp-content/uploads/2014/03/clipboard10_403020.png

45代表Allow:

/wp-content/uploads/2014/03/clipboard11_403021.png

4. 如果再失败,进行第四轮对CRM_ORD_RS的权限检查:

/wp-content/uploads/2014/03/clipboard12_403025.png

/wp-content/uploads/2014/03/clipboard13_403026.png

如果都失败,将看到如下错误信息:

/wp-content/uploads/2014/03/clipboard14_403027.png

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Xuefeng Li
      Xuefeng Li

      Wow, 后边的故事还真多。只是最终Web端显示的错误好像很简单。

      ---My first comment on CRM. Amazing SAP CRM, I am coming....

      Author's profile photo Andrei Vishnevsky
      Andrei Vishnevsky

      Jerry,

      I can not read your document without google.translate 🙂 But I understood the main idea from screenshots. I always refer to the image from help.sap.com. Even printed it out.

      http://help.sap.com/static/saphelp_crm60/en/87/8a57fb6f0a4b74875dc0a8093c3eb2/ppt_img.gif