CheckTable
Perform syntax check on ABAP tables, validating both existing and hypothetical DDL code. Returns 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. |