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

Data selection and Person selection

Former Member
0 Likes
620

Hi all,

What is the difference between 'Data selection' and 'Person selection' in PNP screen.(PNP logical database)

I searched so many . But couldn't find appropriate one. Still confusing.

Can any one explain me with example?

must use both at a time or any one selection is enough?

Which situation use 'Data selection' and which situation use 'Person selection' ?

Thanks in advance.

4 REPLIES 4
Read only

KK07
Contributor
0 Likes
576

hi,

data selection is the selection based on the date which u enter in the selection screen,

where as the person selection is the limited for only persons which u enter in the npersonal number.

Read only

Former Member
0 Likes
576
Read only

0 Likes
576

thanks for all reply.

I have one pernr 700098

Hiring date : 01.01.2008 - 16.08.2008

firing date : 17.08.2008 - 31.12.9999

I developed a customized report using PNP LDB.

If , I entered 01.01.2008 - 31.12.2008 in 'Data selection'

3 in employee status( active)

or

I entered 01.01.2008 - 31.12.2008 in 'Person selection'

3 in employee status( active)

If , I entered 01.01.2008 - 31.12.2008 in 'Data selection'

0 in employee status( active)

or

I entered 01.01.2008 - 31.12.2008 in 'Person selection'

0 in employee status( active).

In above all cases picking the same record. what is the use of PNP screen?

after 'GET PERNR' pernr structure get the value of latest record from infotype P0000.ie firing record. Because it doesn't bother the status.

For below case picking the proper one.

If , I entered 01.01.2008 - 16.08.2008 in 'Data selection'

3 in employee status( active)

or

I entered 01.01.2008 - 16.08.2008 in 'Person selection'

3 in employee status( active)

If , I entered 17.08.2008 - 31.12.2008in 'Data selection'

0 in employee status( active)

or

I entered 17.08.2008 - 31.12.2008 in 'Person selection'

0 in employee status( active).

Plz any one clear me.

Thanks.

Read only

Former Member
0 Likes
576

thanks for all