Question:
I'm preparing authorizatios for a customer which wants to limit authorizations by "Division" (SPART) in Material Master Display (MM03) as well as several other transactions.
I've run a trace and found that this field is not checked by the standard procedure.
I've looked for auth obj which incorporate this field, but none of the 11 objects i found appear in the list of check indicators (SU24) for this transaction.
Does anyone know of a standard way to check for "Division" in material master? Or do i need to find a user exit and add an auth. check?
thanks,
yoyosha
Answer:
You will have to ook for a user exit or Business partner function to add the check with a custom Object. The problem is it will not be consistent between tcodes as the "exits" may not be encountered by all tcodes.
Best starting point is "what is the risk to the company trying to be protected byt the request?" , "what is the potential of occurance?", and "how much does it code?" Your answer should dictate you next step, like move on to something more important.
_________________
John A. Jarboe
Answer:
thanks John... you voiced my thoughts to the point... thanks
but i still wonder why this field, "Division", is offered as part of MM customizing and doesn't allow standard authorization checks while in the SD module the same field allows standard authorization checks?
Any thoughts on that issue?