GetAbapAST
Parse ABAP code and retrieve its Abstract Syntax Tree (AST) in JSON format for analysis.
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 |