Get ABAP Object Lines
get_abap_object_linesRetrieve source code lines from ABAP objects by type and name, with optional method extraction for classes.
Instructions
Read active ABAP source lines. objectType disambiguates objects; methodName extracts one class method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lineCount | No | ||
| startLine | No | ||
| methodName | No | ||
| objectName | Yes | ||
| objectType | No | ||
| connectionId | Yes |