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

PNP Data selection Problem

Former Member
0 Likes
1,046

Hi ,

I m using PNP logical database and it is working fine when I m entering payroll area and period at selection screen.

But it is showing no data found message when I m entering company code and personal sub-area along with payroll area and period.

I want to fetch data according to company code and personnel subarea also, kindly help me out.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
844

Hi,

The PNP database selects and filters the PERNRs according to the data selected on the Selection-Screen. If it shows 'no data found', there might not be any PERNR satisfying the conditions given.

Pls search for the PERNRs in the respective Database tables(PA tables) of the Infotypes for the required selections. If there are soem PERNRs satisfying the conditions, it prog must be filtering the PERNRs in the GET PERNR event. Pls check where is the PERNR ignored in debug mode.

Thanks,

Teja.

5 REPLIES 5
Read only

Former Member
0 Likes
844

Hi Pooja

It might be a data problem. pls check your data.

Regards

Anbu

Read only

0 Likes
844

I have checked it, Data is there.

Read only

Former Member
0 Likes
845

Hi,

The PNP database selects and filters the PERNRs according to the data selected on the Selection-Screen. If it shows 'no data found', there might not be any PERNR satisfying the conditions given.

Pls search for the PERNRs in the respective Database tables(PA tables) of the Infotypes for the required selections. If there are soem PERNRs satisfying the conditions, it prog must be filtering the PERNRs in the GET PERNR event. Pls check where is the PERNR ignored in debug mode.

Thanks,

Teja.

Read only

0 Likes
844

It is showing data when i m entering employee only but when I m entering employee no and subarea it is not showing data .

Read only

0 Likes
844

Check that this field is used for selection or not.

Try some other combination, use debugger to get the exact issue.