How to add values in a Row in SAP Container ( Example: Table)

Which activity can I use to add values in the highlighted box which is inside a table container in SAP

Hi @Akhilesh_Mutnuru,

Use Type Into activity to enter values in the SAP table cell.
If it is a grid, first use Click to focus the cell then Type Into.
For complex cases, use SAP GUI scripting with UiPath SAP activities.

Let me know if it’s resolve your issue.

It is giving error as shown below
Inside the grid I have selected box below Member ID as target and Member ID as anchor

Hey @Akhilesh_Mutnuru,

Can you try using SAP Table Cell Scope with Type Into or Get Text instead of Click and Anchor
Enable SAP GUI scripting and build selectors using colName and tableRow for stability
Apply SAP 8.0 SP003 patch if selector issues persist after upgrade.

Let me know what happens

@Akhilesh_Mutnuru

Welcome to the community

try with table scope activity first if works then its best

else you need to go with individual type into with click before

cheers

Hi @Akhilesh_Mutnuru

try to use type into inside sap table cell scope. if the cell isn’t selectable directly, click to focus first. for complex grids, use sap gui scripting with column name and row index selectors.

If you found helpful, Mark as a solution tick .
Happy Automation