About 8,460 results
Open links in new tab
  1. How to run SAP GUI script from Excel Macro - Stack Overflow

    Jul 19, 2017 · I am trying to create a Excel macro which executes the SAP GUI Script. I already created the script but I didn't understand how to use that in VBA macro. This is my SAP GUI …

  2. How to skip automatically popup "A script is attempting to access …

    Feb 22, 2022 · In order to avoid the messages that a script tires to access resp. connect to the SAPGUI you have to change settings either in the registry or via SAPGUI. In the SAPGUI …

  3. sap gui - How to Log into SAPGUI using Python 3? - Stack Overflow

    Jun 19, 2020 · I'm trying to login to SAPGUI with Python in order to create a script to run a transaction automatically and I'm running into an issue. Whenever I try to login I get a <class …

  4. Getting specific cell data from SAP GUI to Excel - Stack Overflow

    Nov 8, 2017 · I am trying to get data from specific cells in a row in SAP GUI, into an Excel table using VBA. When I record a macro of me clicking the 5-6 items I need, it only gives me that I …

  5. Export SAP to excel completely via VBA - Stack Overflow

    Aug 4, 2017 · I hope you can assist me with the code below. I am trying to export a report from SAP using a recorded SAP GUI Script via VBA on a daily basis. Subsequently I want to copy …

  6. How to get text from status bar in SAP GUI - Stack Overflow

    Feb 9, 2023 · I'm tying to automate a certain process in SAP GUI. But I can't get the script this specific part. It reads until I double click in this field shown in color green. After that the …

  7. sap gui - When using SAP GUI Scripting in VBA, how can I view …

    Apr 18, 2018 · When using SAP GUI Scripting in VBA, how can I view SAP GUI objects properties while coding - like in IntelliSense? Asked 7 years, 8 months ago Modified 4 years, 11 months …

  8. How to automate SAP GUI using Excel VBA? - Stack Overflow

    You are mentioning "SAP.Functions", which is an RFC component part of SAP GUI. RFC is a protocol for programs to communicate between two machines, not to automate the screens. …

  9. How to select current row in SAP GUI Grid View with VBA Macro?

    Apr 18, 2018 · Get familiar with this new library if you are going to do any SAP scripting more than once. Second, about this problem, what you have is a shell, of type GuiShell, which inherits …

  10. rpa - S/4HANA UI automation. How? - Stack Overflow

    SAP Fiori interface which is default for S4HANA and which you presumably use in your corporate portal does NOT support GUI scripting which naturally emerges from its title SAP GUI …