An SAP Consultant HOME
ABAP
ALV
SMART FORMS
ADOBE FORMS
HR ABAP
WORKFLOW
WEB DYNPRO ABAP
Wednesday, April 9, 2014
HR ABAP how to find personnel numbers skipped by the database driver due to authorization
HCM
Follow by Email Email address...
Submit
An SAP Consultant
We have one custom r/3 report which uses logical database PNP and this report displays ALV output. When we press
1,335 likes
back button on ALV output, the following output is displayed by PNP program.
Like Page
Share
Personnel numbers skipped by the database driver Be the first of your friends to like this
Reason 1: insuf cient authorization, no. skipped personnel nos.: 1 This could happen when who is executing the report does not have authorization to infotype de ned using INFOTYPES statement for the employee who is being skipped by logical database driver program. So will wonder who is the missed personnel number due to authorization.
Followers this site with Google Friend Connect
We use macro PNP_GET_AUTH_SKIPPED_PERNRS to get list of personnel numbers into internal table
(64) More »
in the event END-OF-SELECTION.
Sample code REPORT ztest_program. TABLES: pernr. INFOTYPES: 0000, 0001, 0008, 0019, 0041, 0185, 2001. "Internal table to hold skipped pernrs into internal table DATA lt_skipped_pernrs TYPE hrahq_pernr_table. DATA ls_skipped_pernrs LIKE LINE OF lt_skipped_pernrs. START‐OF‐SELECTION. GET pernr. WRITE:/ pernr‐pernr, pernr‐ename. END‐OF‐SELECTION. "Macro PNP_GET_AUTH_SKIPPED_PERNRS pnp_get_auth_skipped_pernrs lt_skipped_pernrs. IF lt_skipped_pernrs IS NOT INITIAL. WRITE:/ 'List of skipped personnel no:'. LOOP AT lt_skipped_pernrs INTO ls_skipped_pernrs. WRITE:/30 ls_skipped_pernrs‐pernr. ENDLOOP. ENDIF.
Already a member? Sign in
Popular Posts 1
ABAP ALV Report example with steps
2
ABAP Step by step tutorial on Smart Forms Template Node
3
Execute ABAP Report using SUBMIT statement
4
ABAP Sending email with pdf attachment
5
Web Dynpro ABAP ALV ON_CLICK event
6
ABAP Dynamic WHERE clause
7
SAP ABAP CL_ABAP_CHAR_UTILITIES class usage
8
ABAP report output as PDF file
9
Web dynpro abap Error / Success message sample program
10
ABAP ALV Demo programs
Websites I follow Recommend this on Google
HTML/CSS/Javscript Generator Easy CSS3 Generator Digital Inspiration
Shout ME Loud
0 comments:
Twitter Feed Post a Comment
Web Dynpro ABAP Book
Your useful comments, suggestions are appreciated.Your comments are moderated.
Enter your comment...
Comment as:
Publish
Unknown (Google)
Sign out
Notify me
Preview
An SAP Consultant
Follow US
If you are interested in writing about the new stuff
US
Want to Contribute ? you learn everyday while working, please write to
Facebook
[email protected].
Twitter Google Follow
©2014 ansapconsultant.com All rights reserved.
Click on Contribution for more details.