GetAbapAST
Parse ABAP source code to generate an Abstract Syntax Tree in JSON format for analysis and development tasks.
Instructions
[read-only] Parse ABAP code and return AST (Abstract Syntax Tree) in JSON format.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ABAP source code to parse | |
| filePath | No | Optional file path to write the result to |