‎2009 Apr 08 2:26 PM
Hi all,
I want to give access for a particular TCODE say MM02 to a particular user. But while giving the authorizations I want him to get restricted only to Basic data view and not to other views like costing, accouting etc. Can I provide those kind of restrictions.
Regards,
Nithiyanandam
‎2009 Apr 08 2:35 PM
Hi,
I think when you define role of the user insert only the right authorization object.
Regards,
Leo.
‎2009 Apr 08 2:39 PM
‎2009 Apr 08 2:39 PM
‎2009 Apr 08 2:43 PM
In sap there are many authorization object, see SU21, everyone is used to give at the user some permission.
Regards,
Leo.
‎2009 Apr 08 2:44 PM
Hi Nithiya,
You can use authorization object M_MATE_STA for the purpose and create a profile (and role) on it with the following values:
ACTVT = '02'
STATM = 'K' - which corresponds to Basic Data tab
Hence the users assigned to this role will be allowed to only change materials basic data tabs in MM02.
List of other STATMs are:
User department Maintenance status
Work scheduling A
Accounting B
Classification C
MRP D
Purchasing E
Production resources/tools F
Costing G
Basic data K
Storage L
Forecasting P
Quality management Q
Warehouse management S
Sales V
Plant stocks X
Storage location stocks Z
Hope this helps.
Regards,
Adi
‎2009 Apr 08 2:46 PM