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

role creation based on authorization object : C_COCF_SRF

Madhurivs23
Participant
0 Likes
732

Hi,

I have created a role including IP01/IP02/P03 transaction. I want to restrict  the access based on the Functional Location. Means user_1 will have access/right to create the maintenance plan for functional location_1 only.

I made user of TPLNR authorization object : C_COCF_SRF. but its not working. Is it like that this object will be useful for Scift report only and not for the above Tcodes?

Do I have to create a new authorization obect for TPLNR field which is present in the above Tcodes mentioning the table where the maintenance plan gets saved?

Please reply ASAP.

thanks in advance

Rgds,

MadhuriG

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
655

Hi Madhuri,

   Create authorization object for TPLNR.

   Implement user exit IPRM0004 Maintenance plan / item: Customer check for time "SAVE".

   Where you can Check authorization for Functional Location at the time of SAVE and restrict.

Regards,

Mordhwaj

3 REPLIES 3
Read only

Former Member
0 Likes
656

Hi Madhuri,

   Create authorization object for TPLNR.

   Implement user exit IPRM0004 Maintenance plan / item: Customer check for time "SAVE".

   Where you can Check authorization for Functional Location at the time of SAVE and restrict.

Regards,

Mordhwaj

Read only

0 Likes
655

Hi ,

I have created the authorization object and written a code to check that. But my code is working properly in DEV but not in QAS.

any reason?

Thanks and regards,

Madhuri G

Read only

0 Likes
655

Hi,

Check below points.
1.All object of user exit properly transported?
* you can set break point in quality and check user exit has triggered properly.

2.authorization object has transported and generated in quality?
3.user should not have full authorization.

Regards,

Mordhwaj