惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
有赞技术团队
有赞技术团队
量子位
N
Netflix TechBlog - Medium
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
GbyAI
GbyAI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
Martin Fowler
Martin Fowler
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
V
V2EX
IT之家
IT之家
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - Raymond Zhang

案例分享:电信行业零售业务CRM架构 客户关系管理及客户服务简介(译) How-to: disable the web-security-check in Chrome for Mac 基于HANA Cloud的SAP Mobility Platform正式发布 Automate debugging using ABAP debugger scripts Fixing the SAPOSS RFC connection via Secure Storage Migration How-to: Move the items in local to specific packages Some basic skills (2) - Configure the printer for your SAP systems A trouble shooting case - Background job ZABC failed Gateway Notes (1) SAP Netweaver Gateway Add-on for Backend System Installation Some basic skills (1) - Change the background image after logon Why is “GUID” used in SAP CRM? SPM (Service Parts Management) Inter-Company STO - CRM Billing issue Enhancement on SAP CRM Web UI page toolbar How to estimate the active condition records in a CRM system (2) How to estimate the active condition records in a CRM system (1) How-to: Set up the delta upload for Vendor Master Data from CRM to ERP Introduction of new feature ‘Tag Cloud’ with SAP CRM 7.0 Ehp 1
Some notes about CRM Roles Concept in Web UI
Raymond Zhang · 2013-01-11 · via 博客园 - Raymond Zhang

Mainly from SAP CRM Web Client – Customizing and Development.

The Roles and Profiles in CRM are depending on each other actually. And business role, however, is at the core of this role dependency. Here “Roles” means the actual role each user/employee play in en enterprise. and the “Profile” also means the actual techy profiles containing all the parameters and attribute values which you could imagine. They don’t simply refer to the ‘Role’ and “Profile” you could see in SU01.

Navigation Bar profile

Quite easy to understand after I go the mapping chart, but maybe not that easy to remember them. So I wish the chart helps you as well.

image

Technical Profile

I never observed that there is a parameter named ‘Memory threshold’ – this parameter represents the server memory space requirements in MB and determines when a new application session is started. A check will be done to determine whether the current memory consumption is higher than this value. If yes, a new session will be created and current one will be ended. So this value normally should not be too small. Recommended value for normal use is 70MB, while for scenarios associated with marketing or trade promotion the value should be at least 100 MB.

And you can also maintain settings for “Browser Back” support, cookie function, default skin / color style,

You can set the page when user logs off the CRM Web UI here as well. The default value is “www.sap.com” which could be treat as “TOP 5 default values you don’t want to have in SAP CRM”. And I think the Web UI login page would be a better choice.

Layout Profile

Normally we don’t change it.

Role configuration Key

This is just to get the customized UI to be separated from standard ones. You maintain the mapping in CRMV_UI_CONFIG view via SM30.  SAP Note 1248281 has more.

Authorization Profile

The place where the business role could connect to PFCG roles. (check the authorization object UIU_COMP)

Report CRMD_UI_ROLE_PREPARE and transaction SU24 could help to determine the necessary authorization objects you need. SAP Note 551478 and 449832 have more.

SAP Note 1155828 also discuss about the conflicts between PFCG role and business roles.

How business role works (Role Assignment)

As you may know, it works through PPOMA_CRM. Org. Unit has Positions. Position has Employees (virtual BP) or Users (real user for login).

Business Role make effects from org. unit level. It could be maintained or inherited in position level. And for each level, you know how to assign the business role. (Detailed Object->Enhance…->Active->Business Role)

And the user and BP mapping takes place in BP’s Employee view’s Identification tab. ( I know it, but I didn’t think this is the only right answer.)

If you would like to assign the authorization during the creation of users (su01) or the business partners (BP), you check report CRMD_UI_ROLE_ASSIGN (bonus is the PFCG role SAP_CRM_UIU_FRAMEWORK) and Note 1282024.

How to check business role on Web UI?

Click system link “Personalize” and check the lower status bar of the internet browser. And the name of the business role is normally shown in URL as well.

Localizing the UI theme for your company

Check here. Another useful table to be remember or just keep in mind.

image

(End)

Raymond Zhang
If you want to discuss with me about any idea, please contact me at raymond.zhang@sap.com