Error
Error Code:
2890
SAP S/4HANA Error 2890: SQLScript Table Input Parameter
Description
This error indicates that an SQLScript procedure or function is attempting to use table input parameters in a context where they are not supported or incorrectly defined. It typically occurs during the execution or activation of database procedures within SAP S/4HANA that leverage SQLScript.
Error Message
ERR_SQLSCRIPT_TABLE_INPUT_PARAMS_NOT_SUPPORTED
Known Causes
4 known causesUnsupported Usage Context
Table input parameters are being utilized within an SQLScript construct (e.g., certain types of views, scalar functions) that does not allow or support them.
Incorrect Parameter Declaration
The syntax used to declare the table input parameter within the SQLScript procedure or function is incorrect or deviates from the expected format.
Type Mismatch in Parameter Passing
A table variable or expression is being passed to a parameter that expects a different data type, such as a scalar value or a different table structure.
Database Version Limitations
The specific version of the SAP HANA database underlying S/4HANA may not fully support the desired SQLScript table input parameter functionality.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service