in SAP Standard core hybrid employee master data replication, we observed an issue while postpone of hire date for already replicated new hire employee if additional actions usage is activated in the system. in such case we got an error like below.
The reason for this error is SAP standard code deriving 0302 not to be deleted records based on Protected Actions.
So we implemented below Enhancement ZCL_ECPAO_IN_INFOTYPE_0000 in class CL_ECPAO_IN_INFOTYPE_0000 method GET_P0302_NOT_TO_BE_DELETED to overcome the issue.
Code should like below.
After correction it got replicated.
Please share your feedback with us in comments.
For further reading please visit the below blogs
the SAP Integration Strategy environment Topic page: https://community.sap.com/topics/integration-strategy,
post and answer questions: https://answers.sap.com/tags/e26e2f63-fcc1-42a7-af06-decec0762b90
Please find other blogs from me on core hybrid replication :
https://blogs.sap.com/2023/04/14/exclusion-of-employees-in-core-hybrid-replication/