About 8,970 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. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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 …

  7. How check if exists the field? SAP GUI Scripting - Stack Overflow

    Jan 7, 2021 · How check if exists the field? SAP GUI Scripting Asked 11 years, 5 months ago Modified 4 years, 9 months ago Viewed 19k times

  8. How to verify the Active Window in SAP GUI using VBA

    Jul 14, 2021 · In these cases I use the VBA property "session.ActiveWindow.Name". Using that you'll find out the current SAP active window number. Remember, the first SAP window …

  9. How to copy a value from SAP GUI Grid View and paste to Excel

    Sep 16, 2021 · With the transaction code ZRQ_RTG_TOOL_QRY in SAP system, I'm attempting to directly copy and paste a data row for every iteration of whatever vendor it is that I'm …

  10. Detecting window in SAP GUI script with if condition

    Aug 4, 2021 · Detecting window in SAP GUI script with if condition Asked 4 years, 2 months ago Modified 3 years, 6 months ago Viewed 3k times