SlideShare une entreprise Scribd logo
1  sur  5
To Get the User, System and Client Name after Login to UI

                                                          -Ripunjay Rathaur

Steps:

1. Go to T.Code: BSP_WD_CMPWB
Double Click on it.




Double Click on Picture.HTM
Insert the following Code... at Line number 19

<p><%= sy-uname %> - <%= sy-sysid %> - <%= sy-mandt %></p>




     Activate it.
Restart Web UI Screen




You can play with colors and Positions as well.


- You can play around with special cases - Example: show "bold red color" in Productive
System. etc...

Use this Demo Code...

DATA: lv_mytext type string. (Have to define at Data declaration on line 9)
if sy-uname = 'TESTU'. "Select here if the Text should only be visible for some users...
  CASE sy-sysid.
   WHEN 'DEV'. "Dev
     CONCATENATE
     '<span style="background-color: yellow; color: black;" title="'
    sy-uname '-' sy-sysid '-' sy-mandt '-' sy-uzeit
     '">'
     '<a href="https://forums.sdn.sap.com/search.jspa?threadID=&q=wiki&objID=f292&dateRan
ge=all&numResults=30&rankBy=9" target="_new">'
     sy-uname ' - ' sy-uzeit
     '</a>'
     '</span>'
* '<br>'
     into lv_mytext.
* WHEN 'TST'. "Test
*      '<span style="background-color: green; color: yellow;" title="'
* WHEN 'PRD'. "Prod
*      '<span style="background-color: red; color: yellow;" title="'
  ENDCASE.
***Other Style Options: (Span)
************************************
* color:brown;
* font-weight:900;
* font-size:100%;
* font-family:sans-serif;
* background-color: #ffff00;
* title = "This is the tool tip box"
endif. "Syuname
%>
<%= lv_mytext %>
<div class="th-l-closeSlider th-displayNone" id="th-l-closeSlider"> ß ORIGINAL Line

...for different colors in DEV / TEST / PROD System. There is also additional Space for Sy-
Variables in the Tooltip and

>>THE KILLER FEATURE<<: A direct Link to SAP CRM WebUi Forum Search... You
have to add the code like described in (5).

- In Serenity there is a problem with the collapse Navbar since we are influencing the <p> tag

- If you can't see the new Texts - check the position of your coding in (5) and follow (6).

- If your breakpoint is not working - check that you have used an external breakpoint and try to
choose another (Standard) Layout.

Note From Carsten Kasper in the original Thread:

- You can modify the .htm page without any hassles, but be aware that your changes might be
overwritten with the next service pack.

Contenu connexe

Similaire à To get user client system name on ui welcome screen.doc

Ewd senchatouch classactivity_part_i
Ewd senchatouch classactivity_part_iEwd senchatouch classactivity_part_i
Ewd senchatouch classactivity_part_ivxVistA.org
 
Automate sap security user audit
Automate sap security user auditAutomate sap security user audit
Automate sap security user auditSatyajit Deb
 
How I Built a Power Debugger Out of the Standard Library and Things I Found o...
How I Built a Power Debugger Out of the Standard Library and Things I Found o...How I Built a Power Debugger Out of the Standard Library and Things I Found o...
How I Built a Power Debugger Out of the Standard Library and Things I Found o...doughellmann
 
sms frame work
sms frame worksms frame work
sms frame workArulalan T
 
How I Built a Power Debugger Out of the Standard Library and Things I Found o...
How I Built a Power Debugger Out of the Standard Library and Things I Found o...How I Built a Power Debugger Out of the Standard Library and Things I Found o...
How I Built a Power Debugger Out of the Standard Library and Things I Found o...doughellmann
 
Embedded Android
Embedded AndroidEmbedded Android
Embedded Android晓东 杜
 
Python 03-parameters-graphics.pptx
Python 03-parameters-graphics.pptxPython 03-parameters-graphics.pptx
Python 03-parameters-graphics.pptxTseChris
 
agri inventory - nouka data collector / yaoya data convertor
agri inventory - nouka data collector / yaoya data convertoragri inventory - nouka data collector / yaoya data convertor
agri inventory - nouka data collector / yaoya data convertorToshiaki Baba
 
PrimeNG - Components para la Vida Real
PrimeNG - Components para la Vida RealPrimeNG - Components para la Vida Real
PrimeNG - Components para la Vida Realcagataycivici
 
bootstrap.pptx
bootstrap.pptxbootstrap.pptx
bootstrap.pptxLibin51
 
Efficient Pagination Using MySQL
Efficient Pagination Using MySQLEfficient Pagination Using MySQL
Efficient Pagination Using MySQLEvan Weaver
 
PPC2009_yahoo_mysql_pagination
PPC2009_yahoo_mysql_paginationPPC2009_yahoo_mysql_pagination
PPC2009_yahoo_mysql_paginationmysqlops
 
linux practical exam Digvajiya collage Rajnandgaon
linux practical  exam Digvajiya collage Rajnandgaonlinux practical  exam Digvajiya collage Rajnandgaon
linux practical exam Digvajiya collage Rajnandgaonyash production
 
Build an affordable Cloud Stroage
Build an affordable Cloud StroageBuild an affordable Cloud Stroage
Build an affordable Cloud StroageAlex Lau
 
Please help with creating a javascript file to produce the outcome bel.pdf
Please help with creating a javascript file to produce the outcome bel.pdfPlease help with creating a javascript file to produce the outcome bel.pdf
Please help with creating a javascript file to produce the outcome bel.pdfinfo750646
 
Please help with creating a javascript file to produce the outcome bel (1).pdf
Please help with creating a javascript file to produce the outcome bel (1).pdfPlease help with creating a javascript file to produce the outcome bel (1).pdf
Please help with creating a javascript file to produce the outcome bel (1).pdfpankajsingh316693
 

Similaire à To get user client system name on ui welcome screen.doc (20)

Ewd senchatouch classactivity_part_i
Ewd senchatouch classactivity_part_iEwd senchatouch classactivity_part_i
Ewd senchatouch classactivity_part_i
 
Automate sap security user audit
Automate sap security user auditAutomate sap security user audit
Automate sap security user audit
 
How I Built a Power Debugger Out of the Standard Library and Things I Found o...
How I Built a Power Debugger Out of the Standard Library and Things I Found o...How I Built a Power Debugger Out of the Standard Library and Things I Found o...
How I Built a Power Debugger Out of the Standard Library and Things I Found o...
 
SUMO simulation CODES AND STEPS
SUMO simulation CODES AND STEPSSUMO simulation CODES AND STEPS
SUMO simulation CODES AND STEPS
 
sms frame work
sms frame worksms frame work
sms frame work
 
How I Built a Power Debugger Out of the Standard Library and Things I Found o...
How I Built a Power Debugger Out of the Standard Library and Things I Found o...How I Built a Power Debugger Out of the Standard Library and Things I Found o...
How I Built a Power Debugger Out of the Standard Library and Things I Found o...
 
Embedded Android
Embedded AndroidEmbedded Android
Embedded Android
 
Python 03-parameters-graphics.pptx
Python 03-parameters-graphics.pptxPython 03-parameters-graphics.pptx
Python 03-parameters-graphics.pptx
 
agri inventory - nouka data collector / yaoya data convertor
agri inventory - nouka data collector / yaoya data convertoragri inventory - nouka data collector / yaoya data convertor
agri inventory - nouka data collector / yaoya data convertor
 
PrimeNG - Components para la Vida Real
PrimeNG - Components para la Vida RealPrimeNG - Components para la Vida Real
PrimeNG - Components para la Vida Real
 
bootstrap.pptx
bootstrap.pptxbootstrap.pptx
bootstrap.pptx
 
RandomGuessingGame
RandomGuessingGameRandomGuessingGame
RandomGuessingGame
 
Python Menu
Python MenuPython Menu
Python Menu
 
Polymer 1.0
Polymer 1.0Polymer 1.0
Polymer 1.0
 
Efficient Pagination Using MySQL
Efficient Pagination Using MySQLEfficient Pagination Using MySQL
Efficient Pagination Using MySQL
 
PPC2009_yahoo_mysql_pagination
PPC2009_yahoo_mysql_paginationPPC2009_yahoo_mysql_pagination
PPC2009_yahoo_mysql_pagination
 
linux practical exam Digvajiya collage Rajnandgaon
linux practical  exam Digvajiya collage Rajnandgaonlinux practical  exam Digvajiya collage Rajnandgaon
linux practical exam Digvajiya collage Rajnandgaon
 
Build an affordable Cloud Stroage
Build an affordable Cloud StroageBuild an affordable Cloud Stroage
Build an affordable Cloud Stroage
 
Please help with creating a javascript file to produce the outcome bel.pdf
Please help with creating a javascript file to produce the outcome bel.pdfPlease help with creating a javascript file to produce the outcome bel.pdf
Please help with creating a javascript file to produce the outcome bel.pdf
 
Please help with creating a javascript file to produce the outcome bel (1).pdf
Please help with creating a javascript file to produce the outcome bel (1).pdfPlease help with creating a javascript file to produce the outcome bel (1).pdf
Please help with creating a javascript file to produce the outcome bel (1).pdf
 

Plus de Ripunjay Rathaur

Contract management for c&i customers
Contract management for c&i customersContract management for c&i customers
Contract management for c&i customersRipunjay Rathaur
 
946498 sap-crm-tech-drafttablesrelationships-120524002142-phpapp02
946498 sap-crm-tech-drafttablesrelationships-120524002142-phpapp02946498 sap-crm-tech-drafttablesrelationships-120524002142-phpapp02
946498 sap-crm-tech-drafttablesrelationships-120524002142-phpapp02Ripunjay Rathaur
 
SAP CRM Address Mgmt for IS_U Scenario
SAP CRM Address Mgmt for IS_U Scenario SAP CRM Address Mgmt for IS_U Scenario
SAP CRM Address Mgmt for IS_U Scenario Ripunjay Rathaur
 
Installed base configuration steps.doc
Installed base configuration steps.docInstalled base configuration steps.doc
Installed base configuration steps.docRipunjay Rathaur
 
Middleware creation of site publication_subscription
Middleware creation of site publication_subscriptionMiddleware creation of site publication_subscription
Middleware creation of site publication_subscriptionRipunjay Rathaur
 
RFC destination step by step
RFC destination step by stepRFC destination step by step
RFC destination step by stepRipunjay Rathaur
 

Plus de Ripunjay Rathaur (11)

SAP C4C overview
SAP C4C overviewSAP C4C overview
SAP C4C overview
 
Contract management for c&i customers
Contract management for c&i customersContract management for c&i customers
Contract management for c&i customers
 
946498 sap-crm-tech-drafttablesrelationships-120524002142-phpapp02
946498 sap-crm-tech-drafttablesrelationships-120524002142-phpapp02946498 sap-crm-tech-drafttablesrelationships-120524002142-phpapp02
946498 sap-crm-tech-drafttablesrelationships-120524002142-phpapp02
 
SAP CRM Address Mgmt for IS_U Scenario
SAP CRM Address Mgmt for IS_U Scenario SAP CRM Address Mgmt for IS_U Scenario
SAP CRM Address Mgmt for IS_U Scenario
 
Cookbook dropdown crm2007
Cookbook dropdown crm2007Cookbook dropdown crm2007
Cookbook dropdown crm2007
 
Installed base configuration steps.doc
Installed base configuration steps.docInstalled base configuration steps.doc
Installed base configuration steps.doc
 
Isu crm facts 01.doc
Isu crm facts 01.docIsu crm facts 01.doc
Isu crm facts 01.doc
 
Sap is utilities-cs
Sap is utilities-csSap is utilities-cs
Sap is utilities-cs
 
Middleware creation of site publication_subscription
Middleware creation of site publication_subscriptionMiddleware creation of site publication_subscription
Middleware creation of site publication_subscription
 
RFC destination step by step
RFC destination step by stepRFC destination step by step
RFC destination step by step
 
Crm service updated (PPT)
Crm service updated (PPT)Crm service updated (PPT)
Crm service updated (PPT)
 

Dernier

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 

Dernier (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 

To get user client system name on ui welcome screen.doc

  • 1. To Get the User, System and Client Name after Login to UI -Ripunjay Rathaur Steps: 1. Go to T.Code: BSP_WD_CMPWB
  • 2. Double Click on it. Double Click on Picture.HTM
  • 3. Insert the following Code... at Line number 19 <p><%= sy-uname %> - <%= sy-sysid %> - <%= sy-mandt %></p> Activate it.
  • 4. Restart Web UI Screen You can play with colors and Positions as well. - You can play around with special cases - Example: show "bold red color" in Productive System. etc... Use this Demo Code... DATA: lv_mytext type string. (Have to define at Data declaration on line 9) if sy-uname = 'TESTU'. "Select here if the Text should only be visible for some users... CASE sy-sysid. WHEN 'DEV'. "Dev CONCATENATE '<span style="background-color: yellow; color: black;" title="' sy-uname '-' sy-sysid '-' sy-mandt '-' sy-uzeit '">' '<a href="https://forums.sdn.sap.com/search.jspa?threadID=&q=wiki&objID=f292&dateRan ge=all&numResults=30&rankBy=9" target="_new">' sy-uname ' - ' sy-uzeit '</a>' '</span>' * '<br>' into lv_mytext. * WHEN 'TST'. "Test * '<span style="background-color: green; color: yellow;" title="' * WHEN 'PRD'. "Prod * '<span style="background-color: red; color: yellow;" title="' ENDCASE. ***Other Style Options: (Span) ************************************ * color:brown; * font-weight:900; * font-size:100%; * font-family:sans-serif; * background-color: #ffff00; * title = "This is the tool tip box"
  • 5. endif. "Syuname %> <%= lv_mytext %> <div class="th-l-closeSlider th-displayNone" id="th-l-closeSlider"> ß ORIGINAL Line ...for different colors in DEV / TEST / PROD System. There is also additional Space for Sy- Variables in the Tooltip and >>THE KILLER FEATURE<<: A direct Link to SAP CRM WebUi Forum Search... You have to add the code like described in (5). - In Serenity there is a problem with the collapse Navbar since we are influencing the <p> tag - If you can't see the new Texts - check the position of your coding in (5) and follow (6). - If your breakpoint is not working - check that you have used an external breakpoint and try to choose another (Standard) Layout. Note From Carsten Kasper in the original Thread: - You can modify the .htm page without any hassles, but be aware that your changes might be overwritten with the next service pack.