Skip to main content

Overview

Datazone connects to SAP S/4HANA via the Datazone CloudFeed SAP Connector, an HTTP adapter installed on your SAP system. It provides access to SAP tables, CDS views, and function modules without requiring a direct database connection.

Prerequisites

The Datazone CloudFeed SAP Connector must be installed on your SAP environment before creating this source. Contact your SAP administrator to confirm the connector is active.

Connection Parameters

ParameterRequiredDescription
NameYesA unique identifier for your SAP S/4HANA source
Base URLYesBase URL of the SAP system with the CloudFeed connector (e.g. https://your-s4hana-host:8080)
UsernameYesSAP technical user username
PasswordYesPassword for the specified user (stored encrypted)

Required Permissions

Assign the following roles to the SAP technical user:
RoleDescription
/CLF/BASECloudFeed Base Service Role
/CLF/TABLE_ALLAll Table Access
/CLF/WRITEBACK_ALLAll Writeback Access

How It Works

Datazone communicates with SAP S/4HANA via the Datazone CloudFeed SAP Connector over HTTP installed on the SAP system. No direct database port needs to be open — all data flows over HTTPS and SAP’s own authorization model is enforced.

SAP HANA vs SAP S/4HANA

SAP HANASAP S/4HANA
Connection typeDirect JDBC (host + port)HTTP via CloudFeed connector
Use caseDirect SQL access to HANA databaseERP business data via SAP application layer
Auth modelDatabase userSAP application user

Limitations

  • Maximum payload size per request: 10 MB
  • Supported versions: SAP S/4HANA 1610 and above

Next Steps

  1. Create extracts to specify which tables or CDS views to ingest
  2. Configure scheduling for recurring extracts
  3. Integrate the source into your data pipelines