GetAbapSemanticAnalysis
Analyze ABAP code to identify symbols, types, scopes, and dependencies for development and debugging.
Instructions
[read-only] Perform semantic analysis on ABAP code and return symbols, types, scopes, and dependencies.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ABAP source code to analyze | |
| filePath | No | Optional file path to write the result to |