Skip to main content

Overview

Services in S4Kit represent SAP OData APIs. The platform includes a catalog of 500+ predefined SAP services, and you can add custom services for your own OData endpoints.

Service Catalog

S4Kit includes predefined services from the SAP API Business Hub:

Common Services

ServiceDescription
API_BUSINESS_PARTNERBusiness Partner master data
API_SALES_ORDER_SRVSales Order operations
API_PURCHASEORDER_PROCESS_SRVPurchase Order processing
API_MATERIAL_STOCK_SRVMaterial stock information
API_PRODUCT_SRVProduct master data
API_BILLING_DOCUMENT_SRVBilling documents

Browsing Services

  1. Navigate to Services in the dashboard
  2. Use search to find services
  3. Filter by category (Sales, Procurement, Finance, etc.)
  4. Click a service to see details

Binding Services

To use a service, you must bind it to a system or instance.

System-Level Binding

Bind a service to all instances of a system:
  1. Go to Systems → Select your system
  2. Click Add Service
  3. Search and select the service
  4. Configure service-level authentication (optional)
  5. Click Bind

Instance-Level Binding

Bind a service to a specific instance with custom configuration:
  1. Go to Instances → Select your instance
  2. Click Add Service
  3. Search and select the service
  4. Configure authentication overrides (optional)
  5. Click Bind

Service Configuration

Service Path

Each service has a default OData path:
You can override this for custom endpoints:

Authentication Override

Override authentication for specific services:
This is useful when different services require different credentials.

Custom Services

Add your own OData services:
  1. Click Add Custom Service
  2. Fill in service details:
FieldDescriptionExample
NameService name”Custom Inventory API”
Technical NameOData service name”Z_INVENTORY_SRV”
PathOData endpoint path”/sap/opu/odata/sap/Z_INVENTORY_SRV”
VersionOData version”V2” or “V4”
DescriptionService description”Custom inventory management”

Service Permissions

When creating API keys, you can grant permissions per service and entity:

Using Services

Default Service Resolution

The SDK automatically resolves services based on entity names:

Explicit Service

Specify a service explicitly:

Multiple Services with Same Entity

If multiple services expose the same entity:

OData Versions

S4Kit supports both OData V2 and V4:
VersionDescription
V2Classic SAP OData format
V4Modern OData standard
The platform handles version differences automatically.

Service Metadata

View service metadata and entities:
  1. Click on a bound service
  2. View the Metadata tab
  3. See available:
    • Entity sets
    • Entity types with properties
    • Navigation properties
    • Function imports
    • Action imports

Troubleshooting

Service Not Found

Solutions:
  • Ensure the service is bound to your instance
  • Check that your API key has access to the service
  • Verify the service path is correct

Entity Not Found

Solutions:
  • The entity name may be different—check metadata
  • The service might not expose this entity
  • Try a different service

Authentication Failed

Solutions:
  • Verify authentication configuration
  • Check credentials are correct
  • Ensure the SAP user has access to the service