I am automating script where I need to fetch data and work on SAP LogOn Pad screen. But UiPath is treating SAP LogOn Pad screen as image, so I am trying to use CV Screen scope to work but its becoming complicated while using same. Is there any other way to work on SAP LogOn Pad screen.
If the operations you need to perform in SAP are supported by SAP Business Application Programming Interface (BAPI) or Remote Function Call (RFC), you can use the SAP activities provided by UiPath.
UiPath provides dedicated SAP Automation activities that can interact with SAP GUI elements directly. Make sure you have the “UiPath.UIAutomation.Activities” package installed and check if the SAP activities are available.
SAP GUI Scripting allows external applications like UiPath to interact with SAP GUI. You’ll need to enable SAP scripting. Once configured, you can use activities specific to SAP scripting to interact with SAP elements directly.
Hello @AJ_Ask
I have attached screenshot , I need to click on (SCQ001, QC2030,…) one by one and perform several actions inside them.
But UiPath is considering it as a image. I have already checked Scripting is enabled.