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 - Remuneration statement

Former Member
0 Likes
398

Hi experts,

I have a requirement to display text message for only those employees who come under wage type s '2041' .

Can anybody tell me what are the possible ways to do this.

Thanks ,

Aisha

2 REPLIES 2
Read only

Former Member
0 Likes
373

hi,

You can check after getting all the pernr with wagetype and then reject the PERNR with wagetype other than 2041.after using

rp_provide_from_last p0008 space pn-begps pn-endps.

IF pnp-sw-found = 1.

ur logic.

ELSE.

*& To exclude pernr that doesnot have a wagetype 2041

REJECT.

ENDIF.

thanks

Read only

0 Likes
373

I couldn't find any program for the remuneration statement. It is done through form editor . Can you tell me how to achieve it through form editor?.or is there any print program or something like that?