‎2009 Mar 16 7:21 AM
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
‎2009 Mar 16 7:29 AM
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
‎2009 Mar 16 7:54 AM
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?