New 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 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 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 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 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 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 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 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 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, 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 Article