‎2009 Nov 25 8:56 AM
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
‎2009 Nov 25 9:18 AM
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.
‎2009 Nov 25 9:05 AM
Hi Pooja
It might be a data problem. pls check your data.
Regards
Anbu
‎2009 Nov 25 9:08 AM
‎2009 Nov 25 9:18 AM
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.
‎2009 Nov 25 9:44 AM
It is showing data when i m entering employee only but when I m entering employee no and subarea it is not showing data .
‎2009 Nov 25 9:58 AM
Check that this field is used for selection or not.
Try some other combination, use debugger to get the exact issue.