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: 

Employee names not being displayed in a report

Former Member
0 Kudos

Hi All,

We have created a Z report which runs and uses the same code as the std report Pc00_m08_drl_person but the names of the employees are not being displayed when this z report is run and it displays a warning SAP message :

Authorisation for infotype 0001 is missing

Message no. HRPSGB093

Diagnosis

Missing authorisation to read infotype 0001

System Response

Data from infotype 'Organisational Assignment' (0001) cannot be shown

because authorisation is missing. In the output table the name of

the employee and his organisational assignment will stay empty.

The objects P_ORGIN and P_ORGINCON have the access to infotype to 0001

is there something that I am missing

My query is how do we find out the auth object from which this infotype 0001 is being called.

2 REPLIES 2

Former Member
0 Kudos

Hi Parimala,

You should start by running a System trace via tcode ST01 on your user to identify if any authorization is missing. If you have already done it, please let me know what you find in the trace results.

Thanks

Sandipan

0 Kudos

yes I have run that and its pulling up data from P_ORGINCON with return code 0 and also the role consists of inftype 0001 and R in P_ORGINCON

I have tried for SU53 also but it says that last auth check was successful but failed hr structural authorisations and gives me values of PLan Version, Object type which are already in the role

but different values of Object Id, Start date and end date

Is this to do something with the structural profile MSS ??