Quantcast
Channel: Scripting Languages
Browsing all 60 articles
Browse latest View live

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 Article



How 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 Article

How 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Python 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 Article


SAP 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 Article

How 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 Article

How 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 Article


Image may be NSFW.
Clik here to view.

UI5 / 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 Article


Image may be NSFW.
Clik here to view.

VBScript 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

Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

PowerShell 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 Article

How 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 Article


Image may be NSFW.
Clik here to view.

Copy 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 Article

How 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 Article


Image may be NSFW.
Clik here to view.

Review: 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 Article

How 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 Article


Image may be NSFW.
Clik here to view.

From 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 Article

Image may be NSFW.
Clik here to view.

Use 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 Article

How 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
Browsing all 60 articles
Browse latest View live




Latest Images