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

Checking authorization of user status

Former Member
0 Likes
480

Hej there!

In our CRM-system I would like to check whether a user has authorization to set a particular user status in a servicecontract.

I know it is possible to check whether a user is authorised for a status scheme via object S_USERSTAT, but I can't find an authorization object which checks on a particular value within the status scheme.

Is it possible to make such a check via an authorization object or BADI or ....???

Regards,

Henry Helderop

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
425

Hi Henry,

I have no access to a CRM system.

In other systems like R/3 or APO user status are handled with object B_USERSTAT or B_USERST_T.

There you can check on values for

o activity

o authorization key

o object type

o status profile

maybe this is the way to restrict the access to service contracts.

Regards

Ferdi

Hej there!

In our CRM-system I would like to check whether a user has authorization to set a particular user status in a servicecontract.

I know it is possible to check whether a user is authorised for a status scheme via object S_USERSTAT, but I can't find an authorization object which checks on a particular value within the status scheme.

Is it possible to make such a check via an authorization object or BADI or ....???

Regards,

Henry Helderop

1 REPLY 1
Read only

Former Member
0 Likes
426

Hi Henry,

I have no access to a CRM system.

In other systems like R/3 or APO user status are handled with object B_USERSTAT or B_USERST_T.

There you can check on values for

o activity

o authorization key

o object type

o status profile

maybe this is the way to restrict the access to service contracts.

Regards

Ferdi