‎2011 Dec 15 11:52 AM
Hi,
I am implementing BADI "HRPAYFR_N4DS_CUST". In this, in one of the method there is a parameter (importing) "IO_N4DS_DAQ" type ref to "IF_HRPAYFR_N4DS_DAQ".
Can you please let me know how to read PROCESS_EMPLOYEE-IO_EMPL -> CONSTRUCTOR-IV_PERNR value.
Thanks,
Satish
‎2011 Dec 15 12:40 PM
Hi Sathish,
In BADI implementation try to get the PERNR like
LV_PERNR = IO_N4DS_DAQ->MO_EMPL->MV_PERNR.
‎2011 Dec 15 12:40 PM
Hi Sathish,
In BADI implementation try to get the PERNR like
LV_PERNR = IO_N4DS_DAQ->MO_EMPL->MV_PERNR.
‎2012 Jan 21 3:18 PM