Review: Use Limits of SAP ActiveX Libraries in .NET Environment PowerShell
Hello community, in a normal case you can use the COM libraries, like the SAP ActiveX, very easily in PowerShell scripting language. $SAPFunc = New-Object -ComObject "SAP.Functions" This should be...
View ArticleHow To Use NCo With PowerShell: Client Apps (PowerShell uses .NET Connector)
Hello community, at the beginning of this year I presented here, here and here different possibilities to use SAPs .NET Connector (NCo) in the context of the scripting language PowerShell. Now with new...
View ArticleFrom PowerShell Zero To SAP GUI Scripting Hero
Hello community, I wrote here about the possibility to use SAP GUI Scripting inside PowerShell. The basis of this approach is Visual Basic Script (VBS) resp. the Microsoft Script Control. On this way...
View ArticleUse Named References of SAP ActiveX Libraries in VBA for Easy Programming
Hello community, many Microsoft Office programmers uses the SAP ActiveX libraries of the SAP GUI for Windows installation. The reason for this descision is the availability of the libraries. To use the...
View ArticleHow to Use PowerShell for Automated Login to SAP
Hello community, here is an interesting discussion how to automated logon to an SAP system via VBScript. But VBScript offers not really a function to detect the moment if the session is available. Here...
View ArticleHow to Find the Next Logon Screen of a SID with SAP GUI Scripting
Hello community, based on the discussion here I developed a function how to find the next logon screen of a given SID. The function delivers the connection number....
View ArticleHow to Find the Next Not Busy Session of a SID in AutoIt
Hello community, via e-mail I received a question how to get the next input-ready session of a SID in AutoIt scripting language. Here a solution. It should now not be difficult to combine this approach...
View ArticleTip: How to Restart the SAPLogon via AutoIt
Hello community, AutoIt is an incredible scripting language, it offers so much possibilities, e.g. to control processes and windows. Here now an example how to restart the SAPLogon on the fly:...
View ArticleSAP GUI Scripting Recorder with PowerShell
Hello community, here a SAP GUI Scripting Recorder in PowerShell scripting language. #-Begin----------------------------------------------------------------- #-Sub...
View ArticleNew NWBC Property at GUIConnectionClass of SAP GUI Scripting API
Hello community, in the actual version 7400.2.5.255 offers the SAP GUI Scripting API a new property in the GUIConnectionClass, called ChildrenForNWBC.It is not documented yet. It delivers an IDispatch...
View ArticleParallel Using of Identical DisplayNames in the Running Object Table (ROT)
Hello community, a few month ago I wrote here about the non uniqueness of IDs of the parallel using of SAP GUI for Windows and NWBC with SAP GUI Scripting. Also I wrote here about polyvalence entries...
View ArticleRecorded Script in SAP to open more than the first session.
Hi I am totally new to SAP. So please bear with me and my missing skills. I have tried to record a session to log into SAP. And open the first session i need. It works good. But i normally work with...
View ArticleFunction FindAllByType and FindAllByTypeEx in SAP GUI Scripting
Hello community, here are two functions to detect all controls of one type of a collection, called FindAllByType and FindAllByTypeEx. The function FindAllByType has the parameters obj which describes a...
View ArticleNew SAP GUI Scripting API help
Hello community, the actual patch level 5 of the SAP GUI for Windows 7.40 offers a facelifted SAP GUI Scripting API help. The font styles has been changed.The node structure has been changed - the...
View ArticleHow to make SAP ROT Wrapper library available in a 64-bit environment
Hello community, the SAP ROT (Running Object Table) Wrapper library offers the possibility to get access to the ROT. But the library is only for x86 - 32-bit. With the standard installation is it not...
View ArticleHow to get OS and Shell Architecture as well as Version of VBScript
Hello community, to work with x64 systems is now a normal scenario in the business. x86 (32 bit) and x64 (64 bit) programs works simultaneously peaceful hand in hand. But for the scripts it is...
View ArticleTip: How to Differentiate Between x86 and x64 Versions of Libraries and...
Hello community, more and more 64-bit programs and libraries comes into our focus and very often exists the question, how to differentiate which program or library is x86 or x64. It is very easy to...
View ArticleTip: How To Analyze Missing RFC Authorization Objects with CCo
Hello community, to create a user ID with the correct (minimal) rights to call an RFC function modul you can use CCo and the following method. Create a new user ID with the TAC SU01, e.g. ZRFCTEST,...
View ArticleScripting Language PowerShell 5.0 is Available
Hello community, since five days offers the Microsoft PowerShell Team the RTM (Release To Manufacturing) of PowerShell 5.0. It is part of the Windows Management Framework (WMF) 5.0. It replaces the...
View ArticleDownload Workload Statistics as CSV via RFC and CCo
Hello community, RFC connections offers a lot of possibilities. Here is an example how to download workload statistics as CSV file. Normally you get this information via the Workload Monitor - TAC...
View Article