python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Excel VBA cannot complete an export in xlsx from SAP
I'm an absolute beginner in Sap script and just a beginner in Excel Vba (my scarse knowledge comes mostly from your kind community), so be patient.
I'm trying to launch from Excel Vba a data estractio...
TheGrill Firenze
Votes: 0
Answers: 0
Why am I getting an invalid procedure or call error in my VBA code to link to SAP
I'm trying to link my SAP to excel so that I can automate some report creating, but I seem to be unable.
I copied this code exactly
Sub SapExport()
If Not IsObject(SAPapplication) Then
Set SapGuiAuto ...
joshn1117
Votes: 0
Answers: 0
SAP GUI 7.70 Screen Painter
I am facing an issue, after creating screen in my program, when I click Layout, the Screen Painter tool opens up and when I am done declaring objects I try to activate and my whole SAP GUI lags. I hav...
Surya Pratap Yadav
Votes: 0
Answers: 0
How can I select an SAP GuiGridView row via Python scripting
I am trying to use Python for SAP Scripting, specifically to select a row in a GuiGridView object. It works just fine in VB Script, but in Python I get an exception: -2147352562, 'Invalid number of p...
Auto
Votes: 0
Answers: 1