SAP how to get corresponding table row based on input

Hi All,

I have a scenario like, have one excel which contains 4 name and SAP system which contains a table with 4 same name as excel but in different order.

I have to pass one by one name from excel , have to check that row is matches with SAP table name , If it matches I need to updated corresponding SAP table row.(Other column values for example Pass(y or n),Attended(y or n)).

Here, could any one help me in getting the corresponding row tableRow value from SAP to update other column (pass, Attended).