sap_set_field
Set a value into an input field on the current SAP screen. Use for single field entry; press Enter to trigger validation.
Instructions
Set (type/enter) a value into an input field on the current SAP screen.
Works on GuiTextField and GuiCTextField input fields. For filling in multiple fields of a form at once, use sap_set_batch_fields instead. After setting a field, you may need to press Enter to trigger validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| field_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||