2012 Dec 03 11:35 AM
Hi all,
I am trying to update infotype 0008 with the funciton module 'HR_INFOYTPE-OPERATION'. I passed all the required fields.
but i am getting an error as "Pass all the required fields'.
Can anybody help me on this or provide a sample code.
Thnks in advance.
2012 Dec 03 12:06 PM
2012 Dec 03 2:15 PM
Hi Santosh,
First go to T-code PA30 and try to create one dummy HR master data for the infotype 0008. and try to find all the mandatory fields.
and then pass all the mandatory fields to function module....
or
In the function module HR_INFOTYPE_OPERATION make DIALOG_MODE = '1'. and then execute.then it will display all the screen with data entry ...and there u will find the some mandatory fields missing..so pass that fields to the function module.
Regards,
Arun