Friday, 11 October 2024

SAP Datasphere – How-To integrate Open SQL Procedures in a Task Chain

Introduction

Within SAP Datasphere a task chain is a structured sequence of tasks or operations designed to be executed in a specific order or concurrently. It automates the process of running multiple related tasks, ensuring that they are executed in a predefined sequence or parallel, depending on the requirements. Such objects can be Remote Table Replication, View Persistency, Intelligent Lookup, Data Flow, Replication Flow and Transformation Flow runs.

SAP Datasphere now allows also the integration of SQL Procedures directly into Task Chains. To achieve this, you start creating a SQL Procedure within the underlying SAP HANA database. Once the procedure is created, it can be incorporated into your Task Chain. This guide provides a quick overview of the necessary steps and considerations for this process.

Saturday, 5 October 2024

How to execute SAP C4C/BYD OData service using certificate-based authentication in Postman

This blog describes how to execute SAP C4C/BYD OData services using client certificate when testing custom/standard OData services in the Postman.

As in the custom/standard OData service, you can use the business user and technical user basic authentication in the Postman. In addition, you can use the SSL certificate-based authentication in postman.

SCENARIO: Testing SAP C4C/BYD OData service using client certificate-based authentication in Postman.