Setting up SAProuter as a systemd service The SAProuter is a small piece of software provided by SAP to establish a remote connection between a customer’s network and SAP. With SAProuter you can: SAProuter can be used with both classic SAP products and analytics solutions. A list of SAP Business Analytics products that benefit from […]
Scripts & oneLiner When you are on the command line in Linux, you often have to implement “special tasks” from time to time. Fortunately, this can be done in many ways with the possibilities of a shell in Linux. I definitely prefer Bash, even though the user of the SAP application usually gets a csh […]
SAP Single Sign-On (SSO) free of charge for web applications In my article SAP Single Sign-On (SSO) – free of charge I described how to configure Single Sign-On for SAP ABAP. In this article I would like to describe how to configure Sigle Sign-On in an ABAP system for web applications, such as the webgui. […]
Create a report with the QuickViewer (SQVI) Often you just want to create a query because you can’t get the information from a standard SAP report. This can then be created relatively easily with the QuickViewer (SQVI) or the Query Designer (SQ01). In the specific case, I want to create a query about users and […]
SAP and HTTP/2 The HTTP protocol is one of the most widely used protocols on the Internet. However, HTTP/1.0 and HTTP/1.1 have some disadvantages for modern applications – especially with regard to performance in wide-area networks. To improve these problems, RFC 7540 introduced HTTP/2 as a successor. HTTP/2 is not a fundamental rebuild of the […]
SAP BusinessObjects Server via HTTPS SAP Business Objects is a Java application. In contrast to the underlying web server, this is usually the focus when something needs to be configured. In this article I show how to configure Apache Tomcat web server securely. Configure HTTPS The Tomcat web server is an open source web server […]
How-to sapgenpse If you have to deal with certificates in the SAP environment, and this is always the case sooner or later ;-), you very quickly come into contact, directly or indirectly, with the command line tool sapgenpse. This article describes how and for what purpose you can use sapgenpse. Introduction At SAP, public-key certificates […]
SAP Single Sign-On (SSO) – free of charge Introduction In an SAP system landscape, sooner or later the desire for a single sign-on logon arises because the number of systems is significantly high due to a two- or three-system landscape. In addition, the use of single sign-on increases security because the use of passwords can […]
Configure local mail server for SAP HANA DB Monitoring a HANA database is part of an administrator’s daily task. However, so that you don’t have to laboriously dig through the individual logs, activating the SAP Alerting Framework and automatically sending mails when threshold values are exceeded is a sensible configuration. Unfortunately, SAP has not provided […]