sap_set_batch_fields
Fill multiple SAP GUI input fields simultaneously using a dictionary of field IDs and values, improving efficiency over individual field updates.
Instructions
Fill in multiple input fields at once (dict of field_id to value).
Use this to fill a form or selection screen in one call — more efficient than repeated sap_set_field calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Dict mapping field_id -> value. | |
| validate | No | Press Enter after setting fields and return status-bar feedback. Skipped when no fields were actually set. | |
| skip_readonly | No | Silently skip fields whose element reports Changeable == False instead of counting them as failures. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||