Atlas Diagnostic

SAP release strategy diagnostics

A first-pass structure for finding why a purchase order or requisition is blocked by approval workflow.

Reviewed

Core idea

Release strategy is the approval workflow that prevents a purchasing document from becoming a binding commitment until authorized users release it. When a document is stuck in release, the support goal is to identify which release strategy was triggered, which release codes are still open, who has the authorization to release, and whether the block is intentional or caused by a classification mismatch.

The most common release cases I see are not missing approvers but classification mismatches: a changed material group or plant value selected a different strategy than the one the business expected.

Common symptoms

  • PO or PR shows status 'release strategy active' but no one can release it.
  • Document was released but reverted to blocked status after a change.
  • Wrong release strategy was selected — a low-value PO triggered a high-value approval path.
  • Release approver is on leave or no longer has the required authorization.
  • Release strategy classification values do not match the document characteristics.

Likely causes

  • Classification mismatch: the document's value, material group, or plant does not match the release strategy classification, causing the wrong strategy or no strategy to be selected.
  • Missing release code: one or more release codes in the strategy have not been entered because the approver is unavailable or unaware.
  • Authorization gap: the user attempting to release lacks the required authorization object for the release code and document type.
  • Document change after partial release: changing a released document can reset the release status depending on the change relevance setting.
  • Workflow integration failure: if workflow is used for release notification, the work item may be stuck or sent to the wrong agent.

Where to check in SAP

  • ME28 / ME29N — PO release (collective and individual).
  • ME54N — PR release.
  • CL20N — display classification values for the document.
  • SWIA / SWI1 — workflow work items if workflow-driven release is used.
  • SU53 — authorization check after a failed release attempt.

Key tables / transactions / objects

  • T16FC / T16FG — release strategy and release group definitions.
  • CEBAN / CEKKO — release status for PR and PO.
  • AUSP — classification values.
  • SWW_WI_1 — workflow work items.

Diagnostic workflow

  1. Identify the document number, type, and the release strategy that was selected.
  2. Check the release status to see which release codes are still open.
  3. Verify the classification values (value, material group, plant) match the expected release strategy.
  4. Check if the approver has the required authorization for the release code.
  5. If workflow is involved, check SWIA for stuck work items.
  6. Determine if the document change that triggered re-release was necessary or can be avoided.

Typical fixes or next actions

  • Route the document to the correct approver with documented business justification.
  • Correct the classification values if the wrong release strategy was selected.
  • Assign a delegate or temporary approver if the primary approver is unavailable.
  • Escalate authorization issues to the security team with SU53 evidence.
  • If workflow is stuck, restart or forward the work item after confirming the business context.

What to capture first

Release strategy blocks are usually process or authorization issues, not system errors. Capture: document number, release strategy, open release codes, the user who tried to release, the error message, and whether the issue is new or recurring.

Escalation signals

  • Documents are stuck because an approver is absent, inactive, or lacks authorization.
  • The release strategy classification appears wrong for the document value, material group, or account assignment.
  • Multiple users cannot release any documents, indicating a workflow or substitution configuration issue.
  • The approval limit or strategy must be changed to reflect a new delegation of authority.

Boundaries and non-goals

This page is a diagnostic frame, not a release strategy configuration guide. It does not cover classification design, workflow builder setup, or approval hierarchy modeling. It does not replace SAP's purchasing documentation.

This is not official SAP documentation and not a replacement for system-specific analysis.

Next diagnostic steps

Practical checklist

  • Collect document number, type, release strategy, open release codes, and current status. Synthetic example: PO 1234567890, strategy ZS_001, code 01 open.

  • Check ME28/ME29N or ME54N for release status and missing approvers.

  • Verify classification values (value, material group, plant) with CL20N match the strategy.

  • Confirm the approver has the required authorization in SU53 after a failed release attempt.

  • Check SWIA/SWI1 for stuck workflow work items if workflow is used.

  • Document the business justification and assign a delegate if the primary approver is unavailable.

  • Safety limit: do not release a document whose classification or value changed after partial release without procurement confirmation.