In this post, we will see how to resolve Wait for the file to be downloaded and then continue Question: I am facing the following problem. The current active workbook is the VBRK.XLSB. In this file I have written the ...
In this post, we will see how to resolve SAP Gui Scripting Looping Question: I wrote a script that runs IW31 and copy the values from excel to SAP. After first row the scripts does not repeat the loop. I ...
In this post, we will see how to resolve Read RZ11 parameter sapgui/user_scripting Question: I am trying to use SAP GUI Scripting to read “current value” set for parameter “sapgui/user_scripting” via t-code RZ11. I can connect to SAP instance, login ...
In this post, we will see how to resolve Check if SAP Login Successfully Question: Through my VBA code I logon to SAP. I am trying to check if the login was successful using the following line of code: session.findbyId("wnd[0]/sbar").MessageType ...
Question: I’m trying to run a SAP GUI script using a button in Excel, I have the script created in a way that it takes info from Excel to use in SAP, that script works great, if I open it, ...
Question: What I am trying to do is fairly simple: I have a script which run transactions and I want the macro to always execute the transaction. There are three cases: SAP is NOT open (which the code works with, ...
Question: I am trying to optimize my Excel VBA to SAP connection and don’t want to click “OK” on two message boxes that appear when starting the following code: How can I avoid the following SAP message boxes or click ...
Question: My variable doing mess with my part of code (Rowcount - 4, NETPR). Can I ignore this variable for this part and how? UPDATE here is pcs what i think [![Last rows][1]][1] Here is my code : And i ...