Skip to content
SAP Commerce Cloud for Hybris Customers: What Changes and What to Do
Insights · ·7 min read

SAP Commerce Cloud for Hybris Customers: What Changes and What to Do

Cyrill Pedol

Cyrill Pedol

SAP Commerce Lead, Spadoom AG

Share

If you’re running SAP Hybris on-premise, you already know what’s coming. SAP’s cloud-first strategy means on-prem Commerce isn’t getting new features. The update cycle is annual instead of continuous. End of Mainstream Maintenance narrows your options with every passing quarter.

The question isn’t whether to migrate. It’s when and how. And the longer you wait, the harder (and more expensive) it gets.

Here’s what Commerce Cloud means specifically for existing Hybris customers.

TL;DR: SAP Commerce Cloud replaces on-premise Hybris as the supported commerce platform. The core Java platform, type system, and extension mechanism remain — but deployment moves to SAP-managed infrastructure, the storefront goes headless, and updates shift to continuous delivery. End of Mainstream Maintenance for on-prem makes migration increasingly urgent. Gartner has named SAP a Leader in Digital Commerce for 11 consecutive years (SAP News, 2025).

Why Is SAP Pushing Hybris Customers to Commerce Cloud?

Gartner has named SAP a Leader in the Magic Quadrant for Digital Commerce for 11 consecutive years, the only vendor to hold that position since 2014 (SAP News, 2025). Keeping that streak going requires SAP to consolidate engineering effort on one platform.

And I get it. The strategic rationale is straightforward:

  • Engineering efficiency. Maintaining two deployment models means every feature gets built, tested, and supported twice. Cloud-only eliminates that overhead.
  • Innovation velocity. Continuous delivery in the cloud lets SAP ship features monthly. On-prem customers running annual releases can’t keep up with that pace.
  • Security and compliance. SAP manages patching, monitoring, and security for Commerce Cloud. On-prem customers handle their own, which creates uneven protection across the install base.
  • Ecosystem alignment. The rest of SAP CX (Sales Cloud, Service Cloud, Emarsys, CDP) is cloud-native. On-prem Commerce creates integration friction.

Bottom line for Hybris customers: on-prem Commerce will keep receiving maintenance patches, but no new features. Innovation (AI-driven personalisation, new B2B capabilities, composable storefront work) is exclusively in Commerce Cloud. That’s the direction the platform is going, full stop.

What Does Commerce Cloud Offer That On-Prem Doesn’t?

Cloud infrastructure spending is forecast to reach $271.5 billion in 2025, a 33.3% year-over-year increase (IDC, 2025). Commerce Cloud benefits from that investment. Here’s what migrating actually gets you.

Managed infrastructure. SAP handles provisioning, scaling, patching, monitoring, and security. Your team stops managing servers and starts focusing on commerce logic and customer experience. For many teams we work with, this alone justifies the move. They had 2-3 people spending half their time on infrastructure. After migration, those people work on features that make money.

Continuous updates. Commerce Cloud receives monthly feature releases and security patches. New features ship deactivated, so you enable them when your team is ready. This replaces the painful annual upgrade cycle that Hybris teams know all too well. No more “we’ll do the upgrade next quarter” for three years running.

Composable Storefront. The Angular-based headless frontend replaces Accelerator templates. It’s faster, more flexible, and CMS-driven. Marketers change page layouts without a developer having to touch code.

Built-in DevOps. Cloud Portal provides deployment tools, environment management, log access, and blue-green deployments. You deploy by pushing code to a repository. SAP handles the rest.

Autoscaling. Commerce Cloud scales horizontally based on traffic patterns. Peak traffic during a sales event? The platform adds nodes automatically. No more over-provisioning for peak capacity.

On-Prem Hybris vs Commerce Cloud: Operations ComparedDimensionOn-Prem HybrisCommerce CloudInfrastructureSelf-managed serversSAP-managed (Azure)UpdatesAnnual releasesContinuous deliveryScalingManual provisioningAutoscalingStorefrontAccelerator (JSP)Composable (Angular)SecurityCustomer responsibilitySAP-managed + DDoSDeploymentManual / custom CI/CDCloud Portal + blue-greenBased on SAP Commerce Cloud documentation and Spadoom migration experience
The core Java platform is the same — what changes is everything around it: infrastructure, updates, storefront, security, and deployment model.

What’s the Migration Timeline?

McKinsey found that e-commerce now accounts for 34% of B2B revenue, dethroning in-person sales for the first time (McKinsey, 2024). If commerce generates a third of your B2B revenue, you can’t afford extended platform downtime during migration.

We’ve done enough of these to know the typical timelines:

  • Simple implementations (standard extensions, single storefront): 3-4 months
  • Medium complexity (custom extensions, B2B + B2C, ERP integration): 5-8 months
  • Complex implementations (heavy customisation, multiple storefronts, multiple countries): 8-12 months

The critical variable is how much of your code bypasses SAP’s extension patterns. Extensions that use the type system and Spring bean overrides migrate cleanly. Code that hits the database directly, modifies core SAP classes, or depends on custom infrastructure? That needs refactoring. And that’s where timelines slip.

For a detailed migration approach, see the 90-day migration playbook and the 5 common migration mistakes to avoid. The migration checklist provides a step-by-step framework.

What Should You Do Right Now?

Even if migration is months away, there’s work you can start today to reduce risk and cost:

1. Audit your customisations. Catalogue every custom extension, core modification, and infrastructure dependency. This audit determines your migration complexity and timeline. Don’t guess. Count.

2. Identify core modifications. Any code that modifies SAP’s delivered classes rather than using proper extensions must be refactored before migration. Start now. These are the things that blow timelines.

3. Evaluate your storefront. Accelerator storefronts don’t migrate to Commerce Cloud. You’ll rebuild in the Composable Storefront or a custom headless frontend. Assess the scope early. De facto, this is usually the biggest workstream.

4. Check your integrations. Map every system that connects to your Hybris instance: ERP, payment gateways, PIM, marketing tools. Verify that each one can work with Commerce Cloud’s API-based approach.

5. Plan your data migration. Products, customers, orders, and content all need to move. Test your data loading approach (ImpEx scripts, APIs) in a Commerce Cloud sandbox environment.

FAQ

Is SAP Commerce Cloud more expensive than on-premise Hybris?

Commerce Cloud pricing is GMV-based (gross merchandise value) instead of per-licence. For high-volume commerce operations, that can be pricier. But the honest comparison needs to include infrastructure, operations, security, and upgrade labour that on-prem requires. Many companies find Commerce Cloud is cheaper once you account for the full operational cost of running Hybris on-premise.

Will my Hybris customisations work in Commerce Cloud?

Extensions that follow SAP’s patterns (custom types, Spring bean overrides, extension mechanism) typically migrate with minimal changes. Core modifications, direct database access, and custom infrastructure scripts need rework. The biggest migration effort is usually the storefront: Accelerator (JSP) gets replaced by the Composable Storefront (Angular).

What happens if I don’t migrate?

On-premise Hybris will keep receiving security patches and critical bug fixes during the extended maintenance period. But no new features, no performance improvements, and no AI capabilities. As SAP’s ecosystem evolves around cloud, on-prem Commerce becomes increasingly isolated. Harder to integrate with Sales Cloud, Service Cloud, Emarsys, and CDP. You end up on an island.

Can I migrate gradually?

Yes. You can run a hybrid setup temporarily, migrating one storefront or one market at a time while the rest stays on-prem. This reduces risk but extends the overall timeline and adds operational complexity during the transition. Most companies we work with find a single-phase migration (with parallel running) more efficient.

What support does SAP provide for migration?

SAP offers migration assessment tools, documentation, and partner support. The Cloud Portal provides sandbox environments for testing. SAP’s support team can help with environment provisioning and configuration. For the actual migration work (code refactoring, data migration, storefront rebuild) you’ll typically work with an implementation partner.

SAP Commerce CloudSAP HybrisMigrationCloud MigrationEnd of Mainstream Maintenance
Next step

Solutions for E-Commerce

See how SAP Commerce Cloud can work for your business.

Related Articles

Ask an Expert