cancel
Showing results for 
Search instead for 
Did you mean: 

ITS BASED IVIEW HEADER HIDE

Former Member
0 Kudos

Hi All,

I am using ITS based iview for R/3 4.6 transaction.

I have install seperate ITS on windows which connect to R/3 and I am able to see iview in portal.

I want to hide the header(menu,transaction text field) part from the ITS based iview.

Header is coming as below

Menu, transaction text field to fire the transaction,Save as variant, Back button, Cancel and so on...

Can any one guide me how to disable this header part in the iview.

Regards,

Sanjeev

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Sanjeev,

Using tcode sicf, go to the ITS service /sap/bc/gui/sap/its/webgui. Open it to modify and click on GUI Configuration. Change the value of the parameter ~ WEBGUI_SIMPLE_TOOLBAR to 32 from 0.

This will remove the complete header from the iview.

Award points if found helpful.

Regards,

Gourav.

Former Member
0 Kudos

Hi Sanjeev.

You can use an ITS service, from transaction SICF. There, you can use WEBGUI_SIMPLE_TOOLBAR parameter. With this parameter you can hide title bar, tool bar, status bar, ....

After that, from EP you define an IAC iview and use ITS service.

Look this WIKI:

https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/article%252b-%252bemploy%252bsap%252bgui%252...

Hope this helps,

Ivá

Former Member
0 Kudos

To hide the tool bar in ITS transaction I change the Internet Services WEBGUI with SE80.

In particular, I change in WEBGUI -> Topic DM -> HTML Templates -> GUI_CUA

<tr id="webguiCUAtr">

with

<tr id="webguiCUAtr" style="height:auto;">

and

<div id="webguiCUAMenuBar">

with

<div id="webguiCUAMenuBar" style="display:none;">

Save & Publish Template

Love as thou wilt,

DrLoki