Julia High-Level and High-Performance Dynamic Programming Language with SAP...
Hello community, in part one of this serie I introduced Julia programming language here. In part two I show here how to use the ABAP function module RFC_READ_TABLE to get data from an SAP system. Here...
View ArticleJulia High-Level and High-Performance Dynamic Programming Language with SAP...
Hello community, a few days ago I presented the programming language Julia here. Now an add-on with a few SAP NetWeaver RFC functions to the include to read tables. At first the Julia code:...
View ArticleJulia High-Level and High-Performance Dynamic Programming Language with SAP...
Hello community, Julia is a very incredible high-performance programming language for technical computing. You can find Julia here. You can find more information about Julia here. You can find the...
View ArticleThe Equality of the Use of Various REPL Shells
Hello community, a few days ago I presented here a REPL shell for VBScript. In the last few days I experimented with Julia REPL shell and SAP NetWeaver RFC Library, you can find more about it here. So...
View ArticleREPL Interface for VBScript
Hello community, more and more moves Read-Eval-Print-Loop (REPL) shells in the focus of scripting languages. You can find more information about REPL here. Here is a tiny REPL shell for VBScript:...
View ArticleHow To Use VB.NET via PowerShell Inside Java
Hello community, I presented here the possibility how to use PowerShell inside Java. Here now on the same way an example how to use VB.NET inside Java, equivalent to the ABAP example. The VB code is in...
View ArticleHow To Use PowerShell Script Inside Java
Hello community, I wrote here about the using of SAP GUI Scripting inside Java. Also I wrote here, here, here and here about the using of PowerShell inside ABAP. Here now a combination of both. I use...
View ArticleHow to use SAP GUI Scripting inside Java
Hello community, the SAP GUI Scripting bases on Windows OLE resp. ActiveX technic. In a normal case Java do not work with this platform dependent technic. Under this circumstances it is not possible to...
View ArticleHow To Use SQLite ODBC with PowerShell
Hello community, two month ago I presented here the possibility to use SQLite databases via ADO and ODBC driver with ABAP.Over one year ago I presented here the possibility to export SAP tables into...
View ArticleTip: Complete Launch Sequence of SAP GUI Scritping in PowerShell
Hello community, in the context of the discussion here I developed and presented a complete launch sequence of SAP GUI Scripting in VBScript here. But for the future it seems better to use PowerShell,...
View ArticleTip: SAP GUI for Windows 7.40 Administration Guide
Hello community, in the context of this post I have found the Administration Guide for SAP GUI for Windows here. It is a very interesting document, it describes in any detail how to configure and to...
View ArticleTip: Use Git Repository as Version Control System for your Script Programming
Hello community, in different context we hear a lot about Git, a version control system. You can find Git here and you can find a very good introduction, explanation and instruction manual here - and...
View ArticleNew Patchlevel of SAP GUI for Windows is Available
Hello community, since three days offers SAP the new patchlevel 8 of the SAP GUI for Windows 7.40. From the perspective of the SAP GUI Scripting there has been some small addtions in comparisation to...
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 ArticleHow to use SAP GUI Scripting Inside Windows PowerShell (Part 2)
Hello community, two and a half year ago I wrote here about the possiblity how to use SAP GUI Scripting with Windows PowerShell. But this solution uses Microsoft Script Control engine and it is not...
View ArticleHow to use actual SAP NetWeaver RFC Library with Python - Call ABAP Report
Hello community, I presented until now in the series "How to use actual SAP NetWeaver RFC Library with Python": The ConnectionInvoke FunctionsExecute ABAP Report (with RFC_ABAP_INSTALL_AND_RUN)Read...
View ArticleHow to use Freestyle BASIC Script Language (FBSL) with SAP GUI Scripting
Hello community, Freestyle BASIC Script Language (FBSL - but the domain is not reachable [2016/01/22]) is a true multitalent. It is possible to use it inside ABAP, to build client and server...
View ArticleHow to use Freestyle BASIC Script Language (FBSL) inside ABAP
Hello community,in this forum we only discus how to connect SAP from different scripting languages. We never talk about the possibility how to use a scripting language from the SAP side. I published a...
View ArticleCCo (COM Connector) for SAP NetWeaver RFC Library for Scripting Languages
Hello community, SAP offers different connectors to develop ABAP compatible components and applications. JCo for Java environments, NCo for dotNET languages and the NetWeaver RFC SDK for C++. But...
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