Get All Rows
Retrieves all the rows from a table in SAP GUI.
This activity is used to retrieve all the rows from a user-specified table in the SAP GUI.
Input
Session:
Required
Specifies the session to use.
Target
Table Id:
String Argument
Required
Specifies the id of the SAP GUI Table Control from which the rows are to be retrieved.
Output
Output Table:
DataTable Variable
Specifies the data table that contains all the retrieved rows.
Last updated