Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HR Maintain Master data

Former Member
0 Likes
785

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,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
629

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.

2 REPLIES 2
Read only

Former Member
0 Likes
630

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.

Read only

Former Member
0 Likes
629

10 Questions limit