Entering content frame

Background documentation -7506: Parameter type not supported Locate the document in its SAP Library structure

Explanation

In a CREATE DBPROC statement, you have specified a C++ method that contains at least one parameter that is not supported. For example, IN parameters with the signature int* are not supported.

User action

Rewrite the C++ method so that it only contains parameters that are supported.

 

 

Leaving content frame