TDV Adapter for SAP ERP

Build 22.0.8462

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the adapter 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.

SAP ERP Adapter 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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462