CheckTable
Perform syntax check on an ABAP table, validating active, inactive, or new DDL code. Returns errors, warnings, and messages to ensure table definition correctness.
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. |