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: WA - Messages from Workflow Event Manager
Message number: 674
Message text: Receiver type determination func. mod. &: Parameter & is not optional
The specified parameter of the specified function module for
determining the receiver type is not optional. Since it is not filled
when SWE_EVENT_CREATE is called, this is not allowed.
The action was terminated, the event was not triggered.
Define the specified parameter as optional and assign it a standard
value.
Error message extract from SAP system. Copyright SAP SE.
WA674
- Receiver type determination func. mod. &: Parameter & is not optional ?Certainly! Here's a detailed explanation for the SAP error message:
SAP Error Message:
WA674 Receiver type determination func. mod. &: Parameter & is not optional
Meaning / Cause:
This error occurs during the processing of a workflow or message determination where a function module is used to determine the receiver type. The function module expects certain parameters to be passed, but one or more parameters that are mandatory (not optional) are missing or not provided.
Specifically, the message indicates that in the function module used for receiver type determination, a parameter (denoted by
&
) which is mandatory has not been supplied. This leads to the error because the function module cannot execute properly without all required parameters.
When does it occur?
Check the Function Module:
Check the Workflow or Configuration:
Adjust the Function Module or Calling Code:
Check for SAP Notes or Updates:
Debugging:
Transaction Codes:
SWDD
- Workflow Builder (to check workflow and receiver determination)SE37
- Function Module Builder (to check function module interface)SWI1
- Workflow log (to analyze workflow errors)Common Function Modules for Receiver Determination:
SWW_WI_RECEIVER_TYPE_DETERMINE
SAP Notes:
The error WA674 indicates that a mandatory parameter in the receiver type determination function module is missing. To resolve it, verify the function module interface, ensure all required parameters are passed from the workflow or calling program, and adjust the implementation if necessary.
If you provide the exact function module name or context, I can help you with more specific guidance.
Get instant SAP help. Sign up for our Free Essentials Plan.
WA673
Receiver type determination FM &: Parameter & has invalid reference &
What causes this issue? The specified parameter of the specified function module for determining the receiver type has a DDIC reference which does no...
WA672
Receiver type determination func. module &: Invalid name for a func. mod.
What causes this issue? The specified function module for determining the receiver type does not have a name which is valid for a function module.Sys...
WA675
& linkage entries deleted
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
WA676
Error deleting obsolete linkage entries
What causes this issue? An attempt was made to delete obsolete event type linkages. An error occurred.How to fix this error? Check the event type li...
Click on this link to search all SAP messages.