Questions tagged [sap-gui]

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

"SAP Graphical User Interface" (SAP GUI) is a legacy SAP front end tool available for various desktop environments (Windows, Mac, Java) and as an HTML web application.

It also comes with SAP GUI Scripting, an API that allows users to automate repetitive tasks by recording and running macro-like scripts (VBS and others for Windows, JavaScript for Java).

720 questions
0
votes
2 answers

SAPUI5 parameter transfer to web transaction

I am trying to open a transaction through the SAPUI5 event (eg. list item click). While opening that transaction, parameters from the selected list item element in the SAPUI5 will be sent to that transaction and will fill specific input fields in…
user3423064
  • 1
  • 1
  • 2
0
votes
1 answer

How to disable the SAP copyright popup for users logging on for the first time?

I'm load-testing SAP ERP(on hana) with rational performance tester. As the copyright popup after the first SAP logon interferes with my test runs (1000 sap test-users of type service), I have to disable the notification for all these users, or…
jnshbr
  • 759
  • 9
  • 14
0
votes
1 answer

How to add values to another Category in XML for Gantt Chart in SAP?

I am working on a Gantt Chart following this post and I am almost ready but I have the following problem. The code below, shows me the Gantt Chart that I have designed with ChartDesigner, but it presents all of the boxes only in Category 1! How can…
user2478115
  • 141
  • 2
  • 4
  • 10
0
votes
3 answers

Open the SAP GUI thick client screen from Java program

Having any thick client like SAP Logon installed, users can connect to required SAP server and access data through transactions. I am trying to invoke the SAP GUI thick client installed in the user's machine and redirect the user directly to…
Kiru
  • 96
  • 1
  • 6
0
votes
2 answers

Session count returned as zero

I am getting Session count zero at code line : SAPActive.SapSession = (GuiSession)SAPActive.SapConnection.Sessions.Item(0); Can somebody tell the reason?
0
votes
1 answer

SAP COM VB6 VB.NET Difference in behavior

I am connecting to SAP via COM, using ActiveX controls dragged into the Form. In VB6 I write: Private Sub Form_Terminate() SAPBAPIControl.Connection.Logoff End Sub Private Sub SAPLogonControl_Click() Set SAPBAPIControl.Connection =…
Johannes Maria Frank
  • 2,747
  • 1
  • 29
  • 38
0
votes
2 answers

What kind of "regular expression" system does SAP GUI use in the user interface?

I'm trying to search the documentation for a data element whose description contains the string '*hh:mm' but not 'mm:ss' (where '' is a wildcard for any number of characters). I don't know how to do it, so I was wondering if any of you know the…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
0
votes
1 answer

C# Variables to VBScript

Using this C# application pick a start and ending date range, that SAP will then use to do its query. I have made an application that passes one argument and it worked like that, but it does not work when doing two. Can anyone help? C# …
tluck234
  • 71
  • 1
  • 3
  • 10
-1
votes
2 answers

Area Menus, Tcode and Program Name in SAP

Pl. provide tables name, from where I can get relation between Area menus , Program names and Transaction codes.
-1
votes
0 answers

Automating EH&S Open Content Connector within SAP GUI

I have a job "loading of list subs" which I want to automate. I am using SAP GUI Scripting Tracker provided at https://tracker.stschnell.de/ The problem is there is an additional software called EH&S connector which does data exchange it looks like…
susmit410
  • 9
  • 4
-1
votes
0 answers

SAP GUI scripting

How to write script to open gui application and logging in?
-1
votes
1 answer

SAP GUI Manage system messages popup

Since now 2 days, I'm trying to find a way to manage this popup into SAP GUI scripting: This is how it's behaving. Once the script logged in into SAP this popup is display. If we accept it, it will not be displayed until the next days. As you can…
Fpasquer
  • 381
  • 3
  • 15
-1
votes
2 answers

How can I use VBA to close Workbooks opened in a separate instance of Excel?

I have an Excel file that runs various queries in SAP, which are then exported to Excel and then opened in a new Excel instance. I don't want those files to be open. Unfortunately, there doesn't seem to be a great way to tell SAP to stop doing that.…
blackandorangecat
  • 1,246
  • 5
  • 18
  • 37
-1
votes
2 answers

Upload XLSX with GUI_UPLOAD in a system 7.00

Is it possible to load in an itab an excel XLSX using the cl_gui_frontend_services=>gui_upload? The system is ECC6 7.00 an old one. Thanks Elias
ekekakos
  • 563
  • 3
  • 20
  • 39
-1
votes
2 answers

Context Menu for SAP GUI export not appear when pressed with VBA

While running my VBA code it opens all the correct functions, but when it comes to utilizing the export function - the drop down menu isn't available when pressing export button with VBA, while the drop down menu appears when clicking export button…