How to start with requirement to filled in Data in another system (from Worksheet Excel)

i’m a beginner abt RPA and wanna use RPA to fill in data from Worksheet Excel to another system (i.e SAP) how do I start or any guide? thank you.

@natchakrit,

Welcome to our community!
Thank you for posting your query in UiPath Developer Forum.

You need to use RE Framework (Robotic Enterprise Framework) which comes with UiPath Studio with datatable model.

Download this framework from go.uipath.com
https://go.uipath.com/component/reframework-for-tabular-data

In the init state of the Main.xaml you need to read the input worksheet.
Then in side the process xaml you have call your xaml which will feed the data into SAP.

I am not sure which Transaction code you going to work with SAP, so based on that you need to design your workflow with proper selectors.

Thank you very much for your advice, let me try it. Because I need to apply with SAP so I need to use Enterprise version right?