SAP Object
Description
This action component allows you to open/attach SAP application. stored as an ISapObject variable.
Input Properties
- Selector (String) – The XML attributes that identify the location of the window.
- SAP Object (ISapObject) – Input SAP window object to open/attach.
- Body (ISapObject) – The actions you want to execute within the SAP window
- Timeout (Int32) – The amount of time (in milliseconds) to wait for the action to run.
Output Properties
- Result (ISapObject) – The instance of the SAP window is to be stored as an ISapObject variable.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.