TDV Adapter for SAP ERP

Build 23.0.8839

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 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.
PushIDoc Send IDoc or IDoc XML data to the SAP server. Supports Sync or ASync push mode.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839