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: 

Authorization Object Item Category

Former Member
0 Kudos

Hi, I need to configure a rol that only make orders when the item category is L (subcontrating).

I used su24 to looking for the authorization object but a not see it, how can iconfigure the authorization object?

technical information for item category in me21n is

Table Name: MEPO1211

Field Name : EPSTP

Data Element : EPSTP

1 ACCEPTED SOLUTION
2 REPLIES 2

bino_varghese
Explorer
0 Kudos

Hi,

Pls follow the following steps for to maintain an Authorization Object, and assigning a user role.

1. Maintain the Authorization object in transaction SU21.

2. In transaction PFCG, Maintain the role <role name>, assign the user to this role,

and the associated authorization object. You may insert the authroization object

to this role by choosing Edit-> Insert Authorization(s)

3. Once the user is added, u may use the ABAP statement Authority-check to validate this.

Let me know if this was helpful.

-Bino.