2008 Jul 01 7:56 AM
Hello All,
I am using PNP LDP on my report, the authorization are skipping some personnel numbers saying insufficient authorization. But my program requires all the personnel number to be downloaded, please let me know how this can be achieved.
Thanks.
Hello All,
I am using PNP LDP on my report, the authorization are skipping some personnel numbers saying insufficient authorization. But my program requires all the personnel number to be downloaded, please let me know how this can be achieved.
Thanks.
2008 Jul 01 8:03 AM
When using PNP the system checks your user id security to see if you are allowed to access certain employees. It should to me as if your User ID will not let you view all employees. If you are downloading data to the server then maybe your comapny have a user Id created that has access to all employees so that when the job is scheduled it is able to pick up all employees.
Failing that have a word with your security team to get your access changed.
Regards
J
2008 Jul 01 8:13 AM
Actually, if you're wirting report with PNP LDB, then LDB abap code behind PNP doing this authorization checking for you.
So if you need all the records then ask your Basis consultant to modify the authority config of certain ROLE with t-code PFCG, and t-code SU01.So that that it will give all the users full authorisation to fetch all the records. To know all authorisation objects run the prog. and from SU53 u will get the name of authorisation object(s) for which u donot have any authorisation.
Regards,
Joy.