CheckTable
Perform syntax check on ABAP tables, including active, inactive, or hypothetical DDL code, returning 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 |
|---|---|---|---|
| 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. | |
| table_name | Yes | Table name (e.g., ZMCP_MY_TABLE). |