A Look Behind the Curtain - Lift the veil from saplogon.exe (Part 1)
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 ArticleA Look Behind the Curtain - Lift the veil from saplogon.exe (Part 2)
Hello community, you can find the first part, with the basic explanations, here. Now another way to know more details of the saplogon.exe activities. Download at first the Dependency Walker from here....
View ArticleTip: Call the Correct Scripting Engine in a 64-bit World
Hello community, there are two version of the Windows console cmd.exe on your 64-bit Windows. You can find the 64-bit version of the console in the directory C:\Windows\System32 and you can find the...
View ArticleActiveX Component SAP.Functions with Export Parameter String
Hello community, I use a VBS program with the SAP ActiveX components to connect to an SAP system and to execute a FM. Here the function module:FUNCTION...
View ArticleHow to use dotNET Languages Inside SAP GUI Scripting or GuiXT
Hello community, the basically way to use dotNET languages I describe here. Here is now an alternative to use dotNET library source files direct inside SAP GUI Scripting. At first a source code of a...
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 ArticleInteractive and dynamic Excel VBA template - SAP GUI Scripting -
Introduction: SAP GUI Scripting can be used for many small and intermediate batches for mass maintenance tasks (P-/Q- and D-Systems) and quality testing (Q-Systems) in SAP.To reduce development...
View ArticleHow 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 ArticleNew Class GuiInputControl in SAP GUI Scripting with SAP GUI for Windows 7.40
Hello community, a few days ago SAP presented the new version of SAP GUI for Windows here. With this new version we get also a new version of SAP GUI Scripting API. The new SAP GUI Scripting API...
View ArticleHow to use FBSL inside SAPUI5 via JavaScript in Internet Explorer
Hello community, I presented here FBSL in the ABAP context, and here an example how to use C code inside ABAP.I presented here ScriptX, a wrapper library, and here how to use SAP GUI Scripting in the...
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 ArticleScripting Tracker - Development Tool for SAP GUI Scripting
Hello community, over two years ago I presented here the lite version of Scripting Tracker. Scripting Tracker is a utility and a replacement to the SAP GUI Scripting Development Tools. It is a SAP GUI...
View ArticleHow To Find Out Permission To Access RFC
Hello community, sometimes it could be useful to know the RFC permission of an SAP system. Here a tiny script to find it out via the standard ActiveX library wdtfuncu and the RFC function RFC_PING. If...
View ArticleTip: How to Check Whether Your Script Runs in SAP GUI Context
Hello community, today I want to present the possibility to check whether your script runs in SAP GUI context. My example uses CCo, the COM Connector for the RFC library, but you can use also other...
View ArticleTip: How to Get a Function Module Interface and Documentation
Hello community, today I want to present the possibility to get the interface and the documentation of a function module (FM). My example uses CCo, the COM Connector for the RFC library, but you can...
View ArticleTable Export Excell with PHP (Charts and Table)
System Requirements -Apache Web Server-PHP-SAPRFC (PHP Addon)-PHPExcell 1-) Download PHPExcell library Download Link : https://phpexcel.codeplex.com/releases/view/119187 2-) Download and Install...
View ArticleHow to Create a Transactional SAP Server Applications with Freestyle BASIC...
Hello community, nearly two years I develop the COM Connector (CCo), look here. Since over a year I develop for Freestyle BASIC Script Language (FBSL) an ABAP Interface, called ScriptX, look here. FBSL...
View ArticleSAP GUI Scripting in the Context of NetWeaver Business Client, a New Perspective
Hello community,we see at the DSAG (German SAP User Group) the NetWeaver Business Client (NWBC) as replacement in the near future for the SAP GUI for Windows with the SAP Logon. From this point I...
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 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 Article