Hello,
We are facing an (other) issue when hiring somebody in Italy with the new decoupled infotype framework, using the HR_PAD_HIRE_EMPLOYEE FM: the content of the ORT01 field (city) of IT0006 is deleted during the process.
The ORT01 field is deleted because at some point in the process, the input_conversion method of class CL_HRPA_UI_CONVERT_0006_IT is called and deletes the content of the field at line 33:
l_p0006_it-ort01 = l_r0006_it-txmun
Therefore, at the end of the process, we get an error message saying (something like): "Infotype 0006 could not be saved: field ORT01 is empty".
Could anyone help finding a work around for this issue?
Thanks.