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

PCH LDB

Former Member
0 Likes
633

I am currently facing a requirement where I need to modify the standard program RHRHAZ00 such that it fetches all the active and inactive PERNR's.

As of now it fetches only the active PERNR's. Points will be awarded to every helpful answer

I am currently facing a requirement where I need to modify the standard program RHRHAZ00 such that it fetches all the active and inactive PERNR's.

As of now it fetches only the active PERNR's. Points will be awarded to every helpful answer

4 REPLIES 4
Read only

Former Member
0 Likes
601

Firstly, do you really want to modify standard SAP.

Secondly, find the code that read the PERNR's. Somewhere is must to a status check of the PERNR. Change it.

Read only

rahulkavuri
Active Contributor
0 Likes
601

hi

I have duplicated the program to a Z Program. I have searched in the source code of PCH LDB but in vain. I never even found the field stat2- which says about the status of the object

I am new to HR, so help please

Read only

0 Likes
601

Check the code for stat2. If it is not available then check whether the records is fetched using any function module.

Read only

amit_khare
Active Contributor
0 Likes
601

If I am not wrong this report tracks the OM changes that means it reads data from OM infotypes like 1000, 1001, etc.

Means for making it depending on PERNR you have to make a lot of changes as it is not using any of the PA infotypes.

Regards,

Amit