cancel
Showing results for 
Search instead for 
Did you mean: 

I think a very simple authorization question

Former Member
0 Kudos

Hi,

I have a very simple authorization question related to activities modification but I don't know how to do it without any development effort (simple too)

Is there any authorization object who allows to make modifications ONLY in activities created by the current user?

I need some help in this hint

Thanks

Javier Merino

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thank you very much for your feedback,

The problem is that we can't use partner functions because we haven't any business partner related to our CRM users so we need to check against user code.

rafal-olechowsk
Explorer
0 Kudos

Hi,

Try authorization object CRM_ORD_OP it should work.

Keep in mind, that there is different concept of authorization check in CRM than in ERP, so you will have to set all authorization objects described here:

<a href="http://help.sap.com/saphelp_crm50/helpdata/en/26/99973915e69238e10000000a11402f/frameset.htm">http://help.sap.com/saphelp_crm50/helpdata/en/26/99973915e69238e10000000a11402f/frameset.htm</a>

Hope this helps.

Rafal Olechowski

Former Member
0 Kudos

Try authorization object S_SRMSY_CL and see if it works

Former Member
0 Kudos

Hi,

You can use trx.

AUTH_DISPLAY_OBJECTS

to refer to any authorizattion object for activities.

Reward if helpful.

Regards,

Sudipta.