Reporting & Embedded Analytics — Deep Guide

CORE C_TS452: Analytics Phase 13 🛠️ Deep practical
← Study guide
Phase 13 overview
Back to
Curriculum

🎯 In plain words

Reporting is finding answers in the data fast — which POs are still open, what's due to arrive, how much we spend with each vendor — without phoning around. SAP gives you two ways to ask: classic list reports (the old transaction codes that produce a table you can sort and export) and modern Fiori apps (live tiles, charts and KPIs on the launchpad). Same data, two front doors — a good MM consultant knows both.

🧠 The classic reports

The workhorse list reports, grouped by what you're asking about:

Purchase order reports — same data, sorted by a different key:

T-codeLists POs by…
ME2LVendor — "show me everything I've ordered from this supplier".
ME2MMaterial — every PO for one material/part number.
ME2NPO number — find/track specific purchase orders.
ME2KAccount assignment — POs charged to a cost centre / project / order.

What each one shows is steered by the scope of list (e.g. ALV, BEST) plus the selection parameters (e.g. WE101 = open goods receipts, RECHNUNG = open invoices) — so the very same T-code can list open, delivered, or invoiced items.

Stock reports — where's my inventory:

T-codeShows
MMBEStock overview — one material across all plants/storage locations, all stock types at a glance.
MB52Warehouse stock — list of quantities (and value) on hand, filterable by plant/material.
MB51Material document / movement history — every goods movement that hit a material.
MB5BStock on a posting date — what the balance was on a given day (opening/closing).

Purchasing analyses (LIS) — the Logistics Information System aggregates documents into statistics. The MC$* family of reports answers business questions like spend by vendor or by material group (e.g. MC$4, MCE1) — handy for purchasing volume, frequency and value.

Vendor evaluation — scoring suppliers on price, quality and delivery: ME61 maintains the scores; ME64 / ME6H evaluate and compare them.

🧠 Document tracing

"Show me everything that happened to this PO." Three ways to walk the chain:

🧠 Fiori & embedded analytics

In S/4HANA the launchpad gives you real-time analytical Fiori apps — no separate BW data warehouse needed, because the numbers are read live from the same tables:

Think of it as the classic reports' answers, served live as tiles and charts instead of a printed list.

🛠️ Do it now — build a reporting pack

Answer three questions — what's open / what's due / what we spend — then trace one full chain:

  1. Run ME2N with an "open" selection parameter → your list of open POs.
  2. Run ME2L for one vendor → everything outstanding by that supplier.
  3. Run MB52 for the plant → current stock on hand to compare against demand.
  4. Pick one PO and trace the full chain: FBL1N (vendor items) then FB03Relationship Browser to see PR→PO→GR→invoice→payment.
  5. Export each ALV list to Excel (the spreadsheet icon) — that's your reporting pack.
Document tracing (P2P chain) Scenarios hub Curriculum
⚠️ Common gotchas

🔗 Connects to

🎓 Cert focus & quick recall

C_TS452 analytics area. Expect questions on which report answers which question, document flow, and classic vs Fiori reporting.

Which report lists open POs by vendor?

ME2L (POs by vendor). Use a scope of list / selection parameter that filters to "open" to drop already-delivered or invoiced items.

How do you see every follow-on document of a PO?

The Purchase Order History tab in ME23N, or the Relationship Browser in FB03 (Environment → Relationship Browser) which draws PR→PO→GR→invoice→payment.

Classic LIS reports vs Fiori embedded analytics?

LIS (MC$*) aggregates documents into stored statistics queried by classic transactions. Fiori embedded analytics reads live data through CDS views — real-time KPIs and tiles, no separate BW needed in S/4HANA.

Which T-code maintains vendor evaluation?

ME61 maintains the evaluation (scores); ME64 / ME6H evaluate and compare vendors.

✅ You're ready to move on when…

← Study guide
Phase 13 overview
Back to
Curriculum