Showing posts with label SAP Cloud Integration. Show all posts
Showing posts with label SAP Cloud Integration. Show all posts

Saturday, 14 September 2024

Exploring Data Access Control: Ensuring Consistency from SAC to Datasphere and Back - Blog 1

Introduction

Welcome to the first segment of this two-part series. In this introductory blog, I want to provide an overview of the following key aspects in relation to data access control in SAC and going from SAC to Datasphere:

  • What is Data Access Control (DAC) in SAC?
  • The different type of DACs - dimension based and role based
  • Benefits & drawbacks for both dimension based and role based controls
  • Which Type of Data Access Control Is Best for Different Situations

Friday, 26 July 2024

Outbound Authentication with SAP Cloud Integration

When we talk about outbound communication where Cloud Integration acts as client, we must mention that Cloud Integration doesn’t offer any choices about how the user associated with the outbound request should be authorized to execute certain actions in the receiver system.

Therefore, as integration developer, you can’t specify any authorization options. This situation is plausible for the following reason: How the permissions of a calling entity are checked can only be defined by the technical capabilities of the server (in the outbound communication case, the receiver system). Because Cloud Integration (as a client in this case) can’t decide which technical capabilities are offered by the receiver system, SAP Cloud Integration cannot allow you to specify any authorization options in a receiver adapter.

Thursday, 25 July 2024

Integrating SAP IBP with SAP Cloud Integration

SAP Cloud Integration for data services is required for automated data integration to SAP Integrated Business Planning from an SAP environment or from another legacy application.

Integration through SAP Cloud Integration for data services is executed through batch jobs. The frequency of the data transfer depends on the frequency adopted for batch job execution.


For data integration using SAP Integration Suite, you’ll perform the following steps:

Saturday, 20 July 2024

Dynamic HTTP or Odata Adapter – SAP Cloud Integration – CI/CPI

In this blog, I aim to simplify the use of dynamic resources/querying in Odata or HTTP.

To make it clearer for you, let's imagine the following scenario:

You need to perform a GET request in Odata on the S4hana Public Cloud, S4hana Private Cloud, or S4hana On-Premise, and you want to use the query options in a very dynamic and simple way.

Examples of queries:

https://myXXXXXX-api.s4hana.cloud.sap/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartner('17300002')

https://myXXXXXX-api.s4hana.cloud.sap/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartner?$filter=BusinessPartnerGrouping eq 'BP03'