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

Call Transaction

UiPath.Core.Activities.SAP.CallTransaction

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 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 - The amount of time (in seconds) to wait for the verification element to appear, disappear, or change. If the Retry checkbox is selected, the action is performed again, followed by the verification, for the duration specified in the Timeout property of the activity. The default value is 10 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 input UI element defines the screen element that the activity is executed on.

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.