Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

don't allow user to enter transaction-code ?

Former Member
0 Likes
717

hi,

is it possible to 'lock' the field in SAPGUI, where you can enter a transaction code ? i want this for a specific group of users.

best regards, Martin

hi,

is it possible to 'lock' the field in SAPGUI, where you can enter a transaction code ? i want this for a specific group of users.

best regards, Martin

4 REPLIES 4
Read only

Former Member
0 Likes
658

Hi,

ull be using set PF-status syntax right....there u hav an addition excluding(check syntax hlp) using which u can restrict the buttons.........

use sy-uname syst variable to find the user and restrict

Cheers,

jose.

Read only

0 Likes
658

hi,

this sounds like a SAPstandard-modification, right ? is this not possible with authority ?

best regards, martin

Read only

0 Likes
658

Hi Martin,

Yes, you must handle this using authorizations.

Go to transaction SE93 and check for the transaction code whether there is any Authorization Object maintained.

Most T codes have S_TCODE as the authority object.

Check with basis, they would confirm all the profiles and roles which hold the authorization for this authority object + tcode combination.

By ensuring the user is not given the required auth. role, the user on entering the tcode in command box would receive an error and he would not be able to execute.

Cheers.

Read only

sreelatha_gullapalli
Active Participant
0 Likes
658

hi

verify the following link

http://www.saptechies.com/we-want-protectlock-a-field-so-that-only-selected-people-can-change-the-va...

hope it will help you

regards

sreelatha gullapalli