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

推荐订阅源

T
Threat Research - Cisco Blogs
博客园 - 聂微东
小众软件
小众软件
P
Proofpoint News Feed
Security Archives - TechRepublic
Security Archives - TechRepublic
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
TaoSecurity Blog
TaoSecurity Blog
博客园 - 司徒正美
罗磊的独立博客
N
News and Events Feed by Topic
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Security Affairs
S
Security @ Cisco Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The GitHub Blog
The GitHub Blog
月光博客
月光博客
S
Secure Thoughts
P
Proofpoint News Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Forbes - Security
Forbes - Security
H
Heimdal Security Blog
W
WeLiveSecurity
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
L
LangChain Blog
T
The Blog of Author Tim Ferriss
NISL@THU
NISL@THU
Google DeepMind News
Google DeepMind News
Cloudbric
Cloudbric
H
Hacker News: Front Page
The Last Watchdog
The Last Watchdog
Hacker News - Newest:
Hacker News - Newest: "LLM"
C
Cisco Blogs
博客园 - 三生石上(FineUI控件)
博客园_首页
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Schneier on Security
Project Zero
Project Zero
SecWiki News
SecWiki News
爱范儿
爱范儿
The Register - Security
The Register - Security
AI
AI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Y
Y Combinator Blog
L
Lohrmann on Cybersecurity
Application and Cybersecurity Blog
Application and Cybersecurity Blog
P
Privacy International News Feed
J
Java Code Geeks
S
Securelist
C
Cyber Attacks, Cyber Crime and Cyber Security
V
Visual Studio Blog

博客园 - 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