Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: HRGB_PAE - HR: Messages for pension auto enrolment
Message number: 029
Message text: Infotype 0071 update conflict. Both NEW_ENDDA and DELETE were filled
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
HRGB_PAE029
- Infotype 0071 update conflict. Both NEW_ENDDA and DELETE were filled ?The SAP error message HRGB_PAE029 indicates an update conflict in Infotype 0071 (which is related to the "Flexible Benefits" infotype) due to both the
NEW_ENDDA
(new end date) and theDELETE
flag being filled at the same time. This situation typically arises when there is an attempt to update an employee's benefits record in a way that conflicts with the existing data.Cause:
- Conflicting Data: The error occurs because the system is trying to process a record that has both a new end date and a delete operation specified. This is logically inconsistent because if you are deleting a record, you should not also be trying to set a new end date for it.
- Concurrent Updates: There may be concurrent updates happening on the same infotype for the same employee, leading to conflicts.
- Incorrect Logic in Custom Code: If there is any custom code or enhancement that manipulates Infotype 0071, it may not be handling the logic correctly, leading to this conflict.
Solution:
- Review the Data: Check the data being passed to the infotype update. Ensure that you are not trying to set both a new end date and a delete flag at the same time. You should choose one action based on your business requirement.
- Adjust the Logic: If you are using custom code, review the logic to ensure that it correctly handles the scenarios for updating or deleting records without causing conflicts.
- Check for Concurrent Updates: Ensure that there are no other processes or transactions that are trying to update the same infotype for the same employee at the same time.
- Use Transaction Codes: If you are using transaction codes to update the infotype, ensure that you are using the correct transaction for the intended operation (e.g., PA30 for maintaining infotypes).
- Testing: After making changes, test the updates in a development or quality environment to ensure that the issue is resolved before moving to production.
Related Information:
By addressing the conflicting data and ensuring that only one action (either update or delete) is being performed at a time, you should be able to resolve the HRGB_PAE029 error.
Get instant SAP help. Sign up for our Free Essentials Plan.
HRGB_PAE028
No valid Infotype 3297 record
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
HRGB_PAE027
No valid Infotype 0071 record
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
HRGB_PAE030
No valid Infotype 0002 record
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
HRGB_PAE031
No valid Infotype 0069 record
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.