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

Authorization Object for Company Code

Former Member
0 Likes
3,270

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

2 REPLIES 2
Read only

Former Member
0 Likes
1,098

Hi Marc,

Consult your BASIS team for this.

Amresh

Read only

Former Member
0 Likes
1,098

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