Enhancement: How To Use .NET Languages Inside ABAP
Hello community, almost two years ago I presented here a variant how to use Visual Basic inside ABAP. The same example, but with actualized versions, I presented here. Now new versions are available,...
View ArticleEnhancement: How To Call DLL Functions In ABAP
Hello community, five years ago I presented here a way how to call DLL functions in ABAP via the DynamicWrapperX library, which is furthermore available here. It is a COM library which maps the DLL...
View ArticleABAP Push / Messaging Channel and SAPUI5 Demo Application
Based on the Blog series published by Masoud Aghadavoodi Jolfaei: ABAP Channels Part 1: WebSocket Communication Using ABAP Push Channels ABAP Channels Part 2: Publish/Subscribe Messaging Using ABAP...
View ArticleAutoIt Runtime Environment for ABAP
Hello community, often I have the requirement of a closer cooperation between ABAP on the application server and processes and windows on the frontend server. To counter that requirement I integrate...
View ArticleHow to Restart SAP Logon From an ABAP Program
Hello community, one month ago I present here the possibility to use the Scripting Language AutoIt via a runtime environment (RTE) from the application server. Here now an example how to restart the...
View ArticleGoogle Knowledge Graph Search API, schema.org and JSON-LD
A couple of weeks ago I've heard about the Google Knowledge Graph API for the first time. All of you who followed my work in the last years probably know that I'm interested in all kind of public APIs...
View ArticleHow To Use Python via External OS Commands and Embed the Scripts Seamlessly
Hello community, it is not very exciting to bind an external command via TAC SM69 on an SAP system. It is also not very exciting to use the external command via the function module...
View ArticleConnect ABAP with R via FastRWeb running on Rserve
IntroConfigurationRserveFastRWebFastRWeb ABAP ConnectorR Script parameter handlingTransfer parameters to R scriptReturn result from R scriptExamplesk-Means clustering of customer dataPlottingConclusion...
View ArticleHow To Use SQLite with ADO via ODBC
Hello community, one year ago I presented here the possibility how to export SAP table content to SQLite containers. One way is via a COM library which is a wrapper around a few functions of the SQLite...
View ArticleHow To Activate Security Audit Log On The ABAP Trial System To Monitor RFC Calls
Hello community, in a few cases I use an ABAP trial system to experiment. Today I want to test the Security Audit Log to monitor RFC calls, but the analysis of Security Audit Log (SM20) doesn't work on...
View ArticleCreate an IDoc programmatically - Easy solution
I was new to IDocs. A recent assignment forced me to learn it. I realized that certain portions of Idoc creation could be easily programmed. So, explored a bit and wrote the code to auto-generate them....
View Articlethe Function to Setting BAPI update flags
When we call the BAPI , Example to create or modify a meterial data . Often face dozens or even hundreds of fields corresponding to "BAPIUPDATE".The following function codes can be done will not...
View ArticleABAP Channels Examples
As I started to implement the ABAP Channels with our colleagues I also have tried to implement different test applications and show cases to check and demonstrate the behavior of the ABAP Channels in...
View Article