SlideShare una empresa de Scribd logo
1 de 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.

Más contenido relacionado

Similar a 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
 

Similar a 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
 

Más 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
 

Más 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)
 

Último

AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
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
 

Último (20)

AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
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...
 

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.