Hi,
Requirement : Create a record in infotype 0015 when we are creating a record in infotype 0267 based on certain criteria in PA30 for the same emp.
So we have to write user-exit in infotype 0267 - PAI where we have to create a record in infotype 0015. Can I use Hr_infotype_operation? Does it need to use "Employee_enqueue" function? because we are within an emp. record, record is already locked.
Kindly suggest a solution.