How to Create an SAP Server Program with Freestyle BASIC Script Language (FBSL)
Hello community, nearly a half year I develop the COM Connector (CCo), look here.Since over a month I develop for Freestyle BASIC Script Language (FBSL) an ABAP interface called FbslX, look here. And...
View ArticleHow to use Freestyle BASIC Script Language (FBSL) with SAP GUI Scripting
Hello community, Freestyle BASIC Script Language (FBSL) is a true multitalent. It is possible to use it inside ABAP, to build client and server applications and to use it with SAP GUI Scripting, as the...
View ArticleFreestyle BASIC Script Language (FBSL) in the Context of the SAP Application...
Hello community, here an architecture map to visualize the possibilities of FBSL in the context of the SAP application server. As you can see there are different ways to connect FBSL with the SAP...
View ArticleHow to Use Python Inside ABAP
Hello community, in the last time I presented a way to integrate BASIC-style script language inside ABAP here. To demonstrate that the these procedures work with other scripting languages too, I take...
View ArticleNew GuiListControl Class Iniside SAP GUI Scripting API
Hello community, I compared the SAP GUI Scripting API version 7300.24.249 from the SAP GUI for Windows PL4 with the version 7300.26.249 from the PL6 and I found a new class called GuiListControl....
View ArticleHow to Register Any COM Library On-The-Fly Without Admin Rights
Hello community, last week I introduced here the possibility how to register a COM library on-the-fly without admin rights with ABAP. It is also possible to use the same method inside any COM-enabled...
View ArticleUPX Squeezed ActiveX Libraries in Scripting Language Context
Hello community, I use the Universal Packer for eXecutables (UPX) to squeeze any libraries, also the ActiveX libraries of the SAP GUI for Windows, to connect an SAP system. Here a link to another post...
View ArticleHow to Check the Existence of an Object Without Exception Messagebox
Hello community, here a method how to check the existence of an object in SAP GUI Scripting. In a normal case, if an object not exists, you get an exception error in a messagebox and the SAP GUI script...
View ArticleBebo, a Control and Activity Pad with Script Support for SAP Sessions
Hello community, a long time ago I introduced Bebo here. Now a little refresh and reminder, because I develop Bebo since three years and it is a very reliable and stable product. Bebo is a small...
View ArticleHow to Build an HTA/HTML UI to Code and Execute ABAP Reports
Hello community, a longer time ago I introduced CCo (COM Connector) here. Later I presented here the possibility how to program and run an ABAP Report with the scripting language VBScript and CCo. Here...
View ArticleHow to use Windows PowerShell Script inside ABAP
Hello community, Windows PowerShell is a mix of command-line shell and scripting language. You find more Information about PowerShell here and here. With the free COM library ActiveXPosh.dll from...
View ArticleControl Visualizer
Hello community, we all know the good old Scripting Wizard, which is not longer supported since Windows 7 and SAP GUI for Windows 7.20 PL?. But SAP offers a Control Visualizer, maybe a replacment. If...
View ArticleAutomation of SAP Netweaver portal
'Automating the SAP netweaver portal - The Everest of Automation!''There are a few articles on the web discussing the automation of the SAP Portal - some even saying its a myth.''Ok it is possible...
View ArticleHow an SAP GUI Script is Executed
Hello community, there are several ways to execute an SAP GUI script: Via SAP GUI recorder, press Alt+F12, now choose the menu item Script Recording and Playback, load the script file and press...
View ArticleA Look Behind the Curtain - Lift the veil from saplogon.exe
Hello community, the SAP logon program saplogon.exe is the centre of rotation of all communication between the SAP GUI for Windows and the SAP application server. The SAP logon is the one and only. If...
View ArticleHow to Combine Windows PowerShell Script and SAP GUI Scripting
Hello community, I presented here the possibility how to use Windows PowerShell Script inside ABAP. Also is it possible to use Windows PowerShell in combination with SAP GUI Scripting. You Need...
View ArticleTip: Write each table with SAP GUI Scripting to a CSV file
Hello community,here is a SAP GUI Script to write each table in a file in CSV (Comma Separated Value) format. Use only one sub callReadTableInFile "SFLIGHT", "C:\\Dummy\\SFlight.csv"in your SAP GUI...
View ArticleNew Scripting Option in SAP GUI for Windows 7.30 PL 8
Hello community, there is a new SAP GUI scripting option in the SAP GUI logon 7.30 PL8, called "Show native MS Windows dialogs". The help describes it as following:"Since Microsoft Windows' native...
View ArticleHow To Execute Any File With GuiXT
Hello community, everbody knows GuiXT - the comfortable library to individualize the SAP screens. It is standard part of the SAP GUI for Windows and you can use it without any problems. You can find...
View ArticleTip: How to Code a GuiXT Conformable Dynamic Link Library (DLL)
Hello community, I show here an example how to call the Windows API function ShellExecute inside a GuiXT script. You can call a DLL function with the command Call, look here for the technical...
View Article