cancel
Showing results for 
Search instead for 
Did you mean: 

HR INFOTYPE OPERATION

Former Member
0 Kudos

Hi,

Can we Modify or Insert the Begin date and End date Using HR_INFOTYPE_OPERATION Function Module.

Thanks!!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

This function module enables you to maintain master data for employees and applicants. You can transfer one data record. All validation checks take place that would take place in the individual maintenance screens in the dialog. If necessary, the module returns an error message. The error messages are the same as the error messages in the dialog, that is, the individual maintenance screen error messages are transferred rather than interpreted by this module.

Notes

The update takes place using a 'Call dialog' from the module pool infotypes. For this reason, some restrictions apply for the infotypes that are to be handled in this way.

So in nutshell if you can not change the start date or end date of particular infotype from pa30 then you can not change it through this FM also, as it will put usually all same validations.

You can use 'MOD' as operation for change and 'INS' for create.

Hope this will be of help

Regards

Guds

Former Member
0 Kudos

Hi,

First you can delete the infotype record by using 'DEl' operation.

and now insert the record again with the new start and end dates using 'INS' operation.

Thanks,

Mustafa

Former Member
0 Kudos

Check with the OPERATION field available. try giving MOD for modify, INSE for create