Functionality Returns the Statutory and Company rates for the EPF (Malaysia). The function accepts as input parameters the correctly filled structure of Infotype 0001, begin date and end date for which the rates are required. Example call function 'RP_GET_EPF_RATES_MY' exporting st0001 = int_0001 begda = p_begda endda = p_endda importing emp_stat_rate = p_emp_statrate empr_stat_rate = p_empr_statrate emp_comp_rate = p_emp_comprate empr_comp_rate = p_empr_comprate exceptions table_entry_not_found = 1 others = 2. Notes Uses the function module RP_CALCULATE_SENIORITY_MY to calculateseniority.Please the read documentation of this function module aswell. |