Do you have any question about this error?
Message type: E = Error
Message class: CM_EHFND_COMN - Commonly Used Messages
Message number: 035
Message text: Parameter error during call of function module SO_DOCUMENT_SEND_API1
You want to send an e-mail. However, the set of parameters to call the
function module are not correct.
The system encountered an error within the e-mail function.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
INCLUDE NA_SYSADMIN1 OBJECT DOKU ID TXError message extract from SAP system. Copyright SAP SE.
CM_EHFND_COMN035
- Parameter error during call of function module SO_DOCUMENT_SEND_API1 ?The SAP error message CM_EHFND_COMN035 indicates a parameter error during the call of the function module SO_DOCUMENT_SEND_API1. This function module is typically used for sending documents (like emails) in SAP systems. The error can arise due to various reasons, including incorrect parameters being passed to the function module.
Causes:
- Missing or Incorrect Parameters: The parameters required by the function module may not be provided correctly. This includes missing recipients, subject lines, or document content.
- Data Type Mismatch: The data types of the parameters being passed may not match the expected types defined in the function module.
- Authorization Issues: The user executing the function may not have the necessary authorizations to send documents.
- Configuration Issues: There may be configuration issues in the SAP system related to the email settings or document handling.
- System Limitations: There could be limitations or restrictions in the system that prevent the function from executing properly.
Solutions:
- Check Parameters: Review the parameters being passed to the function module. Ensure that all required parameters are provided and that they are in the correct format.
- Debugging: Use the debugger to step through the code where the function module is called. This can help identify which parameter is causing the issue.
- Authorization Check: Ensure that the user has the necessary authorizations to send documents. Check the user roles and profiles.
- Configuration Review: Verify the configuration settings for email and document handling in the SAP system. Ensure that the SMTP settings are correctly configured.
- Consult Documentation: Refer to the SAP documentation for the function module SO_DOCUMENT_SEND_API1 to understand the expected parameters and their formats.
- Error Logs: Check the system logs (transaction SLG1) for any additional error messages that may provide more context about the issue.
Related Information:
If the issue persists after trying the above solutions, it may be beneficial to involve your SAP Basis or ABAP team for further investigation.
Get instant SAP help. Start your 7-day free trial now.
CM_EHFND_COMN034
Cannot attach the file &1 to e-mail
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CM_EHFND_COMN033
E-mail not sent because of problems during creation of the e-mail (&1)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CM_EHFND_COMN036
Enqueue error in function module SO_DOCUMENT_SEND_API1
What causes this issue? There is an enqueue error in the function module used for sending e-mails.System Response The system issues an error message...
CM_EHFND_COMN037
Other error in function module SO_DOCUMENT_SEND_API1 occurred
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.