cancel
Showing results for 
Search instead for 
Did you mean: 

Austria Per diem

Former Member
0 Kudos

Hi,

For some reason the per diems are not picked from the table T706V for Austria. While i am debugging(PR05) i found there has been specific code for Austria country grouping (03) which clears the per diem value after it has been picked from the table T706V. Not sure if SAP is doing it for specific reason. If any body have come across please help.

Regards,

Anil.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anil,

I just tried it again with an out of teh box ides system and it works fine generating the correct per diems for meals. So, it's not a general SAP problem.

Are you sure the coding you see is standard rather than some custom modification or enhancement?

Otherwise: maybe you could give us some more context:

how exactly does the trip data look like and what have you changed in T706V against out of the box values?

kind regards

Sven

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sven,

Thank you for the reply,

I have configured and verified every thing seems to be in place. Infact recently what we have configured for other countries it works perfectly fine.

For Austria it picks up correct countries and regions, but not the amount. It just returns 0.00.

The code i was referring seems to be standard SAP code.

Tcode:PR05; RPRSR4A0

line 249:LV_Calulate_Abroad = False.

              Clear vpfps-betfz.

              Clear vpfps-betfa.

              Clear vpfps-betku.

and the programs refers to this only if the country grouping is '03'.

Regards,

Anil.