Do you have any question about this error?
Message type: E = Error
Message class: EEDMCOM - Messages for EDM Communication Components
Message number: 024
Message text: Error FM &1 in cons. check &2 in group &3 of prof. &4 returned exception
The function for consistency check &v1& in consistency check group &v2&
for profile &v3& is supposed to perform an action after an error in the
consistency check, however, this function reported an exception.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Locate the cause of the exception in the function.
Error message extract from SAP system. Copyright SAP SE.
EEDMCOM024
- Error FM &1 in cons. check &2 in group &3 of prof. &4 returned exception ?The SAP error message EEDMCOM024 typically indicates that there is an issue with a function module (FM) during a consistency check in a specific group of a profile. This error can arise in various contexts, often related to authorization checks or data consistency issues in the system.
Cause:
- Function Module Error: The function module specified in the error message (&1) encountered an exception. This could be due to various reasons, such as incorrect parameters, missing data, or issues within the function module itself.
- Profile or Group Issues: The error may also be related to the configuration of the profile (&4) or the group (&3) mentioned in the error message. If there are inconsistencies or misconfigurations in these areas, it can lead to this error.
- Authorization Issues: If the function module is trying to perform an operation that the user does not have authorization for, it may throw an exception.
Solution:
Check Function Module:
- Review the function module (&1) mentioned in the error message. Check its implementation for any potential issues or exceptions that could be raised.
- Use transaction SE37 to analyze the function module and see if it is functioning correctly.
Review Profile and Group Configuration:
- Check the configuration of the profile (&4) and the group (&3) to ensure that they are set up correctly.
- Use transaction PFCG to review the roles and authorizations associated with the profile and group.
Debugging:
- If you have access to debugging tools, you can set a breakpoint in the function module to see what parameters are being passed and where the exception is occurring.
- Analyze the call stack to understand the context in which the error is being raised.
Check Authorizations:
- Ensure that the user executing the transaction has the necessary authorizations to perform the actions defined in the function module.
- Use transaction SU53 to analyze any authorization failures that may have occurred.
Consult SAP Notes:
- Search for relevant SAP Notes that may address this specific error message. SAP frequently updates its knowledge base with solutions for known issues.
Contact SAP Support:
- If the issue persists and you cannot find a resolution, consider reaching out to SAP Support for assistance. Provide them with the error details and any relevant logs or screenshots.
Related Information:
By following these steps, you should be able to identify the root cause of the EEDMCOM024 error and implement a solution.
Get instant SAP help. Start your 7-day free trial now.
EEDMCOM023
Error code &1 not found in consistency check &2 in group &3 of profile &4
What causes this issue? Consistency check &v2& in group &v3& returns error code &v1&. However, this error code has not been c...
EEDMCOM022
Consistency group &1 in group &2 of profile &3 returned exception
What causes this issue? Consistency check &v1& in consistency check group &v2& for profile &v3& returned an exception instead...
EEDMCOM025
Error processing consistency log of profile &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
EEDMCOM026
Error creating consistency log for profile &1
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.