on 2016 Sep 21 3:33 AM
Hello Gurus,
how to have check has below condition?
to check wagetype that start with 5.
Wagetyp?
****
/559
5***
ELIMI *
SUBTD
Request clarification before answering.
Hi You can use the operation VALEN
For your example if you want to check the wage types starting with 5XXX
then the rule would be
*
****
VALEN 1
WGTYP?
5
ELIMI*
SUBSTD
*
ADDWT *
if you want to check this for /5 wage types,
this would be
*
****
VALEN 2
WGTYP?
/5
ELIMI*
SUBSTD
**
ADDWT *
Hope this helps
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
15 | |
7 | |
7 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.