Application Development 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: 

restricting field value for a role with transaction we02

Former Member
0 Kudos

Hi,

We are designing roles for an insurance company.

There is a role with the transaction code we02.

This transaction has a field called message variant.

We want to restrict the values displayed in this filed.

When maintaiing the authorisation values in pfcg we are unable to find this field.

The technical name for this field is MESCOD.

Is there any way we can restrict the values displayed in this field.

Thanks in advance.

Regards

Prince.

3 REPLIES 3

jurjen_heeck
Active Contributor
0 Kudos

To find out on which entities you can restrict for a transaction I advise you to run an ST01 trace while going through the whole transaction. That will show you which checks are performed.

Besides that you can have a look in transaction SU24 to see which objects are checked for your transaction. There may be more than show up in PFCG.

Former Member
0 Kudos

Hi Prince

This field cannot be restricted at authorization level , you need to take help of the ABAP team and can get this field restricted at the field level Mascod

Kailash Bhatnagar

Former Member
0 Kudos

Thnks guys fr the response ....

i guess u are right this field cannot be restricted at basis level.

It has to be designed at the program level.