adt_syntax_check
Run a syntax check on ABAP source code without locking. Get errors and warnings with line numbers to pre-validate before writing.
Instructions
Run an ABAP syntax check on provided source without locking or writing. Returns a list of errors/warnings with line numbers. Use before adt_write_source to pre-validate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ABAP source to check | |
| objectUri | Yes | Object URI (base, not /source/main) |