Application Development and Automation 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: 
Read only

ABAP-HR

Former Member
0 Likes
516

Hi Experts,

I have developed one ALV report in HR which is working fine in development server.. but when its run in test server some pernrs are getting skipped and its giving following msg:

Personnel numbers skipped by database driver

Reason 1: insufficient authorisation, no. skipped personnel nos,: 1,282

Im using the function module: hrhap_document_get_list_xxl which inturn calling FM: hrhap_document_fill_list_xxl which calls another FM: hrhap_odoc_authority_check_n.. is this error msg getting generated from this?????

Kindly help me out........... very urgent.........

Points are sure for useful answers...

Regards,

Radhika.

Hi Experts,

I have developed one ALV report in HR which is working fine in development server.. but when its run in test server some pernrs are getting skipped and its giving following msg:

Personnel numbers skipped by database driver

Reason 1: insufficient authorisation, no. skipped personnel nos,: 1,282

Im using the function module: hrhap_document_get_list_xxl which inturn calling FM: hrhap_document_fill_list_xxl which calls another FM: hrhap_odoc_authority_check_n.. is this error msg getting generated from this?????

Kindly help me out........... very urgent.........

Points are sure for useful answers...

Regards,

Radhika.

1 REPLY 1
Read only

suresh_datti
Active Contributor
0 Likes
459

Obviously, you do not have enough HR Authns on your TEST server.The Authn Check is built into the PNP Logical database.. You can do an SU53 on the screen where you got the error message & get those Authn Objects added to your profile in the TEST system (by your Security Resource).

~Suresh