GetAbapAST
Parse ABAP code and output its Abstract Syntax Tree in JSON format for structural 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 | |
| filePath | No | Optional file path to write the result to |