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. |