cancel
Showing results for 
Search instead for 
Did you mean: 

Open WebUI without the navigation bar

0 Kudos
295

We have a requirement to open a webui session as a standalone url "without the navbar". Has someone tried this?

The URL I have been using is:

http://xx.xx.xx:8002/sap/bc/bsp/sap/crm_ui_start/default.htm?CRM-OBJECT-TYPE=BT116_SRVO&CRM-OBJECT-A....

We could use the parameter thtmlbSliderState=HIDDEN, which minimizes the slider. However it can still be expanded.

Any help greatly appreciated..

View Entire Topic
CarstenKasper
Active Contributor
0 Kudos

Hey, this one's interesting.

@Radhika: I know of no URL parameter. The one above is a POST parameter as shown in the WIKI entry. I suppose he and you can not add it to a URL as a GET parameter (like: http://myhost../default.htm?thtmlbSliderState=HIDDEN).

On topic:

I just played a little bit with the style sheets. It should be enough to add the property display: none; to the style th-l-navcontainer. File is thtmlb_core_stand.css of the selected skin.

cheers Carsten