cancel
Showing results for 
Search instead for 
Did you mean: 

Exposing Only One Transaction through WebGUI

Former Member
0 Kudos

We have requirement where we have to enable only the PO approaval transaction to the user, I was wondering if there is anyway to disable the command input filed(for TCode) and specify the only one transaction in ITS which needs to be exposed. This way user can not do anything else other than what is exposed out. I understnad that through security one can control the transaction execution authority but even to start with I want user not to give that option.

Thanks,

Samir

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

...

and if you are using the Integrated ITS don't forget to checkout parameter ~singletransaction.

copy the standard webgui service to another name and add your transaction name (~transaction=<yourtransactionname>) plus ~singletransaction=1.

...

Former Member
0 Kudos

Hi,

If you define an ITS service for your transaction, you can hide toolbar, ok-code, .... with ~WEBGUI_SIMPLE_TOOLBAR. Anyway, you can use R/3 roles to restrict user access to another transaction.

Hope this helps,

Iván.