logo
|
Blog
    SAP Testing

    What to Catch Before Go-live vs What Only Surfaces After

    For decision-makers approaching ECC→S/4HANA Migration: how pre-validation and post-monitoring divide the work, and why that line is more flexible.
    ar
    arbang
    May 06, 2026
    What to Catch Before Go-live vs What Only Surfaces After
    Contents
    1. What You Can Catch Before Go-liveDirect migration impactEnd-to-end business logicCross-module integrityDesigned exception cases2. What's Traditionally Considered Post-Go-live TerritoryReal load patternsEdge cases and unusual transactionsReal data exchange patterns with connected systemsAccumulated master and transaction data distributions3. The Boundary MovesReal Data ExtractorPre-validation with real interface data4. What Genuinely Stays Post-Go-liveUnpredictable shifts in real user behaviorLong-term performance degradation and data accumulationPost-Go-live changes in external systems themselves5. So Catch What You Can Before Go-live — All of It

    Months of ECC→S/4HANA Migration finally end with Go-live.

    The first few days of Hypercare pass without incident. Everything looks fine. Then the sales department calls.

    "We can't create orders."

    Tracing the issue, you find that a subtle mapping error from the migration quietly broke a downstream process. Days lost on the fix. More days on impact analysis. Hypercare drags on.

    The real question to ask in that moment is this: Was this catchable before Go-live, or was it the kind of issue that only surfaces in production? Without an answer, the next project — and every quarterly upgrade after — will repeat the pattern.

    The question is sharper now that SAP is making Cloud ALM Operations monitoring increasingly capable. "If monitoring has gotten this good, how far does pre-validation actually need to go?"

    This post draws the line at Go-live and maps out what pre-validation handles, what post-monitoring handles, and why that boundary moves depending on what tools you use.


    1. What You Can Catch Before Go-live

    ECC→S/4HANA Migration is the largest change a SAP system can undergo. A clear set of risks is fully covered by pre-validation — the kind of intentional scenario execution that regression testing performs.

    Direct migration impact

    The differences between ECC and S/4HANA are well documented. Table structure changes (BSEG/BSIK consolidation), CDS Views, Fiori transitions, OData service additions, business partner unification — every change item is laid out in SAP's Simplification List and Migration Cockpit guides. Whether these changes break existing processes is something you can verify before Go-live.

    End-to-end business logic

    Whether core processes like Order-to-Cash and Procure-to-Pay still flow uninterrupted after migration. Run sales order creation through to financial posting in a single scenario, and any breakage shows up immediately.

    Cross-module integrity

    Mapping mismatches between SD and FI. Data loss between MM and WM. Cross-module integrity issues that single-module unit tests miss but reveal themselves when scenarios cut across modules. This is also where migrations break most often.

    Designed exception cases

    Verifying how the migrated system responds to specific condition combinations — the cases a test designer deliberately includes thinking, "this combination might break."

    What these areas share: they can be verified before Go-live, by intentionally executing scenarios. Cloud ALM monitoring cannot reach them. Monitoring observes transactions as they flow through a running system; it cannot observe the consequences of a change that hasn't happened yet.

    Comparison table: Pre-validation vs Post-monitoring across Timing, Method, Scope, Purpose

    2. What's Traditionally Considered Post-Go-live Territory

    On the other hand, certain areas have long been classified as "only visible once you're live."

    Real load patterns

    Month-end closing weeks where transaction volume spikes 5x. Quarter-end batch jobs running concurrently. Global subsidiaries piling up overnight interface calls due to time zone differences. These loads emerge naturally only when production is live. They're already happening on ECC, but whether they hold up the same way on the new S/4HANA is a different question.

    Edge cases and unusual transactions

    A trade combining special discount + multi-currency + tax exemption simultaneously. A partial cancellation followed by re-billing. A closing transaction with manual adjustments. Combinations like these are difficult for a human to anticipate and write into scenarios.

    Real data exchange patterns with connected systems

    What data actually flows between SAP and MES, WMS, banking EDI — at what frequency, with what exception conditions. These patterns reveal themselves only when production traffic is moving.

    Accumulated master and transaction data distributions

    Years of material code variants on ECC, subtle differences in customer classification schemes, data distributions shaped by organizational restructuring history. These accumulated effects can behave differently in the new environment.

    These areas are typically classified as "post-monitoring territory." It's why Cloud ALM Operations keeps getting stronger at observing them.

    If you stop reading here, the natural conclusion is: pre-validation and post-monitoring are both necessary. That's true. But there's one more layer worth examining.


    3. The Boundary Moves

    Some of the four post-Go-live areas above can actually be caught before Go-live — if you bring ECC production data into your S/4HANA pre-validation scenarios.

    The logic is simple. ECC has been running for years. Load patterns, edge cases that actually occurred, real exchanges with connected systems, accumulated data distributions — all of it sits in the ECC production database. If that data can flow into S/4HANA pre-scenarios, much of what was "only visible after Go-live" moves into pre-validation territory.

    PerfecTwin operates in exactly this space, through two mechanisms.

    Real Data Extractor

    Pulls masked, real transaction data directly from the ECC production database and connects it to S/4HANA test scenarios. Instead of fabricating sample data, you reflect the actual distribution of ECC production transactions in pre-validation.

    Pre-validation with real interface data

    Reflects actual data patterns exchanged between ECC and connected systems into pre-scenarios, validating interface behavior in the new S/4HANA environment before going live.

    Together, these mechanisms enable:

    • Load patterns: Time-of-day, day-of-week, and month-end load patterns extracted from ECC transaction logs and reconstructed as S/4HANA pre-validation scenarios

    • Edge cases: Unusual transactions and exception handling that actually occurred on ECC are already in production data, and flow naturally into S/4HANA pre-scenarios

    • External interface communication: Interface behavior simulated in advance using real exchanged data

    • Data distributions: Actual ECC master and transaction distributions reflected in S/4HANA pre-scenarios as-is

    Related: A deeper look at how production data flows into pre-validation scenarios → Real Transaction Data for SAP Migration Testing

    The boundary between pre-validation and post-monitoring isn't fixed. It moves with the tools you choose.

    Two donut charts showing the proportion shift: Traditional Boundary (50/50) vs New Boundary Shaped by Tools (70/30)

    4. What Genuinely Stays Post-Go-live

    Of course, not everything moves. Some areas genuinely surface only after Go-live.

    Unpredictable shifts in real user behavior

    How users adapt to new S/4HANA screens after Go-live. Where they drop off. Which features they work around. None of this can be simulated from prior data.

    Long-term performance degradation and data accumulation

    Six months, a year in — indexes bloating, certain tables slowing, dashboard response times stretching. These take time to manifest.

    Post-Go-live changes in external systems themselves

    Connected systems updating their APIs on their own schedule. Trading partners changing EDI formats. Government systems adopting new authentication methods. Things our own pre-validation can't reach.

    This is where Cloud ALM monitoring actually does its core work. These areas sit beyond the limits of pre-simulation.


    5. So Catch What You Can Before Go-live — All of It

    The picture clears up here. Post-monitoring's real job is defined: user behavior, long-term effects, external changes.

    The trouble starts when things that could be caught pre-Go-live get pushed to post-Go-live instead. Then post-monitoring carries its real job plus the migration impacts that pre-validation missed. Operations teams enter permanent firefighting mode, and Hypercare extends indefinitely.

    When pre-validation expands as far as possible, post-monitoring focuses on what only it can do. Hypercare ends faster. Quarterly upgrade cycles after migration follow the same stable pattern. Pre-validation assets built once become regression assets that re-execute every quarter.

    Related: How to push the speed and coverage of pre-validation itself → 5 Structural Bottlenecks in SAP Regression Testing

    Go-live isn't an endpoint. It's an inflection point. And where that point lands depends on the tools you bring.

    ECC→S/4HANA Migration is the biggest inflection point in the SAP operations lifecycle. How far you extend pre-validation at that point determines how long Hypercare lasts — and how stable every quarterly upgrade after it runs. The same principle applies to RISE Private Cloud regular upgrades, GROW semi-annual upgrades, and any subsequent change that follows.

    Pre and post aren't competing. Weak pre-validation makes post-monitoring overflow. Deep pre-validation lets post-monitoring focus on what matters.


    See how far PerfecTwin can extend your ECC→S/4HANA pre-validation → Learn more

    Share article

    PerfecTwin by LG CNS

    RSS·Powered by Inblog