More and more comes the communication with SAP back end system with standard protocols like HTTP in our focus. So it is easy possible to communicate with an SAP system without any additional libraries. In this post I describe an easy example how to connect an SAP system via HTTP request from PowerShell.
Wednesday, 28 February 2018
Monday, 26 February 2018
SAP Cloud Platform Workflow Integration with Back-end OData Service
Prerequisites:
◈ SAP Cloud Platform access
◈ Destination(s) setup in SAP Cloud Platform
◈ SAP Cloud Connector Setup
◈ Back-end system access for OData Creation
◈ SAP Cloud Platform access
◈ Destination(s) setup in SAP Cloud Platform
◈ SAP Cloud Connector Setup
◈ Back-end system access for OData Creation
Friday, 23 February 2018
Producing a Message to Kafka via a TCP ABAP Push Channel
In exploring options for moving data/events around our landscape we wanted to know if it would be possible to have a native ABAP TCP Kafka client. One could of course consume one of the REST Proxy options (eg. Confluent’s), which would be a much simpler option than building a TCP based client from scratch, but we still wanted to know if it would be possible.
Wednesday, 21 February 2018
How to implement Link to action in ABAP webdynpro ALV
If you include the standard webdynpro ALV component SALV_WD_TABLE into your own component, you could not directly change the ALV table column as usual. In ABAP Webdynpro an example of link to action element used in ALV looks like below. Once the column “Social Media Post ID” is clicked, it is expected our application could catch the event and implement our own event handling logic.
Monday, 19 February 2018
Displaying Rich (Formatted) text in SAP ADOBE form
Requirement
There is a common requirement given by client wherein they ask to generate PDF files based on the data entered in SAP WebDynpro ABAP input screen. Approach to achieve this is quite simple for most of the UI element i.e. transferring/displaying the data from WebDynpro ABAP screen to SAP Adobe form.
Friday, 16 February 2018
Using Conditional Aggregation in CDS views on AnyDB or HANA
Background:
We recently needed to quickly create an extract of sales order related data with ~200 columns using ~20 source tables from ECC on anyDB. With a relatively straightforward pull of data, with little or no calculated columns or complex transformations but a short timeline, we decided to use CDS views to exclusively gather the data.
Wednesday, 14 February 2018
How to add an embedded ABAP WebDynpro in Freestyle Portal
Freestyle Portal comes with many great capabilities for presenting content and applications to customers and employees. It is an ideal solution when you would like to have more information, graphics and/or context around the applications you want to present in customer facing, supplier facing, or HR portals, etc.
There are a couple of features that require some more focus and in this blog I would like to explain how we are adding backend ABAP WebDynpro applications to the Freestyle Portal.
There are a couple of features that require some more focus and in this blog I would like to explain how we are adding backend ABAP WebDynpro applications to the Freestyle Portal.
Monday, 12 February 2018
ABAP Ray Tracer – Part 5 – The Sample
Objectives
In this fifth blog I am updating my ray tracer to use different sampling algorithms to tackle the problem of aliasing.
I will demonstrate the aliasing effect by showing images created by my ray tracer and allow you to compare different sampling algorithms to minimize the aliasing effect.
Subscribe to:
Posts (Atom)