cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying Exchange rates from TCURR on payslip

0 Kudos

Hello Experts,

Can we display Exchange rates from TCURR table (V_TCURR) on Payslip? If yes, How do we achieve this? I have tried maintaining the table and field names in PE51_CHECKTAB and mapped the same to the form layout in PE51.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

BalaAP
Active Contributor
0 Kudos

Hi, I understand v_tcurr currency conversion values will change over period of time. You may also try to write a custom payroll function to read this table using abap code and store it in a custom wage type. This custom function can be called in your payroll schema.

This custom wage type can be used to print in your payslip.

I feel reading dynamically this value from a payslip may be challanging.