Re: Recording SAP Script via Excel VBA
If Not IsObject(application) Then Set SapGuiAuto = GetObject("SAPGUI") Set application = SapGuiAuto.GetScriptingEngineEnd IfIf Not IsObject(connection) Then Set connection =...
View ArticleRe: Synchronization issue with SAP session1 and session2 using QTP/UFT...
Hello Kathirvel, good to hear that your synchronization problem from your first post is solved. It is necessary to wait until the new session is open, because the SAP GUI Scripting needs the open...
View ArticleRe: Synchronization issue with SAP session1 and session2 using QTP/UFT...
Hi Stefan Schnell, Error occur while sending the different e-mails from the Business Workplace continuously.Also, i Have set the "Wait 10" as static .I there any possibility to get the exact wait time...
View ArticleWhat are the differences in VBA methods to connect to SAP GUI
Hi, I am trying to use MS Excel VBA to connect to SAP GUI and run a recorded *.vbs script, but there are a number of ways of doing this and I should like to understand what the differences are, and...
View ArticleRe: Copy SAP FIELDS TO EXCEL
Hi Mario, I am trying similar function and I need the reference to be pasted in excel column 12. Error is "The control could not be found by id.-". Below is a copy of my code, could you please suggest...
View ArticleRe: What are the differences in VBA methods to connect to SAP GUI
Hello Jonathan, welcome in the Scripting Languages forum. Set SAP = CreateObject("SAP.Functions")On this way you connect the SAP via the classic RFC library (Remote Function Call). You can use this...
View ArticleRe: What are the differences in VBA methods to connect to SAP GUI
Many thanks Stefan, for your comments and clarification. I am sure you recognised the re-use of code already provided by forum members, including your own, in my snippet. I am happy that I understand...
View ArticleSAP GUI for massive process
HiI was trying to create a SAP Gui script to run a process for many materials.see below I created it for one material, but to run in simultaneously for 2 material I just repeated the code..but how can...
View ArticleRe: SAP GUI for massive process
Hi John, there are many ways to solve this problem. One of these can be found here: Transferring data from Excel to SAP Regards,ScriptMan
View ArticleCopy data from Excel and run the Loop
Good afternoon everyone,I need to finish a script that will take the data from the Excel A1 column, copy a given time, execute the transaction E41C, save the changes made and start the process again...
View Article