‎2007 Jul 24 5:12 PM
Hi all,
I'm getting data from PNP logical database but it's possible a user that runs the report doesn't has authorization to access some employees. When I do GET PERNR the table doesn't comes with these employees which the user has no authorization to see. I have to count these employees with no authorization.
Please help. Thanks!
‎2007 Jul 24 5:19 PM
Hi,
May be you can call
authority-check object 'P_ABAP'
id 'REPID' field sy-cprog
id 'COARS' field '2'.
before calling GET PERNR.
aRs
‎2007 Jul 24 5:22 PM
And how can I count the number of employees on that situation?
‎2007 Jul 25 10:06 AM