Hi Folks.
The users of these authorisations are ‘Time Administrators’ and are only responsible for maintaining information that relates to the time management for a small group of employees.
Time Administrators are not managers or part of the HR department. For example, a secretary in the Head Office may be responsible for the Time Management of a group of senior managers, that secretary should not be able to see the pay details of the managers (IT0008) or their address details (IT0006). The same principles apply in the factory, managers do not normally administer time, it is normally production line supervisors.
So when my users try to run PT60 or PT61, the abap report checks Infotype 0008 for RPTIME00 and Infotype 0006 for pt60, the user has access to PA51, I don't want it to display IT0008 and IT0006.
If I try this configuration for RPTIME00 It doasn't work.
S_TCODE = PA51, PT60
P_ABAP.
COARS = 1
REPID = RPTIME00
Istance 1
P_ORGIN
INFTY = 0000-0007
SUBTY = *
AUTHC = M,R
PERSA = G*
PERSG = *
PERSK = *
VDSK 1 = *
Istance 2
P_ORGIN
INFTY = 0009-9999
SUBTY = *
AUTHC = M,R
PERSA = G*
PERSG = *
PERSK = *
VDSK 1 = *
Istance 3
P_ORGIN
INFTY = 0008
SUBTY = *
AUTHC = R
PERSA = *
PERSG = *
PERSK = *
VDSK 1 = 0001TIMEXXX
P_ORGXX
INFTY = *
SUBTY = *
AUTHC = *
SACHA = *
SACHP = *
SACHZ = *
SBMOD = *
When I try to run Time Eval, using EE with G* PERSA (IT0001), the rptime00 report displays 0,
SU53 display an IT0008 with * in VDSK1.
Take in account that I tried EE with and without VDSK1 in their infotype 0001.
Thanks for your help.
Omar.