Application Development 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: 

How to fetch the inactive employee with LDB PNP??

Former Member
0 Kudos

hi expert,

Pls see the following scenario:

I have developed a report using LDB PNP with starndard report category which has a Org.structure button

on the right,now there is a employee who has been left the company(his status is inactive),user want to display this

employee,how can i get this employee without input his pernr but just select his org with the button?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

U need to populate status as inactive in stat2.

initialization.

pnpstat2-low =  '3'.

append pnpstat2.

3 REPLIES 3

Former Member
0 Kudos

Hi,

U need to populate status as inactive in stat2.

initialization.

pnpstat2-low =  '3'.

append pnpstat2.

Former Member
0 Kudos

Hello,

Using HR Report category, It itself sort data with respect to data in selection screen and provide them in PNP or PNPCE table, which u use in ur program.So u don't need any extra condtion to extract data i.e active or inactive employee.

Former Member
0 Kudos

this issue solved,thanks