Sap easy access issue

Is the SAP Easy Access screen just an overlay?

Can i remove it and instead show the original SAP screen like this one
image

Because the SAP Easy access screen is missing a lot of buttons such as “save” and “execute”, however if i pass their selectors into a click activity, uipath is still able to “click” them using simulate click so they probably still exist in the back end
@StefanSchnell @LevKushnir

Hello Jack,

these are different themes, the upper is the Quartz theme and the lower is the SAP Signature theme. Here an example of the differences of the UI elements of the screen 100 of the report SAPLSMTR_NAVIGATION:

SAPLSMTR_NAVIGATION_100.zip (1.5 KB)

As you wrote, many buttons are missing from Signature to Quartz. This is not an overlay. Check it and configure it at the beginning of your automation workflow which theme to use. Here an example how to check the using SAP theme with an Invoke Code activity or you can use an additional library GUI Info for SAP from the UiPath Marketplace.

Best regards
Stefan

2 Likes

thanks a lot, ill take a look

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.