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

HR Logical Database PERAS

Former Member
0 Likes
1,352

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
Read only

Former Member
0 Likes
970

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
971

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

Read only

0 Likes
970

what does statement GET peras. and Pernr  does