Ameco ERP/BPM
AM
BPM FoundationsBeginner

Value Chain and Value Stream Thinking

1. Business-User Summary

Business Process Management (BPM) is not just about drawing process boxes. It is about understanding where value is created, where delays happen, and where waste exists. To do this, we use two critical concepts: the Value Chain and the Value Stream.

2. What is a Value Chain?

A Value Chain is the full set of high-level activities a company performs to create, sell, deliver, and support a product or service. It represents the macro-level view of how a business operates.

Difference Between Value Chain and Process Flow

  • Value Chain: Shows what a business does at a high level (e.g., Inbound Logistics, Operations, Outbound Logistics).
  • Process Flow: Shows how the business executes a specific task step-by-step (e.g., how to receive goods in the warehouse).

3. What is a Value Stream?

A Value Stream is the sequence of actions required to deliver value to the customer. It takes the Value Chain and zooms in to categorize every single step based on whether it creates value for the end customer.

A value stream includes:

  1. Steps that add value โ€” the customer benefits directly.
  2. Steps that do not add value but are necessary โ€” required for control, compliance, or operations.
  3. Steps that are pure waste โ€” should be reduced or eliminated.

4. Understanding Value Categorization

CategorySymbolDefinitionExamples
Value-Added๐ŸŸข VADirectly transforms the product in a way the customer pays forManufacturing, Assembly, On-time Delivery
Needed Non-Value-Added๐ŸŸก NNVARequired for control, compliance, or logistics โ€” but customer doesn't pay for itQuality Inspection, Credit Check, Billing
Non-Value-Added / Waste๐Ÿ”ด NVADoes not add value and is not required โ€” eliminate or reduceWaiting, Rework, Duplicate Entry, Wrong Data

5. End-to-End Value Stream Map (VSM)

FlowchartEnd-to-End Value Stream Map

End-to-End Value Stream Map
Read top-to-bottom: Information Flows (green arrows) โ†’ Material Flows (process boxes) โ†’ Lead Time Ladder (bottom).

6. How to Read This Map

The map has three horizontal layers. Read them top to bottom.

Layer 1 โ€” Information Flows (Top, Green Arrows)

This shows signals and instructions moving between Customer, Planning, and Supplier:

  • The Customer sends a Monthly Forecast to Production Control.
  • Production Control converts this into a Weekly Order sent to the Supplier.
  • This information flow triggers the physical material flow below.

Layer 2 โ€” Material Flows (Middle, Grey Process Boxes)

This shows the physical journey of materials and products from left to right:

Process BoxWhat HappensClassification
Manufacturing / AssemblyRaw materials are transformed into a product๐ŸŸข VA
Quality Check / PackagingProduct is inspected and prepared for shipment๐ŸŸก NNVA
Warehouse / Order PrepProduct is stored, staged and picked for delivery๐ŸŸก NNVA
Shipping / DeliveryProduct is sent to the customer๐ŸŸข VA

Yellow triangles between boxes = Waiting / Inventory. The numbers on each triangle (1783, 1202, 733, 593) represent the quantity of units sitting idle at that point. Idle inventory is a sign of waste โ€” it represents tied-up capital and delay.

Layer 3 โ€” Lead Time Ladder (Bottom, Orange Zigzag)

This is the most important section for waste analysis.

SegmentWaiting DaysProcessing TimeMeaning
Supplier โ†’ Manufacturing6 days300 sec6 days of material sitting before work starts
Manufacturing โ†’ Quality Check4 days45 sec4 days waiting in queue after production
Quality Check โ†’ Warehouse1 day300 sec1 day staging delay
Warehouse โ†’ Shipping3 days45 sec3 days order preparation wait

How the total is calculated:

MetricCalculationResult
Total Lead Time6 + 4 + 1 + 3 days14 days
Total Processing Time300 + 45 + 300 + 45 sec690 seconds โ‰ˆ 11.5 minutes
Value-Added Ratio11.5 min รท (14 days ร— 480 min/day) ร— 100โ‰ˆ 0.17% of total time

Key Insight: The product spends 14 days travelling through the supply chain but is only being actively processed for less than 12 minutes. The remaining 99.8% of the time is waiting, queuing, or being stored. This is the definition of waste in Lean / BPM thinking.

7. What the Chart Below Tells You

The bar chart below translates this map into percentage terms โ€” showing how total elapsed time is distributed across Value-Added, Necessary Non-Value-Added, and Waste categories.

Process Time Split โ€” Based on 14-Day Lead Time Scenario

Example KPI View โ€” Demo Data

DEBUG data: "[\n{ \"category\": \"Value-Added (VA)\", \"percentage\": 1 },\n{ \"category\": \"Needed Non-Value-Added (NNVA)\", \"percentage\": 21 },\n{ \"category\": \"Waiting / Waste (NVA)\", \"percentage\": 78 }\n]"
DEBUG parsedData: [ { "category": "Value-Added (VA)", "percentage": 1 }, { "category": "Needed Non-Value-Added (NNVA)", "percentage": 21 }, { "category": "Waiting / Waste (NVA)", "percentage": 78 } ]

How the chart numbers are calculated:

CategorySteps IncludedTime% of Lead Time
Value-Added (VA)Manufacturing + Shipping processing time~300 sec total~1%
Needed Non-Value-Added (NNVA)Quality Check + Warehouse processing time~390 sec + admin~21%
Waiting / Waste (NVA)6 + 4 + 1 + 3 days idle between steps~13.5 days~78%

This chart is consistent with the map above. The 78% waste bar directly represents those yellow inventory triangles and the days shown on the Lead Time Ladder.

8. What This Means in BPM

By classifying steps, we can focus our improvement efforts:

  1. ๐ŸŸข Protect and optimize Value-Added steps โ€” they are what the customer pays for.
  2. ๐ŸŸก Automate or simplify Necessary Non-Value-Added steps โ€” reduce cost and time without removing the control.
  3. ๐Ÿ”ด Eliminate Waste โ€” fix master data, reduce approvals, implement pull-based systems, improve scheduling.

9. Exercise

Review the process map above and answer:

  1. Which two steps are classified as Value-Added? What makes them VA?
  2. The inventory triangle between Manufacturing and Quality Check shows 1,202 units. What does this indicate?
  3. The total lead time is 14 days but processing time is 11.5 minutes. What percentage of time is the product actually being worked on?
  4. If you could eliminate the 4-day wait after Manufacturing, what would the new lead time be?
  5. Name one BPM tool or improvement that could reduce the waiting time shown on the Lead Time Ladder.

(Discuss with your team or write your answers before proceeding to the Order-to-Cash modules.)