Type to search across all articles

All Articles

204 articles across 15 topics

Development Tools

42 articles

How to Inject Custom Logic to Intercept and Modify API Requests and Responses Without Touching Frontend/Backend Code

A practical walkthrough of intercepting and modifying API requests and responses with a browser extension and a lightweight Python proxy.

9 min

How I Reverse-Engineered a Huge Excel File Full of Complex Formulas

A practical story of reverse-engineering a complex Excel estimator by translating formulas into lazy Groovy calculations with mocks and traceable output.

10 min

Creating Custom Hints for beans.xml in SAP Commerce Cloud

Explore how to utilize an undocumented hints mechanism to add custom logic to DTO generation in SAP Commerce Cloud.

4 min

Introducing ‘fsdumpviewer’: The Tool for File System ‘ls-lR’ Snapshot Comparison and Synchronization

A Python/Qt utility for visualizing and comparing filesystem snapshots, then exporting selected differences as scripts or archives.

12 min

Part III. SAP Commerce Developers Toolset (v.2023.2.7 Intellij IDEA plugin)

A detailed overview of SAP Commerce Developers Toolset IntelliJ IDEA plugin features introduced between versions 2023.1.1 and 2023.2.7.

23 min

Part II. SAP Commerce Developers Toolset (v.2023.1.0 Intellij IDEA plugin)

A detailed overview of SAP Commerce Developers Toolset 2023.1.0 for IntelliJ IDEA, covering CCv2, Type System, ImpEx, FlexibleSearch, Backoffice, and more.

8 min

Part I. SAP Commerce Developers Toolset (v.2022.3.1 IntelliJ IDEA plugin)

A detailed overview of SAP Commerce Developers Toolset v2022.3.1 updates for IntelliJ IDEA, including type system, ImpEx, FlexibleSearch, and Backoffice support.

16 min

Autocomplete and Suggestions in Impex and FlexibleSearch HAC Consoles

How to enable hidden Impex suggestions in HAC and add contextual autocomplete for FlexibleSearch using CodeMirror hints.

4 min

Three Useful GitHub Repos That Every SAP Commerce Developer Should Consider

A quick look at GitHub projects that help SAP Commerce developers build FlexibleSearch queries, inspect deployed Git metadata, and automate HAC tasks.

3 min

Using Native SQL in SAP Commerce Cloud (Hybris)

A practical look at when and how to use native SQL in SAP Commerce Cloud, including JDBC access, caching, FlexibleSearch restrictions, and caveats.

9 min

SAP Commerce Developers Toolset: a free IntelliJ plugin for SAP Commerce Development

An introduction to the free open-source SAP Commerce Developers Toolset plugin for IntelliJ IDEA, including installation options, contribution model, licensing, and key features.

4 min

SAP Commerce Eclipse Plugin 2.0 Released

An overview of SAP Commerce Cloud Eclipse plugin 2.0, including Solr search console and server log watcher features.

5 min

Hybris Build System Improved?

A detailed look at a proof of concept for migrating the SAP Hybris build system from Ant to Maven.

11 min

Useful Groovy Scripts. Part 7.

A collection of Groovy scripts for SAP Commerce troubleshooting, including cache control, cronjob deactivation, type inspection, and CMS structure output.

3 min

Useful Groovy Scripts. Part 6.

A collection of Groovy scripts for SAP Hybris HAC, including SQL execution, file access, cache invalidation, FlexibleSearch, and long-running scripts.

5 min

Hybris Impex Preprocessor: Impex PLUS

An enhanced ImpEx macro preprocessor that makes SAP Commerce data scripts more reusable and maintainable for multi-market setups.

8 min

Useful Groovy Scripts. Part 5.

A collection of Groovy scripts for SAP Commerce HAC, including server restart, FlexibleSearch-to-SQL conversion, DDL execution, and index inspection.

3 min

Useful Groovy Scripts. Part 4. Finding all external references to an object

A beta Groovy script for finding all SAP Commerce objects that reference a specific item by PK.

4 min

Useful Groovy Scripts. Part 3. Flexible Search Query Generator

A Groovy script that generates FlexibleSearch queries for SAP Commerce types and resolves references for readable troubleshooting output.

7 min

Useful Groovy Scripts. Part 2.

A collection of Groovy scripts for SAP Commerce troubleshooting: dynamic logging, inspecting Spring beans and contexts, and listing controller mappings.

5 min

Useful Groovy Scripts for SAP Hybris Commerce. Part 1

A practical collection of Groovy scripts for SAP Hybris Commerce to inspect files, run queries, modify items, import Impex, and explore types.

8 min

Hybris Help: Hybris 123 Tour Published

SAP published a new Hybris help tour that walks newcomers through building a sample concert-ticket storefront using SAP Hybris Commerce.

6 min

Server-side PDF document generation

A practical overview of server-side PDF generation in Java, including iText, PDFBox, Apache FOP, templates, placeholders, and SAP Commerce use cases.

16 min

Crop & resize in Product Cockpit 2.0: A bridge over the Impossible

A custom SAP Hybris Product Cockpit extension for interactively cropping and resizing product images using configurable, data-driven conversion rules.

6 min

hybris FlexibleSearch Chrome Extension

A Chrome extension that provides a more convenient interface for running and inspecting hybris FlexibleSearch queries.

2 min

New Eclipse Plugin : "SAP Hybris – Developers Toolset"

EPAM introduces an Eclipse plugin for SAP Hybris developers with Impex, Flexible Search, extension import, generation, and validation features.

3 min

Content Slot Editing Permissions in CMS Cockpit

How to restrict CMS Cockpit editing permissions for specific content slots by extending CMSPageLockingService.

3 min

Hybris Cockpit Configuration Explained

A practical explanation of SAP Hybris Cockpit Framework XML configuration files, naming conventions, lookup rules, contexts, and activation.

5 min

Hybris HAC secrets

A quick tour of hidden and undocumented HAC features, including interceptor pages, Growl notifications, footer details, and Easter eggs.

2 min

What you don’t know about FlexibleSearch

A closer look at lesser-known FlexibleSearch features, including field and type modifiers, predefined named values, and ORDER BY marker behavior.

3 min

Managing localized messages via backoffice

A custom Backoffice-based approach for managing SAP Commerce localized resource-bundle messages from the database instead of property files.

5 min

Multi-instance development environment: symlinking hybris folders

A practical way to clone a Hybris 6.1 development instance quickly by copying mutable files and symlinking shared folders.

5 min

hybris Runtime Development Tools: hybris CronJob management

A quick guide to managing and executing hybris CronJobs from the console during development and testing.

2 min

Hybris Runtime Development Tools: hybris Logging

A command-line utility for inspecting and changing hybris Log4j 2 logging settings at runtime without restarting the server.

3 min

Image Crop & Resize in Product Cockpit

A proof of concept for adding interactive image cropping and resizing to hybris Product Cockpit using Croppie, Scalr, and a custom ZK integration.

5 min

Hybris Runtime Development Tools Update: Improved FlexibleSearch. New Impex, Media, Configuration tools

An update on hybris Runtime Development Tools, covering improved FlexibleSearch plus new ImpEx, Media, and Configuration utilities.

12 min

hybris Beans command-line tool + web API

A command-line and REST API utility for inspecting hybris Spring beans and changing bean property values at runtime.

2 min

hybris Type System command-line tool + web API

A command-line and REST API tool for inspecting hybris type system metadata, including types, attributes, and PK-based type lookup.

2 min

hybris FlexibleSearch command-line tool + web API

A command-line utility and REST API wrapper for running SAP Commerce FlexibleSearch queries with multiple output formats and reference resolution.

5 min

Hybris Runtime Developer Tools

An announcement of hybris Runtime Developer Tools, a set of command-line and REST API utilities for faster development and troubleshooting.

3 min

Hybris Development Skill Tree

A visual skill tree showing the core knowledge areas and dependencies for hybris developers.

1 min

Visual representation of hybris data model (items.xml)

An alpha preview of a hybris add-on that visualizes the items.xml data model using Graphviz-generated diagrams.

1 min

Architecture

30 articles

Tracking and Visualizing Real-Time Operational Metrics in E-commerce

How to track, export, visualize, and alert on operational e-commerce metrics in SAP Commerce using Prometheus and Grafana.

21 min

SAP Commerce Data Models in Memory. Part I. What Does the IDE Debugger Give You?

A practical look at how SAP Commerce models are represented in memory and why debugger views show only part of a model’s attributes.

11 min

Implementing Back in Stock and Price Drop Alerts

A practical guide to designing back-in-stock and price-drop alert services, covering subscriptions, notifications, edge cases, and SAP Commerce limitations.

18 min

How to make native SQL coexist with SAP Commerce Persistence. Part II

A deep dive into using native SQL with SAP Commerce persistence, including multitenancy, model retrieval, caching, lazy loading, and bulk updates.

15 min

At a Crossroads, Take a Broader View

SAP Commerce expertise is less niche than it seems: its core concepts map to widely used e-commerce patterns, Java technologies, and transferable architecture skills.

9 min

Concurrent Update of SAP Commerce Cloud Item Relations

How SAP Commerce Cloud relation updates can trigger optimistic locking conflicts, and how to disable unnecessary last-modified updates.

4 min

SmartEdit: A Deep Dive Into Technical Aspects of the New CMS & Personalization Capabilities

A technical deep dive into SmartEdit architecture, personalization, storefront integration, APIs, modules, and customization options in SAP Commerce.

19 min

Merging Carts When A Customer Logs In: Problems, Solutions and Recommendations

A practical look at cart-merging strategies in SAP Commerce, including out-of-the-box behavior, edge cases, performance impact, and alternatives.

9 min

The Refactoring Challenge

A reflection on SAP Commerce Cloud’s long-term code evolution, refactoring investments, and the challenge of modernizing core platform foundations.

7 min

Behind the Scenes of the New SAP Commerce Cloud: Architecture details

A detailed 2018 look at SAP Commerce Cloud CCv2 architecture, automation, Kubernetes deployment, snapshots, scaling, and build processes.

11 min

“No customization” mantra doesn’t work anymore

A case for balancing out-of-the-box SAP Commerce capabilities with strategic customization where differentiation creates competitive advantage.

5 min

Essential Hybris Services

A quick reference to the most frequently used SAP Hybris services, their key operations, dependencies, and extension points.

9 min

SAP hybris Data Folder Structure. Media folders.

A detailed look at the SAP hybris data folder structure, media storage hierarchy, local cache, hashing depth, and abandoned media cases.

6 min

Learning by Examples: SAP Hybris OOTB Extensions and what is inside. Part 1.

A practical tour through SAP Hybris 6.7 out-of-the-box extensions and the implementation patterns they demonstrate.

7 min

Understanding SAP Hybris Commerce Persistence Layer: Database Tables and Their Structure

A detailed guide to SAP Hybris Commerce persistence internals, including item type tables, localized values, audit tables, props tables, and system tables.

17 min

Reactive rule-based dynamic forms in hybris using Drools7

An experiment with Drools-driven reactive dynamic forms in SAP hybris, covering conditional pages, validation, and hybris API integration.

18 min

SAP HYBRIS: Thinking Outside the Box. PART 5 [VIDEO, RUSSIAN + ENGLISH]. Bulk search. Geofencing. Drools Fusion. Rule-based recommendations.

Part 5 of Rauf Aliev’s SAP hybris presentation covers bulk search, geofencing, Drools Fusion, and rule-based product recommendations.

2 min

SAP Hybris: Thinking Outside the Box. PART 1 [Video, Russian + English]

Part 1 of Rauf Aliev’s SAP hybris presentation in Moscow, introducing the platform, architecture, research, and team requirements.

2 min

SAP hybris Commerce module map

A visual map that categorizes SAP Hybris Commerce modules by topic and accelerator to support architecture and requirements work.

1 min

Travel Accelerator 2.0

An overview of SAP hybris Travel Accelerator 2.0, its transport and accommodation booking modules, architecture, strengths, and limitations.

12 min

Overcoming flaws of Fallback language mechanism

A practical workaround for SAP Hybris fallback-language limitations in localized attributes and storefront resource bundles.

4 min

hybris Cockpit Framework Expert Customization Explained. Part I.

An expert walkthrough of the legacy hybris Cockpit Framework architecture, perspectives, navigation, browser, editor areas, and customization points.

7 min

Three things that every hybris project should consider

Three optional but valuable components every hybris project should consider: feature toggles, data analytics, and testing productivity tools.

8 min

Product Design for Variants

A comparison of five product variant modeling patterns in hybris, including default variants, product families, category-based variants, and multidimensional products.

10 min

Geofencing in Hybris: Custom Shipping/Sourcing Zones

A practical architecture for using geofencing to define custom shipping and sourcing zones in SAP Commerce.

5 min

Using Drools Fusion for Complex Event Processing in hybris

A proof of concept for integrating Drools Fusion with hybris to enable asynchronous, scalable real-time personalization and customer segmentation.

6 min

Hybris cluster / Redis session failover

A proof of concept showing how Redis-backed Tomcat sessions can support failover in a hybris cluster.

3 min

Distributed promotion calculation in the cluster. Promo as a service

A proof of concept for calculating product-level promotions outside the SAP Commerce cluster to support category, search, and product pages at scale.

3 min

Multi-country content catalogs

A legacy SAP Commerce WCMS approach for separating global and regional content catalogs by administrator permissions.

3 min

Using hybris PCM for handling non-product items

A practical approach to reusing the hybris product data model and PCM capabilities for managing non-product content such as news and recipes.

2 min

E-Commerce

27 articles

Leveraging InMemoryCart Solution as Price Calculation Mechanism to Ensure the EU Omnibus Directive Compliance

How an SAP Commerce implementation used InMemoryCart to calculate promotional prices faster while supporting EU Omnibus Directive requirements.

5 min

Shopping Cart in SAP Commerce: Performance, Architecture, Pitfalls, Testing

A deep dive into SAP Commerce shopping cart architecture, performance bottlenecks, calculation, promotions, restoration, cleanup, and testing.

16 min

King. Dethroned.

Myles Bunbury examines why SAP Commerce Cloud lost its Forrester Wave leader position in 2020 and what that meant for the platform.

13 min

SAP CPQ: New SAP Solution for Sales Teams

An overview of SAP CPQ capabilities, configuration options, quote management features, pros and cons, and integration options.

5 min

Product Content Hub: A Beginner’s Guide to New SaaS PIM from SAP

A beginner’s guide to SAP Product Content Hub, its SaaS PIM architecture, dynamic product modeling, integrations, Productsup, and limitations.

17 min

Payments: A Look Inside the Black Box

A practical primer on online card payments, payment processing, SAP Commerce integration, and the edge cases large e-commerce systems must handle.

39 min

Takeaways from SAP SAPPHIRE NOW AND CX LIVE 2019

Key takeaways from SAP SAPPHIRE NOW and CX LIVE 2019, including X-data and O-data, Qualtrics, C/4HANA Foundation, HANA Cloud, partnerships, and startups.

21 min

Login Forms and Authentication in E-Commerce: Improving Customer Experience and Security

A practical guide to login form design, authentication flows, session handling, security, and SAP Commerce Cloud implementation details.

28 min

SAP CX LIVE/SAPPHIRE Sessions You Shouldn’t Miss in 2019

A curated list of SAP CX LIVE and SAPPHIRE 2019 sessions focused on SAP Commerce Cloud, customer experience, AI, cloud migration, and microservices.

6 min

Closing In On The Industries Top CMS Solutions: SAP Commerce Cloud’s New Versioning Feature For Content Management

A guest review of SAP Commerce Cloud v1808 CMS versioning and how it compares with native CMS solutions.

4 min

Takeaways from SAP Customer Experience Live 2018

Key announcements and impressions from SAP Customer Experience Live 2018, including C/4HANA, Kyma, Spartacus, and SAP Upscale Commerce.

10 min

Blogs about SAP Commerce Cloud and e-commerce

A curated collection of SAP Commerce Cloud, SAP CX, and e-commerce engineering, business, and news blogs.

5 min

Hybris as a Brand Is Dead Today. Welcome C/4HANA

SAP retired the Hybris brand in favor of SAP Customer Experience and SAP C/4HANA, bringing Commerce, Marketing, Sales, Service, and Customer Data Cloud under one suite.

3 min

Oracle Commerce vs SAP Hybris Commerce, Both On-Premise and Cloud

A detailed comparison of Oracle Commerce and SAP Hybris Commerce across on-premise and cloud editions, including architecture, customization, search, and tooling.

42 min

Is SmartEdit Ready to Replace CMS Cockpit?

A detailed comparison of SAP Commerce SmartEdit and the legacy WCMS Cockpit, covering CMS capabilities, gaps, and implementation concerns.

17 min

Five things about SAP hybris you probably didn’t know

Five lesser-known SAP hybris quirks, from XSS filtering and password salts to test data, HAC Easter eggs, and storefront detection.

3 min

hybrismart Meets Friends: Mar’18 E-commerce Digest

A March 2018 digest of recommended reading on e-commerce architecture, microservices, AI, recommendations, UX, site search, and conversion optimization.

3 min

Wishlist Add-on For Hybris

An overview of EPAM’s Wishlist Add-On for SAP hybris Commerce, including multiple wish lists, alerts, sharing, PDF download, and technical details.

4 min

SAP Sapphire 2017: highlights

Brief highlights from SAP Sapphire Now 2017, including Bill McDermott’s keynote and the Hybris Commerce 2017 roadmap.

1 min

Promotion mechanics and their implementation in Hybris 6.x

A practical review of common SAP hybris 6.x promotion mechanics, OOTB behavior, edge cases, and implementation pitfalls.

22 min

Excluding Certain Products from Total Cart Value Calculation (PromoEngine)

A proof-of-concept approach for excluding selected products from SAP Commerce promotion engine cart total calculations.

3 min

Hybris 1.0. A Retro Look Into 15-year-old Version

A hands-on retrospective of hybris 1.0 from 2001, including its WebMC admin UI, initialization, storefront, search, and early platform concepts.

3 min

What Travel Accelerator is and what it is not

A practical look at SAP hybris Travel Accelerator, what it supports, what it does not include, and key technical considerations for hybris 6.1.

7 min

Hybris 6 "Could have fired" messages (PoC)

A proof of concept for generating smart “could have fired” promotion messages on product pages in Hybris 6.

3 min

Hybris 6.0 promotion engine customization (PoC)

A proof of concept showing how to customize the Hybris 6.0 rule-based promotion engine with custom conditions, RAOs, translators, and Drools integration.

4 min

SAP Hybris Commerce Exam Mindmap

A knowledge map for preparing for SAP Hybris Commerce certification exams.

1 min

YaaS: eCommerce/hybris-as-a-service

A 2015 look at SAP hybris-as-a-service, its API-first architecture, early limitations, and potential for cloud-based e-commerce.

3 min

Release Notes

21 articles

Spartacus Release Updates – The SAP Composable Storefront

A review of SAP Commerce Cloud and SAP Composable Storefront release cadence, dependency timelines, and upgrade planning considerations.

9 min

A Look Into the 2211 SAP Commerce Cloud Release

An overview of SAP Commerce Cloud 2211 updates, including Composable Storefront, Backoffice, SmartEdit, B2B Commerce, yForms, platform, and integration changes.

13 min

A Look Into the 2205 SAP Commerce Cloud Release

A guest author reviews the SAP Commerce Cloud 2205 release, covering Backoffice usability, OCC APIs, Spartacus, B2B integration, ISS, and cloud security.

6 min

SAP Commerce Cloud 2011: What’s New?

A practical overview of SAP Commerce Cloud 2011, including OCC API updates, Integration API enhancements, Backoffice improvements, and search changes.

6 min

A Look Into The v2005 SAP Commerce Cloud Release

A guest author reviews SAP Commerce Cloud v2005, including new APIs, B2B/B2C endpoint coexistence, bundling, workflow design, security, and EOL changes.

11 min

What Does History Tell Us About The Upgrade Potential Of The Pending SAP Commerce Cloud v2005 Release? — Part 2

A follow-up analysis of SAP Commerce Cloud v2005 release timing, support lifecycle changes, and what they imply for upgrade planning.

5 min

What Does History Tell Us About The Upgrade Potential Of The Pending SAP Commerce Cloud v2005 Release? — Part 1

A historical analysis of SAP Commerce Cloud version adoption patterns and what they suggested for the pending v2005 release.

17 min

hybris/SAP Commerce 4.x->1905 Upgrade Map

An upgrade map showing notable SAP hybris Commerce capabilities added across versions 4.x through 1905.

1 min

SAP Commerce Cloud 1905 Is Released. What Is New?

SAP Commerce Cloud 1905 brings major updates to SmartEdit, integrations, outbound sync, polyglot persistence, auditing, promotions, and platform support.

3 min

A Look Into the 1811 SAP Commerce Cloud Release

A guest author reviews SAP Commerce Cloud 1811, including Backoffice PCM dashboards, integrations, JALO dependencies, accelerators, and deprecated modules.

10 min

SAP Commerce Cloud 1808 (Hybris Commerce 6.8) Is Released. What’s New?

A concise overview of the key changes in SAP Commerce Cloud 1808, including Integration APIs, SmartEdit versioning, Backoffice, and SAP integrations.

9 min

What is new in SAP hybris 6.7?

A summary of SAP hybris 6.7 changes across Adaptive Search, PCM Backoffice, Promotion Engine, Data Hub, SmartEdit, platform, accelerators, and integrations.

9 min

Hybris Upgrade Map (updated with 6.5/6.6)

A visual upgrade map summarizing SAP hybris Commerce capabilities across versions up to 6.6.

2 min

Hybris Upgrade Map (updated with 6.5/6.6)

A reference map of key SAP hybris Commerce features introduced across versions up to 6.6, grouped by topic to support upgrade planning.

2 min

SAP Hybris Help 6.5: What’s New

A structured review of new and removed SAP Hybris Commerce 6.5 Help Portal pages, highlighting changes beyond the official release notes.

38 min

SAP Hybris Commerce upgrade map

A visual upgrade map showing key SAP Hybris Commerce features introduced across versions up to 6.4.

2 min

Hybris 6.4 Data Model Updates

A reference overview of data model changes introduced in hybris 6.4, including new and updated modules, item types, attributes, and relations.

6 min

Hybris Commerce Roadmap: Outline from SAP Sapphire ’17

A summary of the SAP Sapphire 2017 roadmap for SAP Hybris Commerce, covering commerce core, customer experience, OMS, MDM, and SAP integration.

5 min

Hybris 6.3 bean updates

A reference list of bean definition changes between hybris 6.2 and hybris 6.3, organized by module.

9 min

Hybris 6.3 Data model Updates

A module-by-module summary of data model changes introduced in hybris 6.3, including added and removed types, attributes, enums, and relations.

5 min

hybris 6.2 data model and bean updates

A technical reference for new and updated item types, attributes, relations, and Spring beans introduced or changed in hybris 6.2.

13 min

Integrations

11 articles

Delta Detection and Incremental Updates in the Integration Processes: Reducing Unnecessary Writes to the Database

How to reduce unnecessary SAP Commerce database writes by using hashes, delta detection, and optimized batch import strategies.

14 min

A Deeper Look at SAP Commerce Data Hub

A deep technical post-mortem on SAP Commerce Data Hub, its phases, ERP integration model, IDoc handling, and material master replication.

20 min

Connecting the Dots with SAP Cloud Platform Integration

A practical overview of SAP Cloud Platform Integration for SAP Commerce Cloud, including integration flows, adapters, mappings, and ERP scenarios.

16 min

Authentication with Hardware Security Keys and WebAuthn in SAP Commerce Cloud

A technical overview of hardware security keys, FIDO2/WebAuthn, and a proof-of-concept integration with SAP Commerce Cloud.

20 min

Vue Storefront + SAP Commerce: Open-source PWA Storefront Integration (+DEMO)

A proof-of-concept integration of Vue Storefront with SAP Commerce, covering architecture choices, challenges, limitations, and a demo.

22 min

The power of best of breed: Integrating SAP Hybris and Sitecore CommerceConnect

A webinar transcript on integrating SAP Hybris Commerce and Sitecore CommerceConnect to create a best-of-breed headless commerce architecture.

15 min

Spring Integration in Hybris Cluster

A practical guide to running Spring Integration reliably in a Hybris cluster using the task engine, metadata stores, and fault-tolerant processing.

5 min

Barcodes and QR-codes in SAP hybris

A practical overview of barcode and QR-code reading, generation, security, and integration options for SAP hybris Backoffice.

11 min

Hybris WMS/ERP Integration: Stock Levels and Reserves

A practical guide to SAP Commerce stock-level integration with WMS/ERP systems, covering reserves, discrepancies, bulk updates, bundles, and availability rules.

14 min

Facebook Messenger and hybris integration

A proof of concept showing how to integrate hybris with Facebook Messenger for order notifications and two-way customer communication.

4 min

hybris/OKTA SSO integration

A proof of concept for integrating hybris with Okta SSO using the samlsinglesignon extension and a custom storefront token processor.

5 min

Data Migration

10 articles

Migrating SAP Commerce Content with a Graph Database

A graph-database-based approach to extracting, analyzing, transforming, and exporting SAP Commerce CMS content for cross-catalog migration.

17 min

Environment Data Migration – Part 2

A practical overview of what SAP Commerce data to migrate between environments and the key concerns around volume, security, obfuscation, and Impex.

8 min

Environment Data Migration. Part I

A review of why production-representative data matters in SAP Commerce environments and the historical tools used to support migration.

9 min

Lessons Learned: Migrating to CCv2

Practical lessons learned from migrating an SAP Commerce Cloud project from CCv1 to CCv2, covering CI/CD, infrastructure, data migration, and code changes.

12 min

Integrating Contentstack with SAP Commerce Cloud and Data Migration

A practical look at integrating Contentstack with SAP Commerce Cloud and migrating CMS content and page structures to a headless CMS.

19 min

Cloning Catalogs in SAP Hybris. Export/import whole catalogs in/from IMPEX

A proof-of-concept approach for cloning SAP Hybris product and content catalogs by exporting catalog-aware items to Impex and importing them into a new catalog.

10 min

Migrating data with Pentaho ETL (Kettle)

A practical tutorial showing how to transform XML category data into SAP Commerce ImpEx using Pentaho Data Integration.

8 min

Best Practices: Migrating Content to hybris

A practical ETL-based approach to migrating e-commerce content, media, and CMS data into SAP Commerce using loaders, transformers, and ImpEx.

10 min

Mastering hybris Impex: Recipes and Secrets

A practical collection of lesser-known ImpEx techniques, including conditional imports, BeanShell scripting, external data sources, maps, and collections.

6 min

Data import: Two times faster than ImpEx

Shows how ServiceLayer Direct and prebuilt lookup tables can speed up high-volume SAP Commerce data imports by reducing lookup and model-loading overhead.

4 min