CreateTableSchema
Generates a schema file for a specific SAP table using RFC_READ_TABLE, enabling data retrieval from the SAP backend through remote function calls.
Input
| Name | Type | Description |
| Table | String | Name of the SAP table to generate a schema for. This is typically used with RFC_READ_TABLE to retrieve metadata and data. |
| TableDescription | String | Optional user-defined description of the SAP table for documentation purposes. |
Result Set Columns
| Name | Type | Description |
| Result | String | Indicates whether the schema generation was successful or encountered an error. |
| SchemaFile | String | Name or path of the generated schema file that represents the structure of the SAP table. |
| Columns | String | Number of columns identified in the specified SAP table and included in the schema. |