activities
latest
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white

UIAutomation-Aktivitäten

Letzte Aktualisierung 20. Okt. 2025

Supported SAP Ariba elements

AribaWeb-based interfaces contain a variety of specific controls with which you can interact, as exemplified on this page.

SAP Radio button

Auswahlfelder bieten eine Reihe von Optionen. Eine Liste enthält mindestens zwei Auswahlfelder, und Sie können nur eines auswählen.



Sample selector:

<webctrl aw-label='Project:/Full Project' aw-name='RadioButton' tag='DIV' /><webctrl aw-label='Project:/Full Project' aw-name='RadioButton' tag='DIV' />

Use the Radio Button control with the Check/Uncheck activity.

SAP-Checkbox

Checkbox-Elemente stellen eine Liste mit mehreren Auswahlmöglichkeiten dar. Es können eine, mehrere oder keine Optionen ausgewählt werden.



Sample selector:

<webctrl aw-label='Exempt from Backup Withholding:' aw-name='Checkbox' tag='DIV' /><webctrl aw-label='Exempt from Backup Withholding:' aw-name='Checkbox' tag='DIV' />

Use the Checkbox control with the Check/Uncheck activity.

SAP Dropdown

Dropdown lists allow you to select single items from predefined lists.



Sample selector:

<webctrl aw-label='Approval Status:' aw-name='Dropdown' tag='DIV' /><webctrl aw-label='Approval Status:' aw-name='Dropdown' tag='DIV' />

Use the Dropdown control with the Select Item activity.

SAP Chooser

Chooser controls are used for multiple value selection.



Sample selector:

<webctrl aw-label='Country/Region:' aw-name='Chooser' tag='DIV' /><webctrl aw-label='Country/Region:' aw-name='Chooser' tag='DIV' />

Use the Chooser control with the Select Multiple Items activity.

SAP Popup menu

Popup Menu controls are used for single selections in a dynamic popup menu.



Sample selector:

<webctrl aw-label='Create' aw-name='PopupMenuLink' tag='A' /><webctrl aw-label='Create' aw-name='PopupMenuLink' tag='A' />

Use the Popup Menu control with the Select Item activity.

SAP Data tables

Data Tables contain tabular data information.



Sample selector:

<webctrl aw-name='DataTable' tag='TABLE' />
<webctrl aw-collabel='Status' aw-tablerow='24' tag='TD' /><webctrl aw-name='DataTable' tag='TABLE' />
<webctrl aw-collabel='Status' aw-tablerow='24' tag='TD' />

Use the Data Table control with activities, such as Click, Type Into, Get Text, or Check.

Supported and unsupported activities and features:

  • Extract Table Data activity – supported
  • Expand Tree activity – supported for hierarchical tables
  • Table Cell Scope activity – unsupported
  • Autoscroll feature – supported
    Note: You can identify elements by their row number or row path, even if they are not yet loaded in the table.

SAP Input fields

Use Input fields controls with the Type Into activity.

Text fields

Text fields are used to capture single-line input.



Sample selector:

<webctrl aw-label='Name:' aw-name='TextField' tag='INPUT' /><webctrl aw-label='Name:' aw-name='TextField' tag='INPUT' />

Text areas

Text ares are used to capture multi-line input.



Sample selector:

<webctrl aw-label='Description:' aw-name='TextArea' tag='TEXTAREA' /><webctrl aw-label='Description:' aw-name='TextArea' tag='TEXTAREA' />

Password fields

Password fields are used to capture secure input.



Sample selector:

<webctrl aw-label='Password:' aw-name='PasswordField' tag='DIV' /><webctrl aw-label='Password:' aw-name='PasswordField' tag='DIV' />

SAP Text button

Text buttons are used to display standard buttons with text.



Sample selector:

<webctrl aw-label='Create' aw-name='TextButton' tag='BUTTON' /><webctrl aw-label='Create' aw-name='TextButton' tag='BUTTON' />

Use the Text button control with the Click activity.

  • SAP Radio button
  • SAP-Checkbox
  • SAP Dropdown
  • SAP Chooser
  • SAP Popup menu
  • SAP Data tables
  • SAP Input fields
  • Text fields
  • Text areas
  • Password fields
  • SAP Text button

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
Uipath Logo
Vertrauen und Sicherheit
© 2005–2025 UiPath. Alle Rechte vorbehalten