CheckTable
Perform syntax check on existing or hypothetical ABAP tables. Supply table name and optional DDL code to validate; receive errors, warnings, and messages.
Instructions
Perform syntax check on an ABAP table. Can check existing table (active/inactive) or validate hypothetical DDL code. Returns syntax errors, warnings, and messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name (e.g., ZMCP_MY_TABLE). | |
| version | No | Version to check: 'active', 'inactive', or 'new'. Default: new. | |
| ddl_code | No | Optional: DDL source code to validate instead of the saved version. |