How 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 ArticleInformation About RFC Context
Hello community, SAP offers an RFC enabled FM to get information about the RFC context, it is RFC_GET_ATTRIBUTES. It delivers interesting information which can be used to analyze error situations. To...
View ArticleSAP GUI Scripting Changes Between SAP GUI 7.40 PL 5 and PL7
Hello community, since four days offers SAP a new patch level of the SAP GUI for Windows. With this patch level 7 SAP offers also a new version of the SAP GUI Scripting API (sapfewse.ocx). There are...
View ArticleLift the Veil from ActiveX Libraries - a Little Bit
Hello community, often are ActiveX libraries subject of a discussion. Also often exists questions about methods, attributes or GUIDs from ActiveX libraries.With this blog post I describe how to lift...
View ArticleHow to use RFC_READ_TABLE from JavaScript via WebService
Hello community, here a step by step guide to expose the RFC-enabled function module RFC_READ_TABLE as WebService and how to use it via JavaScript: Start transaction code SE80 and create a new...
View ArticleHow to use NetWeaver RFC Library with PHP and COM Connector (CCo)
Hello community, PHP is a server side scripting language, you can find more information here. PHP offers access to COM objects on Win32 platforms, all you have to do is to add the line...
View Article