Skip to Content
0
Dec 15, 2021 at 03:14 PM

How can i configure user name display in the launchpad?

167 Views Last edit Dec 15, 2021 at 03:18 PM 4 rev

I Need to display the username insted of "default user" in my application

screen-shot-2021-12-15-at-171014.png

this is my code from the html file:

window["sap-ushell-config"] = 
   { defaultRenderer: "fiori2", "renderers": 
{ "fiori2" :
{ "componentData":
{ "config":
{ "enablePersonalization": false, "enableSetTheme": false }
}
}
},

How can i display username instead of "DU" on the menu?

Attachments