Skip to main content

Prerequisites

  • Node.js 18+ or Bun 1.0+
  • An S4Kit account with an API key
  • Access to an SAP S/4HANA system (configured in the platform)

Step 1: Install the SDK

Step 2: Initialize the Client

Create an S4Kit client with your API key and connection name:
Never commit your API key to source control. Use environment variables instead.

Step 3: Make Your First Request

Query SAP entities using the intuitive SDK interface:

Step 4: Try CRUD Operations

Complete Example

Here’s a full working example:

Next Steps

SDK Installation

Learn about SDK configuration options.

Query Options

Master filtering, pagination, and sorting.

Platform Setup

Configure SAP systems and API keys.

Error Handling

Handle errors gracefully in your app.