cancel
Showing results for 
Search instead for 
Did you mean: 

Payroll Period on LDB PNPCE

Former Member
0 Kudos

Hello All,

Can anyone Please tell me the use of Payroll Period on PNPCE LDB Selection Screen

Lets say if i input

Payroll Area = P1

Payroll Period : 10  2012

Personnel Number 123

so my questions are

1) Does the LDB automatically checks whether the Personnel Number 123 is in that Pay Roll Period ...

     Or does it get the information about the Personnel Number and i have to explicitly check whether that Personnel Number had a payroll for Period 10 2012

I mean to say that the Payroll Period behaves like Data Selection period Screen

The Values in the Data Selection Period  on Selection Screen doesn't have any influence on Results returned by LDB ,as a programmer you have to use those values to filter out information

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

GirieshM
Active Contributor
0 Kudos

Hi Satyam,

The answer to your question is the LDB checks whether the payroll is existing for the employee in the cluster. you have to explicitly get the from the cluster for the specific period.

For example:

Employee : 40000024

Payroll run starts : 01.03.2013 to 30.03.2013 - " Only 1 record in cluster.

If you mention the payperiod before that (01.02.2013 - 28.02.2013) then the LDB will not fetch the details for him because there is no record in the cluster for him but if you run for the later periods ( 01.04.2013 - 30.04.2013) LDB is fetching the personnel number even though payroll run is not there for the specific period. Based on the personnel number you have to read the cluster values for the specific period.

Hope it helps you.

With Regards,

Giriesh M

former_member193652
Active Contributor
0 Kudos

Dear Satyam,

As I know these are selection screen fields just for filtering. User by specifying such a information would have to elicit(query) required information form system and you can use these items in your developed program to fetch data.

Regards,

Omid