2013 May 31 2:44 PM
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
2013 Jun 01 9:26 AM
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
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
2013 Jun 01 9:26 AM
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
2013 Jul 01 1:04 PM
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
2013 Jul 02 5:50 AM
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