IW33 — Display Maintenance Order (IW33)
IW33 opens a PM or CS maintenance order in read-only mode, showing header, operations, components, costs, confirmations and settlement data without allowing changes. It is the tool of choice when an order is technically completed, closed, or simply being reviewed, since it cannot accidentally alter status, dates, or cost assignment the way IW32 can.
This page covers IW33, the display transaction for PM and CS orders, and explains why so much confusion around it actually stems from status control and authorization rather than the transaction itself. It walks through the practical entry sequence, the tables the underlying order writes to, and a diagnostic checklist for the most common support tickets: missing costs, missing operations, and orders that cannot be found.
Reviewed by an ERPClimb SAP consultant on 15 Sept 2026· 1,074 words
Purpose
IW33 is the read-only counterpart to IW32. It renders the full order structure: header (order type, plant, work center, dates), operations, components, permits, partners, costs, and settlement rule, without exposing the change functions IW32 offers. The one structural fact that explains most confusion is that IW33 is not a separate data object; it is the same order (AUFK/AFKO/AFVC) rendered in a mode determined by the system status of the order. If the order is TECO'd, closed, or locked by another user, the system routes you straight into display logic even when you technically call IW32. Consultants sometimes report IW33 is missing fields that IW32 shows for the same order; the fields are not missing, they are hidden because the order's status does not permit that data segment to be maintained.
When it is used
IW33 is reached whenever a consultant or planner needs to check an order's content without risk of triggering a change, most commonly after technical completion (TECO) or business completion, during cost review before settlement, or when investigating a notification-order link. It sits downstream of IW31 (create) and alongside IW32 (change) in the PM order lifecycle. In S/4HANA, the equivalent read scenario is increasingly handled through Fiori apps for maintenance order monitoring, but IW33 remains the fastest path when the consultant already has the order number and needs the classic multi-tab layout rather than a list view.
How to use it in practice
- Enter the order number directly, or use the matchcode search by notification number, equipment, functional location, or work center.
- Review the header tab first: order type, plant, system status (CRTD, REL, TECO, CLSD), and user status.
- Check the operations tab for work center assignment, control key, and confirmation status.
- Open the components tab to see reserved materials and their movement status.
- Check the costs tab for planned versus actual values and the settlement rule if settlement is relevant.
- Use the partner or location tabs to confirm the functional location, equipment, and responsible parties tied to the order.
Key data objects
- AUFK - order master record: order number, order type, plant, status object number.
- AFKO - PP/PM order header: dates, scheduling data, settlement rule reference.
- AFVC - order operations: control key, work center, activity data.
- AFVV and AFVU - operation value fields (planned costs, quantities) and user fields.
- AFRU - confirmations posted against operations.
- ILOA - object location and account assignment tied to the order via the object number.
- COBRA - settlement rule for the order, read but not editable from IW33.
- COEP - CO line items, the source for the costs tab display.
How to prove it in the data
To confirm an order's real status and why a field is display-only, pull AUFK by AUFNR and read the object number (OBJNR); use that object number against JEST filtering on INACT = space to see the active status codes (TECO, CLSD, etc). To confirm cost figures shown in IW33 match postings, pull COEP filtered by the same object number and compare against the values rendered on the costs tab. For missing operations, check AFVC by AUFNR directly; if rows exist there but do not render, the issue is display authorization, not missing data.
ECC vs S/4HANA
IW33 still exists on S/4HANA and behaves the same way functionally; the underlying order tables and status logic are unchanged. What changed is the cost layer: cost figures on the costs tab are now sourced through the universal journal rather than classic CO totals tables, which can cause small reconciliation differences for consultants used to the ECC cost flow. Fiori apps for maintenance order monitoring and cost overview exist as list-based alternatives, but they supplement IW33 rather than replace it for detailed single-order review.
Common pitfalls and how to diagnose them
- Status-driven display lock: the order shows as read-only even though the user expected change mode. Check the system status via JEST against the order's object number before assuming a technical bug; TECO and CLSD both suppress most change functions system-wide, not just in this transaction.
- Authorization masking, not error: a user reports fields missing that a colleague sees fine. This is almost always an authorization object tied to plant, order type, or planner group, not a display bug. Compare the authorization trace between the two users rather than the order data itself.
- Order not found: usually a plant or company code mismatch in the search variant, or the order was archived. Check the order number range and confirm it belongs to the plant the user is authorized for before escalating as a data issue.
- Costs tab empty or stale: costs are read from CO line items, not recalculated live from components. If a goods movement or confirmation was posted but costs do not appear, check whether the underlying CO document actually posted; a reversed or parked document will leave the components tab looking correct while the costs tab lags behind.
- Operations missing entirely: if the order was created without a task list explosion, or the task list was deleted after order creation, the operations tab will be sparse. This is a creation-time issue, not something fixable from IW33 itself.
Whose problem this is
Functional PM/CS consultant owns interpretation of order status, operations, and components. FI/CO co-owns any cost discrepancy on the costs tab. Basis owns authorization object assignment when fields are hidden for one user and not another. A good handover includes the order number, the exact tab and field in question, and the system status at the time of the ticket, not just a screenshot.
Related SAP objects
Reviewed pages this object connects to in the ERPClimb knowledge graph.
Source: ERPClimb — https://erpclimb.com/sap-tcodes/iw33ERPClimb is an independent platform and is not affiliated with SAP SE. Reference pages are written and reviewed by SAP consultants for learning and troubleshooting.