TDV Adapter for SAP ERP

Build 22.0.8462

CreateFunctionSchema

Creates the schema file for the specified SAP function.

Input

Name Type Description
Function String The function the schema will be created for.
FunctionDescription String An optional description of the function.
ReturnTables String A comma separated list of the tables to return. Use * to indicate all tables are to be returned.

The default value is *.

SchemaType String The type of schema to generate.

The allowed values are StoredProcedure, View.

The default value is StoredProcedure.

Result Set Columns

Name Type Description
Result String Success or Failure.
SchemaFile String The generated schema file.
Columns String The number of columns found.

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