SAP transaction codeObjectIE02ModulePM_EAM

IE02 — Change Equipment Master Record

IE02 is the transaction for changing an existing equipment master record in Plant Maintenance and Enterprise Asset Management: installing or dismantling equipment at a functional location, updating classification, status, partner, warranty or organizational data. The structural fact behind most confusion is that equipment master data is split between time-independent data and time-dependent data, so many changes create a new dated record instead of overwriting the old one.

This page covers the IE02 change transaction for equipment master records, including the real navigation sequence, which tables the save writes, and the diagnostic categories behind the most common IE02 problems: time-dependent data segments, status locks, authorization groups, and installation-at-location mismatches. It also covers the S/4HANA equivalent and handover ownership.

Reviewed by an ERPClimb SAP consultant on 15 Sept 2026· 1,251 words

What it does

IE02 opens an existing equipment master record for editing. Equipment represents a physical or logical object tracked individually for maintenance, cost, and history purposes: a pump, a vehicle, a piece of production machinery, a meter. The transaction exposes the record as a set of tabs (general data, location, organization, structure, classification, partner, warranty, permits, MRP for PM, and others depending on configuration). The single fact that explains most support tickets against IE02 is that equipment data is not one flat record. General data lives in one time-independent table; location, cost center, and installation data live in a time-dependent table with validity periods. Changing where equipment is installed, or which cost center it belongs to, does not update a field in place. It closes the current time slice and opens a new one, which is why equipment history looks like a list of overlapping periods rather than a single current value.

When it is used

IE02 is reached after IE01 creation, whenever an existing piece of equipment needs a change: installation at or removal from a functional location, a change of maintenance planning plant or planner group, addition or update of classification characteristics, a warranty extension, a change of superior equipment in an equipment structure (equipment BOM), or a status change such as deactivation. It also gets used during mass data corrections after a plant reorganization, when equipment needs to be reassigned to new cost centers or functional locations in bulk (usually scripted rather than done one record at a time in the GUI). Consultants reach for IE03 instead when only a look is needed, for IL02 when the change belongs to the functional location rather than the equipment, and for the Fiori equipment management app on S/4HANA when the change is a routine field update that the app covers.

How to use it

  • Call IE02 and enter the equipment number, or search by description, functional location, or serial number if the number is not known.
  • Confirm the equipment category and any pop-up warning about a locked or restricted record before the screen opens.
  • Select the tab for the change needed: general data, location, structure, classification, organization, warranty, or partner.
  • For installation, go to the structure or location view, enter the target functional location and installation date, and save.
  • For dismantling, use the dismantle function rather than blanking the location field, so the time-dependent record closes correctly.
  • For classification changes, open the classification tab specifically; changes made elsewhere do not populate class characteristics.
  • Save. Check for status messages before assuming the change went through, since some fields silently reject changes when a system status blocks them.

Key fields

  • EQUI - equipment master general data: equipment number, category, object type, description, technical identification, valid-from/to at header level.
  • EQUZ - equipment time-dependent data: installation location, cost center, functional location link, planning plant, each row carrying its own validity period.
  • ILOA - shared location and account assignment data used by equipment, functional locations, orders and notifications: cost center, business area, plant, work center defaults.
  • EQKT - equipment short text, one row per equipment per language.
  • AUSP and KSSK - classification values and class assignment for the equipment object.
  • JEST - system and user status records for the equipment, driving which changes are allowed.

How to prove it in the data

In SE16 on EQUZ, filter by equipment number and list all rows ordered by validity end date. More than one row confirms an installation or organizational change history exists; the row with the far-future end date is the current segment. Cross-check the location fields on that current row against ILOA to see which functional location, cost center, and plant are actually assigned today. If a user reports a change that did not take, check JEST for an active status that blocks the field group in question before assuming the save failed silently.

ECC vs S/4HANA

IE02 runs unchanged in SAP GUI on S/4HANA, writing to the same EQUI and EQUZ structures. A Fiori app for managing equipment exists and covers common changes such as location reassignment and status updates, but it does not expose every tab available in IE02, so consultants still fall back to the GUI transaction for classification, permits, or less common field groups. No underlying data model restructuring took place for equipment master data.

Common pitfalls

  • Time-dependent segment confusion: a user changes the installation location expecting an in-place update, and the system instead closes the current EQUZ row and opens a new one with a later start date. Reports and cost postings for the old period keep referencing the old segment. Check EQUZ validity dates first whenever 'the change did not appear' is reported for a historical date.
  • System status blocking the field: equipment carries a system status such as deactivated or scrapped that locks certain tabs. The save either throws an explicit status error or silently skips the field. Check JEST for the active status before touching configuration or authorizations.
  • Authorization group mismatch: the equipment carries an authorization group or belongs to a planning plant the user is not authorized for, and IE02 opens in display-only mode without an obvious error. Confirm authorization checks against the planning plant and authorization group on the equipment before assuming a bug.
  • Classification not visible or not saved: the classification tab was never opened, or the equipment is not assigned to the expected class, so characteristic values entered elsewhere are lost. Confirm the class assignment in AUSP and KSSK directly rather than trusting the screen.
  • Enqueue lock from a referencing object: an open notification or order against the equipment holds a lock that prevents IE02 from saving. The fix is to close or release the referencing document, not to force the change through a background job.
  • Dismantling done by blanking fields instead of using the dismantle function: this leaves an orphaned or malformed EQUZ segment that later confuses equipment history and functional location structure reports. Always use the proper dismantle step and re-check EQUZ afterward.

Whose problem this is

Functional PM/EAM consultant owns IE02 configuration, field selection, and status profile design. ABAP gets involved only for custom fields added through the standard enhancement points on the equipment master or for BAdI-driven validation logic. A clean handover states the equipment number, the exact tab and field affected, the current EQUZ validity dates, and the active system status, not just 'the change did not save'.

Related SAP objects

Reviewed pages this object connects to in the ERPClimb knowledge graph.

Source: ERPClimb — https://erpclimb.com/sap-tcodes/ie02ERPClimb is an independent platform and is not affiliated with SAP SE. Reference pages are written and reviewed by SAP consultants for learning and troubleshooting.