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

EXAMPLE_PNP_GET_PAYROLL

adel_adel
Participant
0 Likes
374

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

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
343

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

Read only

0 Likes
343

Thanks for your answer.

How to get the variable mylist filled with all records of payroll-evp ?