Run your first investigation
This tutorial exists so a skeptical reader can verify Atlas works end-to-end in about ten minutes. You will open the Studio, ask a natural-language question about an S/4HANA conversion, and read an answer that Atlas backs with structured evidence from the knowledge graph. No setup, no CLI — just the browser.
What you will see
Section titled “What you will see”An answer to “what blocks ECC 6.0 → S/4HANA conversion readiness?” that carries its sources with it: which deprecated BAPIs are involved, which migration guides flagged them, and which modules in your corpus are implicated.
1 · Start on the home dashboard
Section titled “1 · Start on the home dashboard”The first screen after sign-in is the home dashboard. It shows four KPI tiles — active cases, open blockers, corpus freshness, estimate accuracy — plus a “create your first case” shortcut. Keep this tab open; come back here between tasks.
2 · Open Investigate
Section titled “2 · Open Investigate”Click Investigate in the left nav (or press G then I). The view has three zones: a query composer at the top, a resolve result panel in the middle, and an evidence stream on the right.
3 · Run a starter query
Section titled “3 · Run a starter query”The composer ships with canned prompts grouped by shape — readiness, risk, deprecation, module-impact. Pick “What blocks ECC 6.0 → S/4HANA conversion readiness?” from the readiness group and press Ask.
Atlas calls POST /api/atlas/resolve, translates the natural-language intent into a SPARQL traversal, and returns two things:
- a ranked list of blockers in the middle panel — deprecations, missing released APIs, custom code hotspots
- an evidence stream on the right — every blocker linked to the source document, migration guide, or catalog entry that Atlas read
4 · Open a blocker’s drawer
Section titled “4 · Open a blocker’s drawer”Click any blocker in the middle panel. A drawer slides in from the right with:
- the canonical graph node (e.g.
BAPI_PO_CREATE1) - its replacement, with a confidence tier badge
- the source documents that contributed — Simplification Item Catalog, api.sap.com, SAP help portal pages — each with a last-fetched timestamp
This is the same provenance Atlas carries everywhere: claim on top, sourcedFrom chain below, tier label on the side. See Evidence and confidence.
5 · Pin the finding to a case
Section titled “5 · Pin the finding to a case”Click Pin to a case in the drawer header. A modal asks which case should own this finding; pick “Create new case” and give it a one-line title. The drawer confirms, the case gets the evidence attached to its timeline, and you land on the new case’s object view.
From here every investigation you run is tracked against that case — the classic Atlas flow: ask, anchor, iterate.
Where to go next
Section titled “Where to go next”- Track a migration case end to end picks up from this finished case and walks the four tabs: Resolve, Corpus, Compare, Govern.
- Build a pattern scaffold in Studio shows the refactoring side of Atlas — classifying a pattern and generating a task graph.
- Why a knowledge graph explains why a question answered here resolves four different source names into one identity.