Do you have any question about this error?
Message type: E = Error
Message class: EZ - Print workbench
Message number: 821
Message text: Errors in parameters &1 and &2 in function module &3
A function module was called with the wrong parameters.
The system cannot continue processing.
INCLUDE NA_FICA_DWB_OSS OBJECT DOKU ID TX
Error message extract from SAP system. Copyright SAP SE.
EZ821
- Errors in parameters &1 and &2 in function module &3 ?The SAP error message EZ821 indicates that there are errors in the parameters passed to a function module. This error typically arises when the input parameters do not meet the expected criteria or when there is a mismatch in the data types or structures.
Cause:
- Incorrect Parameter Values: The values being passed to the function module may not be valid or may not conform to the expected format.
- Data Type Mismatch: The data types of the parameters may not match what the function module expects.
- Missing Required Parameters: Some required parameters may not have been provided.
- Logical Errors: There may be logical errors in the code that calls the function module, leading to incorrect parameter values being passed.
Solution:
- Check Parameter Values: Review the values being passed to the function module. Ensure they are valid and conform to the expected format.
- Verify Data Types: Ensure that the data types of the parameters match the expected types in the function module definition.
- Review Function Module Documentation: Check the documentation for the function module to understand the expected parameters and their requirements.
- Debugging: Use the debugger to step through the code and inspect the values of the parameters being passed to the function module. This can help identify where the issue lies.
- Consult SAP Notes: Look for any relevant SAP Notes that may address known issues with the function module in question.
Related Information:
If the issue persists after checking the above points, it may be helpful to consult with a more experienced developer or SAP support for further assistance.
Get instant SAP help. Start your 7-day free trial now.
FDM_AR117
Error in calculation; check currency Customizing
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDM_AR114
Specify country of fax number of contact person
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
EZ822
No address exists for business partner &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
EZ823
Internal error: Parameters &1 and &2 are initial for calling FM &3
Trados = docu -> fi -> fica -> fica.tmwWhat causes this issue? When module was called, parameters and were either not specified, or not spe...
Click on this link to search all SAP messages.