sap_set_batch_fields
Set multiple SAP GUI field values at once using a dictionary of field IDs to values. Validate by pressing Enter and skip readonly fields. More efficient than repeated single-field calls.
Instructions
Set multiple field values at once (dict of field_id to value).
More efficient than repeated sap_set_field calls.
Args: fields: Dict mapping field_id -> value. validate: Press Enter after setting fields and return status-bar feedback. Skipped when no fields were actually set. skip_readonly: Silently skip fields whose element reports Changeable == False instead of counting them as failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | ||
| validate | No | ||
| skip_readonly | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||