SAP Automation - Cheque payment

Hi Developers,

I’m currently developing a UiPath automation for SAP cheque payments. As part of the process, I’ve constructed an Excel file containing 22 columns, including essential data like ‘Customer Code’ and ‘Customer Name’.

I’ve tried using horizontal scrolling to access the ‘Amnt.’ column, and I’m facing an issue while populating the ‘Amnt.’ column in the SAP U

nrealized Receipts table. The ‘SETTLED AMOUNT’ value from the Excel sheet is being incorrectly input into the ‘Advance Amount’ column.

I would appreciate any guidance or suggestions on resolving this discrepancy.

Thanks in advance,

@Tharindu , can you Please share selector for this two columns ? And is this happening for all cases or only few? . Because for tables in SAP selector relay on column and row position. try to find the position of column header first based on name then use that position in type into selector.