CheckTable
Validate ABAP table syntax for active, inactive, or new tables. Check existing definitions or test hypothetical DDL code to identify errors and warnings.
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. |