SAP Start Transaction
Description
This action component allows you to execute transaction in the current SAP GUI window by Transaction id.
Input Properties
- Timeout (Int32) – The text to be set to the specified SAP text element.
- Selector (String) – The xml string is used to find a particular UI element when the action is executed.
- Transaction ID (String) – Transaction ID will be executed.
- SAP Object (ISapObject) – Input SAP text element object to start transaction.
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.