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.
デフォルト値は*です。 |
| SchemaType | String | The type of schema to generate.
使用できる値は次のとおりです。StoredProcedure, View デフォルト値は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. |