‎2007 Jun 14 1:31 PM
Hi all,
I try to understand the example_pnp_get_payroll program , especialy what the read_result method of the cl_pay class does.
I was puting a breakpoint after this method .
If i fill a person number X and period : 01-2005 to 04-2007 : The internal table my_lsit is filled with Y records.
If i fill the same person number X and period : 01-2005 to 04-2999 : The internal table my_list is filled with Z records , (Z < Y ).
who can explain me this ? i expected to get more results, because i maked the period larger.
someone can explain me what the method does ?
Regards,
Message was edited by:
Adel Yacoubi
‎2007 Jun 14 3:26 PM
thats starnge.. Ideally you should see what you expected..I would check for the Payroll results of this Pernr using Tcode PC_PAYRESULT & see if any results were voided after the payperiod 042007.
~Suresh
‎2007 Jun 14 5:23 PM
Thanks for your answer.
How to get the variable mylist filled with all records of payroll-evp ?