How 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 ArticleHow to use Batch Input with Excel via CCo
Hello community, Batch Input is a consolidated method for automatic mass input of data. You can find more information about Batch Input here and here. Here now an example how to use Batch Input with...
View ArticleSAP VB Scripting and GuiXT Blog
Using VB Scripting at work in SAP Accounts Receivable, with each script, I find new challenges and code that needs to be implemented to meet end user needs such as adding a button to execute a script:...
View ArticleSpiderBasic (JavaScript) Language in the Context of SAP Web Application Server
Hello community,at first I want to introduce SpiderBasic. An introduction to SpiderBasic SpiderBasic is a web client-side programming language based on established BASIC rules. Its main purpose is to...
View ArticleHelp Us to Help You - Information Which Helps to Support
Hello community, often it is difficult to support users which posts questions here, because basically information are missing. Here a tiny script which detects a few technical information which are...
View ArticleControl SaveAs Dialog with AutoIt
Hello community, a few times we discuss here the necessity to control Windows dialogs e.g. like SaveAs in the context of SAP GUI Scripting. For those dialogs offers SAP GUI Scripting no possibilities...
View ArticleUse SAP GUI Scripting with Native PowerShell
Hello community, a few days ago I presented here the new version of Scripting Tracker. The new version supports now native PowerShell code generating. Here an example of a PowerShell script from a...
View ArticleTip: Show Hidden Members of VBA
Hello community, if you press F2 in the VBA Environment the object browser will be opened. With a mouse right click in the element list box a pull down menu will be opened. In this menu you can...
View ArticleSAP VB Scripting and GuiXT Blog
Using VB Scripting at work in SAP Accounts Receivable, with each script, I find new challenges and code that needs to be implemented to meet end user needs such as adding a button to execute a script:...
View ArticleHow to Store a Binary File in a Script
Hello community, a longer time ago I presented here the possibility to contain binary files in ABAP function modules or as JSON code. With the same technic it is possible to store binary files in a...
View ArticleSAP VB Scripting and GuiXT Blog
Using VB Scripting at work in SAP Accounts Receivable, with each script, I find new challenges and code that needs to be implemented to meet end user needs such as adding a button to execute a script:...
View Article