CreateTableSchema
指定されたSAP テーブルのスキーマファイルを作成します。生成されたスキーマは、RFC_READ_TABLE を使用してテーブルのデータ行を取得することで機能します。
Input
| Name | Type | Description |
| Table | String | スキーマを作成するテーブルの名前。 |
| TableDescription | String | テーブルの説明(オプション)。 |
Result Set Columns
| Name | Type | Description |
| Result | String | Success またはFailure を返します。 |
| SchemaFile | String | 生成されるスキーマファイル。 |
| Columns | String | 見つかったカラムの数。 |