cancel
Showing results for 
Search instead for 
Did you mean: 

how to check company code authority ?

Former Member
0 Kudos

Hello to all.

I am an abap developer and I need to get a Functional Module to check company code authority.

Does anyone help me ?

Thank You.

View Entire Topic
Former Member
0 Kudos

Hi,

In HR there is no check on company codes, but on personnel areas that are attached to company code. It is set in authorization object P_ORGIN.

To check authorization call ABAP command:

AUTHORITY-CHECK OBJECT 'P_ORGIN' with all respective attributes.

See more details here: http://help.sap.com/saphelp_banking463/helpdata/en/52/6712ac439b11d1896f0000e8322d00/content.htm

Cheers

Former Member
0 Kudos

Thank You, knew about this command, but didn't know that there is no way to check auth for company code.