Step Progress Indicator
StepperProgress
The step progress indicator is a progress indicator for tracking and displaying a user’s state in a user flow. It allows the user to navigate to another step in both the horizontal view and the vertical “All Steps” view.
A step can be displayed as either a regular step or a dynamic step.

Step progress indicator in horizontal view (left), vertical “All Steps” view (middle), and different states (right)
- A step progress indicator should at least show two steps.
- Use dynamic steps for sub-steps and steps which are dependent on default steps.
- Displaying a partial view of the last step on the screen for a scrollable step progress indicator is highly recommended.
- Keep step names short – we recommend no more than two lines of text.
- Try to avoid showing both header and step names under step nodes. If the flow is short, try not to use the “All Step” button. Display the full step names in the horizontal view.
- Don’t count dynamic steps in the total number of steps.
- Don’t show a partial view of a step on the screen if the step progress indicator is not scrollable.
In the horizontal view, a step name allows truncation. In a vertical view, a step name allows text wrapping to show the full text. Always try to be concise for the names. Otherwise, it may distract users when they are focusing on the task on the screen.
The current step name truncates after one line. Full text is available in “All Steps” view.
A step name can wrap up to two lines. Adjust the width of the line to allow more space for the text. If any step name is longer than two lines, use the “All Steps” button to allow users to view the full text

The current step name truncates if it’s two long (top) and the step name under the step node truncates after two lines (bottom).

Show full text of the step name in the vertical view
Tap on the Node
When users tap on a step indicator node, they are navigated to this specific step.
If the step is already on the screen, the step node stays without moving.
If the user scrolls to tap a step beyond what was on the screen, the selected step is displayed as the first step in the indicator.

When users tap on a step indicator node, they are navigated to this specific step

Users can tap on the “All Steps” button to view all steps vertically on a new screen

Users can scroll left or right on the step progress indicator to navigate to another step
Dynamic steps are used to indicate a sub-step or an indeterminate step. Same as regular steps, dynamic steps also have different value states: default, active, error, error active, and read-only.

From left to right: dynamic steps in horizontal view, dynamic steps in vertical view, and dynamic steps in different states
A step progress indicator can adapt to both mobile and tablet sizes. For the tablet version, the horizontal step progress bar can have broader width for each step than the mobile version, and the “All Steps” view is displayed in a dialog window.

Horizontal view on mobile (left) and tablet (right)

"All Steps” view on mobile (left) and tablet (right)
Development: StepperProgress
SAP Fiori for iOS: Step Progress Indicator
SAP Fiori for Web: Wizard Floorplan
Related Components/Patterns: Header, Persistent Footer, Dialog