cancel
Showing results for 
Search instead for 
Did you mean: 

how to hide transaction code entry field from transaction iview

Former Member
0 Kudos

Hi,

I want to allow access to a few transactions to a group of user. I have created transaction iviews for that purpose. In a given transaction iview, user gets an input field to enter another transaction code. I want to hide the field which allows another transaction code entry, from the screen. Is there anyway I can do it?

Thanks,

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks Peter for filling up the gap and providing steps to change the parameter in ITS admin.

I have assigned points to you for your help.

Thanks again,

athavanraja
Active Contributor
0 Kudos

IAC = WEBGUI

application parameter = transaction=<tcode>&NOHEADEROKCODE=1

if you set ~noheaderokcode=1 in the global.srvc file (its admin) that will affect all transactions called thru ITs, whether thru portal or other applications.

Regards

Raja

Former Member
0 Kudos

We changed the parameter value in ITS admin itself instead of passing it as parameter with transaction iview. It did work for me. My ITS admin did the change for me so I will not be able to provide exact steps. Bottom line is if you change the parameter, then you can hide transaction commandbox from the screen.

Thanks,

Parimal

Former Member
0 Kudos

Hi friends,

Thanks for your input. I have given points for the answer accordingly.

Thanks again,

Parimal

Former Member
0 Kudos

Hi Bhatt,

Can you send me the exact procedure how i can remove the menu from SAP iView.

Thanks and Regards

Punit

athavanraja
Active Contributor
0 Kudos

~NOHEADEROKCODE=1

did it work with application parameter.

i know this works when added to the ITS url .

but when i used it as application parameter in TRANSACTION iview it didnt work.

instead of adding this to the url as

&NOHEADEROKCODE=1 it added it as +NOHEADEROKCODE=1 because of this it didnt work.

so the way out is to use IAC iview with WEBGUI and in the application parameter pass

transaction=<tcode&NOHEADEROKCODE=1

Regards

Raja

Former Member
0 Kudos

Hi

Log on to the ITS adminstration,

choose instance - configuration - global services - all settings (you can see you are in the file global.srvc

Here you enter the

~noheaderokcode 1

Restart ITS and then it should work

good luck

Peter

Former Member
0 Kudos

Hi Durairaj,

I am trying to create sap iac iview. wat will be the entry for IAC parameter while creating the iview?

regards

Amit

Former Member
0 Kudos

Hi Bhatt,

Yes you can do it. You have to set a parameter of ITS so that the command box doesnot appear.

Thanks

Arun

Former Member
0 Kudos

Hi Arun,

How it will be done.

Please send me the process

Regards

Punit

athavanraja
Active Contributor
0 Kudos

in the application parameter of the transaction iview pass

~NOHEADEROKCODE=1

to hide the command box.

Regards

Raja

Former Member
0 Kudos

Hi Raja,

when i put ~NOHEADEROKCODE=1 in Application Parameter

It didn't work

Please help me out

Regards

Punit

athavanraja
Active Contributor
0 Kudos

sorry i forgot to mention, this will only work with SAPGUI for HTML (where portal uses ITS for rendering the transaction).

if you have used SAP gui for windows it will not work.

Regards

Raja

Former Member
0 Kudos

when i put ~NOHEADEROKCODE=1 in Application Parameter

It didn't work

Please help me out

Regards

Former Member
0 Kudos

In ERP2005, use transaction SICF and add the paramter ~NOHEADEROKCODE = 1 to the WEBGUI service. I don't believe it will work in the GLOBAL service file because the GLOBAL service no longer propogates down.