‎2010 Aug 17 1:58 PM
Hi,
Which operation(Copy,change or ..) should be used for HR_MAINTAIN_MASTERDATA for IT27/1. If record already exists it should be delimited and new record should be created. If new records are blank then old records should be just delimited.
Appreciate your help.
Thanks,
‎2010 Aug 18 12:25 PM
Its better to use HR_INFOTYPE_OPERATION in place of HR_MAINTAIN_MASTERDATA. Infotype 27 is generally time constraint 2, so operation INS will do fine. INS will create a new record and it will also delimit the old existing one. But INS will not delimit the record when input record is blank. In that case HR_INFOTYPE_OPERATION can be used with operation MOD. During Modify just change the ENDDA, which will be as good as delimit.
‎2010 Aug 18 12:25 PM
Its better to use HR_INFOTYPE_OPERATION in place of HR_MAINTAIN_MASTERDATA. Infotype 27 is generally time constraint 2, so operation INS will do fine. INS will create a new record and it will also delimit the old existing one. But INS will not delimit the record when input record is blank. In that case HR_INFOTYPE_OPERATION can be used with operation MOD. During Modify just change the ENDDA, which will be as good as delimit.
‎2010 Sep 27 2:21 PM