Click on specific column header in SAP

I’m trying to click on a specific column header of a table in SAP to select the whole column and I tried using the Click Text, but the column width is changing so not all the text is visible to click on it. Any suggestions? Is there any way to replicate selectColumn “columnname” in UiPath?

Hi Alinutza13,

I would try using a ‘click’ activity which uses specified Ui elements. I have found that most columns in SAP are identifiable/select-able with the ‘click’ activity. If this does not work I would try ‘click image’ indicating the specific header you are trying to click.