SAP activitie

Hey everyone,

I need your help, I´m searching wich activitie help me to do this in SAP.

In this window “Open” (in the pic), i need to type the name of the file i need to attached the click “Open or just an Enter”. The problem is if I use Type into it doesn´t work because don´t recognize that window even click the same.

What i can do?
The image displays an open file dialog window from a computer, showing various folders within the "SAPgui" directory and filters set to display XML files. (Captioned by AI)

@Francisco_Sanchez1,

Use another Use application browser activity when this pop-up opens.

Inside this use application browser use click activity.

Thanks,
Ashok :slightly_smiling_face:

we discussed it here: Modal Dialog Boxes supported by SAP Scripting

Hi @Francisco_Sanchez1

In SAP the Auto option of Ui Framework will not allow you to indicate these type of window.

When you are indicating the Ui element in the window change the UI Framework to Active Accessibility and try, it will allow you to indicate the Elements on th Window.
A user interface, under the "Selection Options," shows a dropdown menu with the "Active Accessibility" option selected, indicating a change in UI framework. (Captioned by AI)

If the above one not works, then Use another Use application\browser activity and indicate on the Window inside of it insert the Ui activities to work on this window.

Hope it helps!!