Application Development 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: 

HR Logical Database PERAS

Former Member
0 Kudos
516

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
134

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

2 REPLIES 2

Former Member
0 Kudos
135

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

0 Kudos
134

what does statement GET peras. and Pernr  does