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: 

Display Authorization to PE01,PE02,PE03,PE04 and PE50

Former Member
0 Kudos

Hi Experts,

We have requirement to have display authorization only to PE01,PE02,PE03,PE04 and PE50 transactions. Is it possible? Is their any alternative transactions which would provide that access?

Would really apprecaite kind guidance on the same.

Thanks in advance.

Thanks,

Aashish

2 REPLIES 2

Former Member
0 Kudos

Hi,

When I check in the objects behind this transactions only three objects found.

P_PCLX (HR: Clusters). Only this object has maintainance functionality. Read more about this object in

http://help.sap.com/saphelp_47x200/helpdata/en/98/b7b83b5b831f3be10000000a114084/content.htm

If you just set the filed AUTHC to R and test it. The display possibility might be okay. You can also perform trace and see if this transactions are using any other HR objects and set only display access on them as well.

and other two objects are S_TCODE and P_TCODE. Which are used to call the transactions.

Regards,

Gowrinadh

0 Kudos

Thanks,

Aashish