TDV Adapter for SAP ERP

Build 22.0.8462

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.

Input

Name Type Description
Table String The name of the table for which to create a schema.
TableDescription String An optional description of the table.

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