GetAbapAST
Parses ABAP source code and returns an abstract syntax tree (AST) as JSON, enabling programmatic analysis and transformation of ABAP programs.
Instructions
[read-only] Parse ABAP code and return AST (Abstract Syntax Tree) in JSON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ABAP source code to parse |