Register Login

Show System and User Name at the top of WEB UI

Updated Sep 28, 2021

This SAP CRM tutorial will explain step by step procedure to show the user name and system name at the top of the WEB UI page.

How to Show System and User Name at the top of WEB UI?

Please follow the steps below to show the user and system name at the top of the WEB UI page:

Execute t-code BSP_WD_CMPWB in the SAP Command field.

bSP_WD_CMPWD

Next, input the Component name as CRMCMP_NAVBAR and then click on the Display button. 

Component

Next, expand the View menu and double click on the CRMCMP_NAVBAR/Picture.

Picture

(Note: you will see all the details on the right-hand side)

Now expand the View layout and click the Picture.htm folder.

Picture.htm

Once the HTM file is opened click the Edit icon as shown below in the image.

Edit

Now in the Edit mode paste the following code as shown below:

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

Insert code

Once the code is edited click the Save button to save the modified code.

Save

Next, select the Workbench Request id and press Enter to continue.

Workbench request

Now click the Activate icon to activate the modified code

Activate

You have now successfully activated the new code.

Object activated

Now go back to the SAP Easy Access screen and execute t-code CRM_UI

CRM_UI

Click Allow on the SAP GUI Security popup.

SAP GUI Securiy

Next, select the business role and you will see the system as well as the user name at the top of the WEB UI page


×