Dear Freinds,
Iam working on Indian Payroll. I have copied IN01 in PE51 and adjusted accordingly what all the wage types i require.
Iam basically an abap hr . As per our Requirement i have to have Pre-Printed Stationary .
So after copying from IN01 i have adjusted the FORM in Pe51 accordingly to match the requirement . now my payslip is as follows
Earnings :
BP : 1000
DA : 50
HRA : 150
Others : 100
Now the issue for certain personnel no which doesnt have DA ....in that case expected output as below
Earnings :
BP : 1000
DA :
HRA : 150
Others : 100
But iam getting as below
Earnings :
BP : 1000
DA : 150
HRA : 100
Others :
So that means When iam not having DA the HRA amount is getting shifted to DA and others amount is getting shifted to HRA place..
which is wrong . So could any one please help me out how can i print blank in place of DA
Note : here the BP(basicpay),DA,HRA etc are the hard coded texts in my payslip .....and iam only using BETRG only iam not using
TEXT & Betrg option as per the standard , since i dont require the texts and i only require the Amount only so in Line Layout
i have created my own Column type (2) for Line type (01) instead of X( as X means Text and Amount).
So the column type 01 iam using in the Windows accordingly. Now iam facing the above problem pleave could any one let me know
how i handle in Rules ? is this issue possible?
regards
surya