activities
latest
false
UiPath logo, featuring letters U and I in white
UI Automation Activities
Last updated Nov 22, 2024

Call Transaction

UiPath.UIAutomationNext.Activities.NSAPCallTransaction

Enter transaction code or program, which will be executed in the current SAP GUI window.

Description

Enters transaction code or program, which is executed in the current SAP GUI window.

Project compatibility

Windows - Legacy | Windows

Configuration

Designer panel
  • Transaction Code - Transaction code or program which is executed in the current SAP GUI window. Text must be quoted.
  • Prefix - Prefix to be prepended to the transaction: /n call transaction in the same window (session), /o call transaction in an additional session.
Properties panel

Common

  • Continue on error - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
    Note: If this activity is included in Try Catch and the value of the ContinueOnError property is set to True, no error is caught when the project is executed.
  • Delay after - Delay (in seconds) between the time this activity is completed and the time the next activity begins any operations. The default value is 0.3 seconds. Adding a delay between activities ensures that one activity has enough time to complete before the next activity begins.

  • Delay before - Delay (in seconds) between the time the previous activity is completed and the time this activity begins performing any operations. The default value is 0.2 seconds. Adding a delay between activities ensures that one activity has enough time to complete before the next activity begins.

  • Display name - The display name of the activity.
  • Timeout - Specify the amount of time (in seconds) to wait for the activity to be executed before throwing an error. The default value is 30 seconds.

Input

  • Prefix - Prefix to be prepended to the transaction: /n call transaction in the same window (session), /o call transaction in an additional session.
  • Transaction Code - Transaction code or program which is executed in the current SAP GUI window. Text must be quoted.

Input/Output Element

  • Input element - The UI element on which the activity is executed, stored in an UIElement object. This field supports only UIElement objects. This object can be obtained from the Output Element property field of other UI Automation activities.

Misc

  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports only Boolean (True, False) values. The default value is False.
  • Description
  • Project compatibility
  • Configuration

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.