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: 

Authority Check Object

Former Member
0 Kudos

Hello Freinds,

If there is a field from custamize table for exa.(Zmara-werks )then can we use standard authority check object? or should we create custamize authority object.

Please guide me...........

Thanks,

Amar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You need to create a custom authority object if you have a custom field to check.

For instance, you wanted to validate Plant code in a Z table, you can try using the existing authority objects which will take plant code as input.

Ex: M_MATE_WRK

2 REPLIES 2

Former Member
0 Kudos

Hi ,

To Find Authorization Object for a particular field, use TCode SU21. Click on Find button and enter the filed name to know the Authorization Object.

If suitable combination of required fields is not found in Authorization objects, new objects need to be created. Use TCode SU21 to create new authorization objects. Click on Create Button and enter new object class name and press save button.

Former Member
0 Kudos

Hi,

You need to create a custom authority object if you have a custom field to check.

For instance, you wanted to validate Plant code in a Z table, you can try using the existing authority objects which will take plant code as input.

Ex: M_MATE_WRK