This page (revision-11) was last changed on 26-Nov-2021 10:22 by ihowie

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
11 26-Nov-2021 10:22 2 KB ihowie to previous
10 26-Nov-2021 10:22 2 KB ihowie to previous | to last
9 26-Nov-2021 10:22 2 KB khiggs to previous | to last
8 26-Nov-2021 10:22 2 KB khiggs to previous | to last
7 26-Nov-2021 10:22 2 KB khiggs to previous | to last
6 26-Nov-2021 10:22 1 KB rforbes to previous | to last
5 26-Nov-2021 10:22 1 KB RForbes to previous | to last
4 26-Nov-2021 10:22 1 KB RForbes to previous | to last
3 26-Nov-2021 10:22 1 KB JMyers to previous | to last
2 26-Nov-2021 10:22 1 KB JMyers to previous | to last
1 26-Nov-2021 10:22 1 KB JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 changed one line
On occasions, it may be necessary to know the value of a group of pay components for all the transactions (Pay Lines) for a given date range. In this case, the ELPL orperator will determine the value of an [element|PAY_ELEMENT] for a date range.
On occasions, it may be necessary to know the value of a group of pay components for all the transactions (Pay Lines) for a given date range. In this case, the ELPL orperator will determine the value of an [element|PAY_ELEMENT] for a date range in the current employment.
At line 5 added 2 lines
To determine the value of an element across multiple employments you must use the function [P2K_CF_FMLAHRS]
At line 8 changed 2 lines
\\** You must define a variable with the name (exactly) as ELPL_BEGIN_DATE, date format, which contains the start date for your inquiry
\\** Also define a variable with the name (exactly) as ELPL_END_DATE, date format, which contains the end date for your inquiry.
\\** You must define a variable with the name (exactly-lowercase) as elpl_begin_date, date format, which contains the start date for your inquiry
\\** Also define a variable with the name (exactly) as elpl_end_date, date format, which contains the end date for your inquiry.
At line 11 changed one line
\\** The variables ELPL_BEGIN_DATE and ELPL_END_DATE must be re-declared after each time the ELPL operand is called.
\\** The variables elpl_begin_date and elpl_end_date must be re-declared after each time the ELPL operand is called.
At line 13 changed one line
All transactions with an effective date greater than or equal to the period start (or ELPL_BEGIN_DATE), and less than or equal to the given date in Operand 3 (or ELPL_END_DATE), will be returned.
All transactions with an effective date greater than or equal to the period start (or elpl_begin_date), and less than or equal to the given date in Operand 3 (or elpl_end_date), will be returned.
At line 33 changed 2 lines
|00100| LET|V|ELPL_BEGIN_DATE|EQ|D|24-DEC-2013| | |00200|
|00200| LET|V|ELPL_END_DATE|EQ|D|24-DEC-2013| | |00300|
|00100| LET|V|elpl_begin_date|EQ|D|24-DEC-2013| | |00200|
|00200| LET|V|elpl_end_date|EQ|D|24-DEC-2013| | |00300|