PHP and MySQL?
Recently as I’ve dug more and more into HANA (how could I not with Tom and Rich publishing so many cool things?) I found that I could take many of my existing demos from PHP and MySQL and port them to...
View ArticleAutomatizing tasks with Python
Hi everybody! Since few weeks ago I am working in a project where I have to carry on some repetitive tasks on a SAP system (a Production clone). First of these tasks is check if SAP is up and running...
View ArticleSAP Developer's Guide to PHP
Years ago I wrote the first book on SAP and PHP technologies together, it was published by SAP PRESS and was more of a success than we originally thought it would be. Now 8 years later I decided to...
View ArticleBASIC Guide to Connect SAP
Hello community, BASIC is a simple and powerful programming language. There are many very good BASIC dialects on the market, also as scripting versions. I wrote a book which describes various methods...
View ArticleCalling R from the ERP - A dirty little hack
Since I joined SAP around 2 years ago, I simply stopped using ABAP…even when I use it for almost 11 years when I was a consultant… A week ago, I was thinking about writing a new blog…something...
View ArticlePython for Basis (Part 1)
There are a few blog posts about Python that show how easy it is. Many of them are more from a developer view in my opinion so many basis people may not even consider reading through them. Consequently...
View ArticleUI for VBScript
Hello community, we discuss here the question of using UIs (User Interfaces) in the context of VBA. On the one hand it is possible to use the VBA forms or on the other hand it is possible to use the...
View ArticleProcess Synchronization with VBScript
Hello community, in a few posts we discuss the possibility to use multiple VBScript processes. With the Run command you can start different processes asynchronously. But after the start, you have not...
View ArticleQuick and easy install of PyRFC on Windows
Python is an easy to learn programming language. As the documentation on the official Python pagesays, "Python can be easy to pick up whether you're a first time programmer or you're experienced with...
View ArticleHow to use actual SAP NetWeaver RFC Library with Python - The Connection
Hello community, I am not a Python programmer, but this week I had a discussion with a Python programmer about the using of actual SAP NetWeaver RFC library with Python. He told me, that he uses the...
View ArticleHow to use actual SAP NetWeaver RFC Library with Python - Invoke Functions
Hello community, yesterday I presented here the first steps how to connect an SAP system via Python 3 without any additional packages. Here now the next steps, how to invoke functions. You will see how...
View ArticleHow to use actual SAP NetWeaver RFC Library with Python - Execute ABAP Report
Hello community, I presented until now in the series "How to use actual SAPNetWeaver RFC Library with Pyhton" :The ConnectionInvoke Functions Here now an example how to define and run ABAP code from...
View ArticleHow to use actual SAP NetWeaver RFC Library with Python - Read Table
Hello community, I presented until now in the series "How to use actual SAPNetWeaver RFC Library with Pyhton" :The ConnectionInvoke FunctionsExecute ABAP Report Here now an example how to read a table...
View ArticleHow to use actual SAP NetWeaver RFC Library with Python - Python Server...
Hello community, I presented until now in the series "How to use actual SAPNetWeaver RFC Library with Pyhton" :The ConnectionInvoke FunctionsExecute ABAP ReportRead Table Here now an example how to use...
View ArticlePython for Basis (Part 2): Scheduling SUIM Jobs using Python
In this post I will document how to schedule batch jobs using python and how to handle the output. You may want to check out my first blog post as an introduction on how to access SAP through Python:...
View ArticleSAP GUI script automation my experience
ActivityAutomation SAP mass activitiesTechnology usedSAP GUI scriptingMethod of workingRecord your activity in SAP, add custom variables, Loop it to do it repeatedly by readingValues from excel...
View ArticleHow To Use tRFC/qRFC Calls With VBScript Via CCo
Hello community, I introduced COM Connector (CCo) here. Here now an example how to use transactional RFC calls with VBScript via CCo. The queued RFC calls are commented. You can find more information...
View ArticleHow To Use bgRFC Calls With VBScript Via CCo
Hello community, I introduced COM Connector (CCo) here. Here now an example how to use background RFC calls with VBScript via CCo. The queued RFC calls are commented. You can find more information...
View ArticleUI5 / HTML5 UI Generators
Reading the Raymond Ni blog on generating UI forms from JSON script, I combined this "cool hack with potential" with Python scripting, to read ABAP metadata from the backend system and generate UI5 or...
View ArticleVBScript is Not Longer Supported in IE11, Run VBScript from JavaScript
Hello community, it seems that the time for VBScript is running out, you can find here an information in the Internet Explorer Dev Center about the deprecation of VBScript in the context of IE 11 in...
View Article