sap_read_textedit
Reads content from an SAP GUI multiline text editor, returning full text and line count. Optionally cap output with max_lines.
Instructions
Read the content of a multiline text editor (GuiTextedit).
Returns full text and line count. Use max_lines to cap output for large text editors (0 = all lines).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| textedit_id | Yes | ||
| max_lines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||