Skip to Content
0
Former Member
Mar 06, 2009 at 06:58 AM

HR-abap problem in getting wage type in 0008 infotypes

1390 Views

i am creating sap scripts for appointment letters in that i am coolecting data from table pa0008,

for that i am using field bet01 , bet02, etc for the diff. allowances .

if the order of allowances are changed in 0008 infotype then field form which i am getting amount is also getting changed.

E.G :- i am using perticular order in 0008

then it gives me wage type in lga02 and corresponding amount in bet02 for first allowance

wage type in lga03 and corresponding amount in bet03 for second allowance

and now if i interchange order of allowances in pa008 then t gives me

wage type in lga02 and corresponding amount in bet02 for first allowance

wage type in lga03 and corresponding amount in bet03 for second allowance

i hope you understnad my problem .

Thanks in advance