GetBehaviorDefinition
Fetch RAP Behavior Definition source code from ABAP systems, with paging options to handle large definitions.
Instructions
Retrieve RAP Behavior Definition (BDEF) source code (requires ~NW 7.54 / S/4HANA). For large definitions, use startLine/maxLines to page through the source instead of retrieving it all at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxLines | No | Maximum lines to return (1-100000). Omit to request the rest; the byte cap may return fewer lines. | |
| startLine | No | 1-based line number to start from (default 1). Beyond EOF returns an empty page with hasMore=false. | |
| behavior_definition_name | Yes | Name of the RAP Behavior Definition (e.g. I_MY_ENTITY) |