How 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 ArticleHow to use PowerShell Script Language via dotNET Connector (NCo) in SAP Context
Hello community, PowerShell is in standard available on any Windows 7 and higher and it bases on dotNET. You can find a lot of information here. PowerShell offers a good integrated scripting...
View ArticlePowerShell Functions: Load NCo in Relation to Shell and Get Destination with...
Hello community, I presented here the possibility to use PowerShell via dotNET Connector (NCo) with SAP. Here now two functions to simplify the using of PowerShell with NCo. The first function shows...
View ArticleHow to Call BAPI Function Modules with PowerShell via NCo
Hello community, I presented here the possibility to use PowerShell via dotNET Connector (NCo) with SAP. Also I presented here two auxiliary functions for an easier using of PowerShell via dotNET...
View ArticleCopy ABAP User using BAPIs
A handy script for copying ABAP user to one or more new users. It works just like SU01 User Copy function, only programatically, by calling BAPIs of SU_USER ABAP Function Group, via Remote Function...
View ArticleHow to make file-dialogues scriptable (vba)
As Holger Kohn stated here, file dialogues are GUI-modal and recordable in SAP-Basis Release 740 only. Meaning, if you're up to date, you won't have troubles to control Save-As or Open-dialogues within...
View ArticleReview: Use Limits of SAP ActiveX Libraries in .NET Environment PowerShell
Hello community, in a normal case you can use the COM libraries, like the SAP ActiveX, very easily in PowerShell scripting language. $SAPFunc = New-Object -ComObject "SAP.Functions" This should be...
View ArticleHow To Use NCo With PowerShell: Client Apps (PowerShell uses .NET Connector)
Hello community, at the beginning of this year I presented here, here and here different possibilities to use SAPs .NET Connector (NCo) in the context of the scripting language PowerShell. Now with new...
View ArticleFrom PowerShell Zero To SAP GUI Scripting Hero
Hello community, I wrote here about the possibility to use SAP GUI Scripting inside PowerShell. The basis of this approach is Visual Basic Script (VBS) resp. the Microsoft Script Control. On this way...
View ArticleUse Named References of SAP ActiveX Libraries in VBA for Easy Programming
Hello community, many Microsoft Office programmers uses the SAP ActiveX libraries of the SAP GUI for Windows installation. The reason for this descision is the availability of the libraries. To use the...
View ArticleHow to Use PowerShell for Automated Login to SAP
Hello community, here is an interesting discussion how to automated logon to an SAP system via VBScript. But VBScript offers not really a function to detect the moment if the session is available. Here...
View Article