Error
Error Code:
2867
SAP S/4HANA Error 2867: Unsupported SQLScript Function
Description
This error indicates an attempt to use a SQLScript function type not supported by the underlying SAP HANA database. It commonly occurs during development or execution of custom SQLScript procedures, functions, or views within SAP S/4HANA.
Error Message
ERR_SQLSCRIPT_FUNCTION_TYPE_NOT_SUPPORTED
Known Causes
3 known causesIncompatible Function Usage
The SQLScript code attempts to use a function type that is either deprecated or not part of the standard supported feature set for the current SAP HANA version.
Version Mismatch
The SQLScript was developed for an SAP HANA database version with different function type support compared to the current S/4HANA system's database.
Incorrect Syntax or Context
Even if the function type is generally supported, it might be used with incorrect syntax or within a context where its usage is not permitted by the SQLScript parser.
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