Handling SAP Account Login Pop-up in UiPath Enterprise Framework

Hello UiPath Community,

I am currently working on a process within the Enterprise Framework where the robot needs to log in to a SAP Account. However, depending on certain conditions, a pop-up window may appear during the login process and may not appear.

This pop-up window prompts the user to take action regarding another user logged in with the same account.Specifically, the pop-up window asks for a request action such as continuing login and keeping the other user, or logging in and exiting the other user, etc.

I am looking for guidance on how to implement an “if” activity or other solution in my workflow to handle this scenario effectively. The objective is to have the robot make a decision based on whether the pop-up window appears or not. If the pop-up window appears, the robot should take a specific action, and if it doesn’t, the robot should continue to the next step in the process.

Any suggestions or examples on how to achieve this within UiPath would be greatly appreciated.

Thank you in advance for your assistance!

Best regards,
Maryam Almushikes

hi @Maryam_Almushikes

The solution is here: Studio - Supported SAP WinGUI Elements

Use SAP Login and activitivy is going to take care of the popup

Best regards, Lev

Thank you for your replay, However, I can’t use SAP Login as the client and connection name is not allowed to know due to company security

these information is blocked from the company

Have you looked at the Check App State activity?

Thank you for your replay, However, I can’t use SAP Login as the client and connection name is not allowed to know due to company security

Thank you it works!! Thank you so much

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