SAP NetWeaver Table Keywords

SAPNW_ClearTableCell

This keyword is used to clear the value in the table cell. It takes Table Object as an Object Input argument and Column Name/Number and Row Number as Data Input Arguments.


Object Input Arguments

Required?

Description

Object

Yes

This Keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search the specified column Name/Number.

Row Number

Yes

This is used to search for the specified Row Number.


Output

 

Clears the value of the Table Cell

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example



Common Error Conditions

Scenarios

Error Message

Debug Information

When the keyword is used without using SAPNW_LaunchApplication Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-

If Object in Object input argument is not given

Object Input Argument: Object not given

 

Argument Data Missing (-13200)

A step could not be executed because one or more of the arguments have not been provided a value. Of all the arguments a keyword accepts, some arguments might be compulsory. As opposed to the non-compulsory ones, the compulsory argument must be provided some data. The data may be provided through one of many sources like statically entering, output of a previous step, a global variable etc; but it must not be left blank.



SAPNW_ClickImageInTableCell


This keyword is used to click on image in the table cell. It takes Table Object as an Object Input Argument and Column Name/Number and Row Number as Data Input Arguments. 


Object Input Arguments

Required?

Description

Object

Yes

This Keyword takes Table object as Object Input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search the specified column Name/Number.

Row Number

Yes

This is used to search for the specified Row Number.


Output

 

Clicks Image in the Table Cell

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example











Common Error Conditions

Scenarios

Error Message

Debug Information

When the keyword is used without using SAPNW_LaunchApplication Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-

If Object in Object input argument is not given

Object Input Argument: Object not given

 

Argument Data Missing (-13200)

A step could not be executed because one or more of the arguments have not been provided a value. Of all the arguments a keyword accepts, some arguments might be compulsory. As opposed to the non-compulsory ones, the compulsory argument must be provided some data. The data may be provided through one of many sources like statically entering, output of a previous step, a global variable etc; but it must not be left blank.



SAPNW_ClickInTableCell


This keyword is used to click in the table cell. It takes Table Object as an Object Input Argument and Column Name/Number and Row Number as Data Input Arguments.


Object Input Arguments

Required?

Description

Object

Yes

This Keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search the specified column Name/Number.

Row Number

Yes

This is used to search for the specified Row Number.



Output

 

Clicks in the Table Cell

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example


Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-


SAPNW_ClickLinkInTableCell


This keyword is used to click on link in the table cell. It takes Table Object as an Object Input Argument and Column Name/Number and Row Number as Data Input Arguments.




Object Input Arguments

Required?

Description

Object

Yes

This Keyword takes Table Object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search the specified column Name/Number

Row Number

Yes

This is used to search for the specified Row Number.


Output

 

Clicks on the link in Table Cell

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example



Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-

SAPNW_ClickTextInTableCell

This keyword is used to click on text in the table cell. It takes Table Object as an Object Input Argument and Column Name/Number, Row Number and TextToClick as Data Input Arguments.


Object Input Arguments

Required?

Description

Object

Yes

This Keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search the specified column Name/Number

Row Number

Yes

This is used to search for the specified Row Number

Text to Click

Yes

This will click on the given text

Text Index

Optional

This is used when there are two same texts more than once and you have to click on that.


Output

 

Click text on the Table Cell

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example



Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-

SAPNW_DeSelectCheckBoxInTableCell

This keyword is used to deselect checkbox in the table cell. It takes Table Object as an Object Input Argument and Column Name/Number and Row Number as Data Input Arguments.


Object Input Arguments

Required?

Description

Object

Yes

This Keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search the specified column Name/Number

Row Number

Yes

This is used to search for the specified Row Number.


Output

 

Deselects checkbox in Table Cell

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example


Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-

SAPNW_EnterValueInTableCell

This keyword is used to enter data in the table cell. It takes Table Object as an Object Input Argument and Column Name/Number, Row Number and ValueToType as Data Input Arguments.  



Data Input Arguments

Required?

Description

Cell Value

Yes

This is used to search for the specified cell value.

Row Number

Yes

This is used to search for the specified Row Number.


Output

 

Enters value in the Table cell

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example


Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-

 


SAPNW_GetColumnNameByRowNumber

This keyword is used to get the column name by the row number. It takes the Table Object as an Object Input Argument and Row number and Cell Value as Data Input Arguments.


Object Input Arguments

Required?

Description

Object

Yes

This Keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Row Number

Yes

This is used to search for the specified Row Number

Cell Value

Yes

This is used to search for the specified cell value.


Example

Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it.

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-


SAPNW_GetObjectPropertyInTableCell


This keyword is used to get the property of the object in table cell. It takes Table Object as an Object Input Argument and Column Name/Number, Row Number, ObjectTag and PropertyName as Data Input Arguments.


Object Input Arguments

Required?

Description

Object

Yes

This Keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search the specified column Name/Number

Row Number

Yes

This is used to search for the specified Row Number

Object Tag

Yes

This is used to search the Object Tag.


Output

 

Gets the Object Property in Table Cell

If the keyword passes successfully.


It does not display anything if the keyword fails.




Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it.

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-

SAPNW_GetRowNumberByColumnName

This keyword is used to get the Row Number by the column name. It takes Table Object as an Object Input Argument and ColumnName and CellValue as Data Input Arguments.



Object Input Arguments

Required?

Description

Object

Yes

This Keyword takes Table Object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search the specified column Name/Number.

Cell Value

Yes

This is used to search for the specified Row Number.


Output

 

Gets row number by column name

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example


Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-

SAPNW_GetTableCellValue

This keyword is used to get the value present in the table cell. It takes Table Object as an Object Input Argument and Column Name/Number and Row Number as Data Input Arguments.



Object Input Arguments

Required?

Description

Object

Yes

This Keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search the specified column Name/Number.

Row Number

Yes

This is used to search for the specified Row Number.


Output

 

Gets the cell value in the table.

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example



Common Error Conditions

Scenarios

Error Message

Debug Information

When the keyword is used without using SAPNW_LaunchApplication Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-

If Object in Object input argument is not given


 

Argument Data Missing (-13200)

A step could not be executed because one or more of the arguments have not been provided a value. Of all the arguments a keyword accepts, some arguments might be compulsory. As opposed to the non-compulsory ones, the compulsory argument must be provided some data. The data may be provided through one of many sources like statically entering, output of a previous step, a global variable etc; but it must not be left blank.





SAPNW_GetTableColumnCount

This keyword is used to get the table column count. This keyword takes Table Object as Object input argument and doesn’t take any data input arguments.


Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table Object as Object input argument. 


Output


Gets the column table count.

If the keyword passes successfully.


It does not display anything if the keyword fails.






Example


Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-


SAPNW_GetTableColumnValue

This keyword is used to get the table column value. This keyword takes Table Object as object input argument and Column Name/Number and Delimter as data Input Argument. 


Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table Object as Object input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search the specified column Name/Number


Output

 

Gets the table column value. 

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example


Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-


SAPNW_GetTableData

This keyword is used to get the data of the table. This keyword takes Table object as object input argument and Row Number and Column Name as data input argument. 

 

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table Object as Object input argument. 



Data Input Arguments

Required?

Description

Row Number

Yes

This is used to search the specified row.

Column Name

Yes

This is used to search for the specified column name.


Output

 

Gets the data of the table.

If the keyword passes successfully.


It does not display anything if the keyword fails.


Example

Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-



SAPNW_GetTableRowCount

This keyword is used to get the table row count. This keyword takes Table object as object input argument and does not take data input argument. 


Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table Object as Object input argument. 


Example


Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-



SAPNW_GetTableRowValue

This keyword is used to get the table row value. This keyword takes Table object as object input argument and Column Name/Number, Delimiter as data input argument.


Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table object as Object input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search for the specified column name.


Output

 

Gets the row value of the table.

If the keyword passes successfully.


It does not display anything if the keyword fails.


Example



Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-


SAPNW_HighlightTableCell

This keyword is used to highlight the table cell. This keyword takes Table object as an Object Input argument and Column Name/Number, Row Number, as data input argument. 



Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search the specified column Name/Number

Row Number

Yes

This is used to search for the specified Row Number


Output

 

Highlights the table cell.

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example

Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-



SAPNW_ScrollToTextInTable

This keyword is used to scroll to the text in the table. This keyword takes Table object as object input argument and Text as data input argument. 


Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Text

Yes

This is used to search for the specified text in the table. 


Output

 

Scrolls to the table cell.

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example


Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-


SAPNW_SelectCheckBoxInTableCell

This keyword is used to select the checkbox in the table cell. This keyword takes Table object as object input argument and column name/number and row number as data input argument. It will select the checkbox if the Status is set to True. If status is False then checkbox will be unchecked.


Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search the specified column Name/Number

Row Number

Yes

This is used to search for the specified Row Number


Output

 

Select checkbox in the table cell.

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example


Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it.

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-


SAPNW_SelectDropDownInTableCell

This keyword is used to select the drop down in table cell. This keyword takes table object as object input argument and Column Name/Number, Row Number, Value to Select, as data input argument. 


Object Input Arguments

Required?

Description

Object

Yes

This keyword takes object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search for the specified column name. 

Row Number

Yes

This is used to search for the specified row number.

Value to Select

Yes

This is used to select the value


Output

 

Selects the drop down in table cell.

If the keyword passes successfully.


It does not display anything if the keyword fails.





Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-


SAPNW_SelectRadioButtonInTableCell

This keyword is used to select the radio button in table cell. This keyword takes Table object as object input argument. This keyword takes Column Name/Number, Row Number, as data input argument. 


Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table Object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search for the specified column name. 

Row Number

Optional

This is used to search for the specified row number.


Output

 

Selects the radio button of the table cell.

If the keyword passes successfully.


It does not display anything if the keyword fails.





Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-


SAPNW_SelectTableRow

This keyword is used to select the table row. It takes table object as object input argument and Row Number as data input argument.


Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Row Number

Yes

This is used to search for the specified row number.


Output

 

Selects the drop down in table cell.

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example


Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-


SAPNW_TypeTextAndEnterInTableCell

This keyword enters the value in table cell and then presses Enter. This keyword takes Table object as object input argument and Column Name/Number, Row Number, Value to Type, as data input argument.



Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search for the specified column name. 

Row Number

Optional

This is used to search for the specified row number.

Value to Type

Yes

This is used to type the value in the table cell.


Output

 

Types text and presses enter in table cell.

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example


Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-


SAPNW_VerifyTableCellValue

This keyword is used to verify the table cell value. This keyword takes Table Object as object input argument and Column Name/Number, Row Number, Expected Text, as data input argument. 


Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Column Name/Number

Yes

This is used to search for the specified column name. 

Row Number

Optional

This is used to search for the specified row number.

Expected Text

Yes

This is used to search for the text that needs to be verified.


Output

 

Verifies the table cell value.

If the keyword passes successfully.


It does not display anything if the keyword fails.



Example


Common Error Conditions

Scenarios

Error Message

Debug Information

When an object is not given. 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected StaticValue was empty.

When the keyword is used without using SAPNW_LaunchSAPApp Keyword prior to it

Argument Data Missing (-13200)

Insufficient Privileges (-14100)

Object not found

-plugin-unable-to-take-screenshot-


SAPNW_VerticalScrollInTable

This keyword is used to vertically scroll in the table. This keyword takes Table object as object input argument and Interval as data input argument. 


Object Input Arguments

Required?

Description

Object

Yes

This keyword takes Table object as Object  input argument. 



Data Input Arguments

Required?

Description

Interval

Yes

Integer Value



Output

 

Returns True.

If the keyword passes successfully.

Returns False

If the keyword fails





Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article