2008 Jan 22 8:43 AM
Hi,
HR Payroll we have developed Income Tax report created PDF and send email to Indiviual Employee. Now I am facing one problem while accessing following Code
Start of Selection
Get peras
End of Selection
SUBMIT rsconn01 WITH mode = c_int AND RETURN.
Get command failes for some employees and exit to submit command.
My query is how to find why program (GET PERAS) are not executing or how debug or put some error trap code for the same.
Thank
Yogesh
2008 Jan 22 8:50 AM
Hi Yogesh
As i can see you are using the PNPCE LDB. Generally you cannot know why few objects are not selected inside the GET PERAS event. If you want to debug this Please put a break point in Sub-routine PUT_PERAS in program SAPDBPNPCE which will tell you why exactly your few records are failing.
Regards
Ranganath
2008 Jan 22 8:50 AM
Hi Yogesh
As i can see you are using the PNPCE LDB. Generally you cannot know why few objects are not selected inside the GET PERAS event. If you want to debug this Please put a break point in Sub-routine PUT_PERAS in program SAPDBPNPCE which will tell you why exactly your few records are failing.
Regards
Ranganath
2014 May 14 12:57 PM