cancel
Showing results for 
Search instead for 
Did you mean: 

Open WebUI without the navigation bar

0 Kudos
294

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
Former Member
0 Kudos

Hi, Krish.

Check another way:

How to - Start WebUI with hidden navigation bar

http://wiki.sdn.sap.com/wiki/display/CRM/Howto-StartWebUIwithhiddennavigationbar

May be this help you.

Denis.

0 Kudos

Hi Denis

I'm aware of this parameter. However is there a possibility to hide it permanently?

Kishan.

amarnath_kathi
Active Contributor
0 Kudos

Kishan,

Using the thtmlbSliderState option, I do not think there is an option to permanently hide the nav bar.

0 Kudos

Is there any other way? The link has to be called and displayed in the portal as a result of a bespoke BSP application created to capture BP and Service ticket related data.

Former Member
0 Kudos

Hi,

I have the same requirement. I have achieved by enhancing the component/view CRM_UI_FRAME/WorkAreaViewSet and then modifying the .htm page of this view. Here I am clearing the table lt_navbar_va_layout depending on my condition when i need the navigation bar to be hidden, after line 21 of the .htm page. Please let me know if it would have any consequences in a negitive way. Although this has successfully resolved the issue.

Regards,

Radhika

Former Member
0 Kudos

Hi Krish,

You have mentioned that the parameter thtmlbSliderState=HIDDEN can be added to the url to open ui with HIdden nav bar . Can you please tell at what place should the parameter be inserted in the url. I tried doing in the end and the start but did not work for me,

Regards,

Radhika