Automating SAP Sales Order Return Creation from Multiple Excel Files

I have problem when I want to automate SAP Sale Order Return from multiple Excel Files.

Source Data:

  • A folder contains numerous individual Excel files.
  • Each Excel file represents a unique billing document (e.g., invoice).
  • Each Excel file contains multiple line items associated with that billing document.


Process

  • Each Excel files, a corresponding Sales Order Return (SOR) must be manually created in SAP.
  • This involves manually extracting the billing number and line item data from the Excel file.
  • Manual data entry of the extracted data into SAP to create the SOR.

Pls. help me how to do it with UiPath activities.

Use For Each File in a folder activity to loop through the files

Then Use Excel Application activity to open the files one by one

Within Excel activity - Use For Each Excel Row activity to loop through each line items

Update the SAP within the excel row loop

Dear Sharazkm32,

Thank you for your efforts in attempting to resolve my issue. While your proposed solution did not address the problem, I appreciate your time and support.

Could you please share more details like

What improvements to be done in the solution or where you are stuck?