Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the driver beyond simple SELECT operations with SAP ERP.
Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from SAP ERP, along with an indication of whether the procedure succeeded or failed.
CData JDBC Driver for SAP ERP Stored Procedures
Name | Description |
CreateFunctionSchema | Creates the schema file for the specified SAP function. |
CreateQuerySchema | Creates the schema file for the specified SAP query. |
CreateSchema | Creates a schema file for the specified table or view. |
CreateTableSchema | Creates the schema file for the specified SAP table. The schema that is generated will work by using the RFC_READ_TABLE to retrieve rows of data in the table. |
ListQueries | Gets information about a given query's fields. |