‎2008 Dec 24 3:36 AM
Hi,
I'm looking for the company code authorization object for RFQ(me43). I tried to look in Object Class MM_E but I cannot find any for company code. Do I need to create a custom authorization object for company code?
Thanks in advance.
Regards,
Marc
‎2008 Dec 24 4:12 AM
‎2008 Dec 24 4:25 AM
Hi,
You don't have to create the Authorization Object.
Goto the program running behind your Txn Code and do the String search Authority-Object and you will get all the relevant one.
Authority Objects are always based on the Database Tables and a generally follow a specific naming convention as:
First Character: Represents the Functional Module like M for MM, V for SD, F for FI etc
Second Chararcter: _
Third-sixth Char: Name of Database Table on which Authority Object is Create like MARA, VBAK etc
Seventh Char- _
Eight-tenth Char- First three alphabets of the Table Field on which Authority Object is Created like BUK for company Code Field BUKRS.
How to find Authority Obj:
Goto Txn Code SU22
Look for your Module and double click on the same.
Follow the above naming convention and identify the Authority Objects Relevant for you.
In your case ..you need to Find Authority Objects for the Table EKKO & EKPO.........look for the one starting with M_EKKO & M_EKPO