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