ABAP Runtime Errors

CALL_DATABASE_NOT_SUPPORTED SAP ABAP Runtime Error call database not supported







CALL_DATABASE_NOT_SUPPORTED is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


CALL_DATABASE_NOT_SUPPORTED ABAP Runtime Error

Make sure that this code is only called if the SAP system is running on SAP HANA. Calls for a database function or database procedure are not supported. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

The only database currently supported is SAP HANA. An attempt was made to call a database function or database procedure. The database that the SAP system or database connection <runtime parameter> is working with is not supported by CALL DATABASE PROCEDURE however.