Top "Sap-gui" questions

Questions about SAP GUI, SAP GUI Scripting, using SAP GUI (Calling transactions, setting up in the environment, customizing, etc.

How should I start learning about SAP?

I'm working as a MS developer working to provide bridging products between MS technology and SAP. I'm used to the …

abap hana sap-fiori sap-gui sap-erp
How do I automate SAP GUI with c#

I would like to automate an SAP GUI window using the C# language. I am able to do it in …

c# sap-gui
How to run SAP GUI script from Excel Macro

I am trying to create a Excel macro which executes the SAP GUI Script. I already created the script but …

excel vba automation sap-gui
SAP GUI script: read table or data from ALV Grid

I'm currently creating an automation script where data from excel will be searched in SAP table. I tried to record …

excel vba sap-gui alv
Connect SAP on Citrix through Excel VBA

I have no direct SAP installed on my machine and using SAP window through below link. https://nedc-ctx.applications.services.…

excel vba sap-gui
What type of object is returned by GetObject("SAPGUI")?

TL;DR --------------- If I properly declare the variables in the initialisation script, I can't attach to the "connection" objects …

vba sap sap-gui
How check if exists the field? SAP GUI Scripting

How check if exists the field? I tried it: If session.findById("wnd[1]").setFocus Then

sap-gui
Scroll GuiGridView to find the row with a specific value in a given column

I have created an Excel spreadsheet that extracts live data from a query in SAP GUI and paste that info …

excel vba sap-gui
Sap Logon automate login using vsbcript

I am using a VBScript to login automatically into SAP GUI. It opens automatically the SAP GUI window, it loads …

vbscript sap-gui
How to select current row in SAP GUI Grid View with VBA Macro?

I am trying to automate a repetitive task in the SAP GUI. I need to search for an order number, …

vba sap-gui