CreateQuerySchema
Creates the schema file for the specified SAP query.
Input
| Name | Type | Description |
| Query | String | The query for which to create the schema. |
| UserGroup | String | The user group the query is associated with. |
| Variant | String | The default variant to use when calling the query. |
| QueryDescription | String | An optional description of the query. |
| Workspace | String | Workspace for the query.
The allowed values are Global, Local. The default value is Global. |
| TableName | String | The name to use for the table being created. If left blank, the Query will be used. |
Result Set Columns
| Name | Type | Description |
| Result | String | Success or Failure. |
| SchemaFile | String | The generated schema file. |
| Columns | String | The number of columns found. |