SAP Note 328474 - HR-Euro: Tool for conversion to Euro of amounts in IT0435

Component : Interface to External Payroll Systems -

Solution : https://service.sap.com/sap/support/notes/328474 (SAP Service marketplace login required)

Key words :
call function 'convert_to_local_currency'    exporting      date                    = convdate      foreign_amount          = p_paxxxx_amount      foreign_currency        = p_paxxxx_currency      local_currency          = euro-waers    importing      local_amount            = p_paxxxx_amount    exceptions       no_rate_found           = 1      overflow                = 2       no_factors_found        = 3       no_spread_found        = 4       derived_2_times         = 5, message id sy-msgid type sy-msgty number sy-msgno, sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4, infotype ---------------------------------------------------------------------- form convert_amount changing p_paxxxx_amount                            p_paxxxx_currency, perform convert_amount changing pa0435-itfam                                      pa0435-itfcu, euro currency ----------------------------------------------------------------------       <-> p_paxxxx_amount     amount, additional key words adp interface, p_paxxxx_currency = euro-waers, pers_tab  check conv_flag eq space, endda ge convdate

Related Notes :

135710HR-Euro: Euro support for SAP/ADP interface (France)