Application Development 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: 

P_ORIGINCON - Read access & write Access specifically

Former Member
0 Kudos

Hi Experts,

I am using the auth object P_ORIGINCON.

How do i give Read access to IT 0 & 1

& Write Access to IT 8 alone.

regards,

Shawn.

4 REPLIES 4

Former Member
0 Kudos

we could try a few options, but it helps if we know the transaction you are trying to restrict this for

0 Kudos

This is a Custom Program that reads one infotype & updates another!

0 Kudos

You were clear with your objective and a crisp question but honestly, it is difficult to answer without not knowing what the program does.

Anyway, try using P_ORGXXCON along with P_ORGINCON

if you read the documentation on these objects you might find better alternatives than, what I can propose - all that i can say is ""Good Luck"

Edited by: Shekar.J on Sep 17, 2010 5:20 PM

Former Member
0 Kudos

The HR: Master Data with Context authorization object (P_ORGINCON) is used in the authorization check for personnel data. This check takes place when HR Infotypes are edited or read.

Use this sample below add the object two times ( if IT0, IT1 & IT8 is not the infotype fill in those values under appropriate field)

For IT0 & IT1 Manually HR: Master Data with Context T-ED32005600

Authorization level R AUTHC

Infotype IT0, IT1 INFTY

Personnel Area * PERSA

Employee Group * PERSG

Employee Subgroup * PERSK

Authorization Profile ZMSS PROFL

Subtype * SUBTY

Organizational Key * VDSK1

For IT8 Manually HR: Master Data with Context T-ED32005601

Authorization level W AUTHC

Infotype IT08 INFTY

Personnel Area * PERSA

Employee Group * PERSG

Employee Subgroup * PERSK

Authorization Profile ZMSS PROFL

Subtype * SUBTY

Organizational Key * VDSK1