cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP logic through table or function module to find the PERNR for new joiners in month

former_member201807
Contributor

Dear Team,

We are looking for ABAP logic through table or function module to find the PERNR for new joiners in month or week or days.

Example: employee A, B, & C hiring date are 05.01.XXXX, 10.01.XXXX & 25.01.XXXX and end user updated the details in SAP system on 27.01.XXXX.

How to get ABAP logic through table or function module to find the PERNR

Thank you in advance!

Accepted Solutions (0)

Answers (3)

Answers (3)

raymond_giuseppi
Active Contributor

Perform some fast reverse engineering on a FM like HR_ENTRY_DATE.

siddharthrajora
Product and Topic Expert
Product and Topic Expert

there are ABAP reports available to do this already in the system ie Sq01 and SQ02, queries, who joined the in last week etc.

https://blogs.sap.com/2008/06/16/sap-adhoc-query-sq01-sq02-sq03/

former_member201807
Contributor
0 Kudos

Hi Raymond,

Thank you for quick response,

please elaborate your answer

how to find the PERNR of new employees.

Thanx