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

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

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

    Feb 8, 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 …

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

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

  8. 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, 9 months ago Modified 5 years ago Viewed …

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

  10. 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, 8 months ago Modified 5 years ago Viewed 19k times