Sap Enter Text In Field Step
Brief description
This step enters a specified text value into a designated field within an active SAP session. It is commonly used to fill input fields such as document numbers, dates, material codes, or other data entries in SAP GUI automation.
Step Information
Step name (Not required) – the custom name of the process step that labels the editor’s process step box
Input parameters
Reference to SAP instance (Required) – specifies the SAP session reference that identifies the active SAP session in which the text will be entered. This must match the reference defined in the Open Sap Session Step.
Control Type (Required) – specifies the type of control element (e.g., input field, text box, or editable area) that will receive the text input.
Selector (Required) – specifies the unique identifier (such as ID, name, or path) used to locate the field element within the SAP interface.
Text to Input (Required) – specifies the text or variable value that will be entered into the selected field.
Output parameters
This step does not produce output parameters.
Additional comments
This step is used to input text values into SAP fields as part of an automated workflow.
Ensure that the Selector correctly identifies the field where the text should be entered and that the SAP reference corresponds to the active session.
If incorrect or incomplete selector information is provided, the automation may fail to find the target field.