SAP PM / EAM Equipment Interview Questions

Equipment is a standard block in SAP PM / EAM interviews. It is rarely asked as a definition; it is asked as a situation you have to talk your way through.

Equipment is the physical, individually managed technical object in SAP Plant Maintenance and Asset Management, used to track machines, vehicles, instruments and other assets throughout their lifecycle. This topic covers equipment master data structure, categories, installation at functional locations, time-dependent history, and the integration points that make equipment the anchor for maintenance orders, notifications, measuring points, warranties and costing.

This page carries 43 reviewed SAP PM / EAM equipment interview questions, each with a complete written answer and no sign-in required. The set breaks down into 4 foundational, 36 mid-level and 3 advanced questions, so you can start at the top for a first interview or skip ahead to the scenario-based items for a senior round.

Treat the answers as a starting structure, not a script. Interviewers in SAP PM / EAM rounds follow up on whatever you sound least certain about, so the value is in being able to keep going after the first answer.

43 Equipment questions with answers

easyEquipment

1. In a global template rollout for S/4HANA Asset Management, how should custom fields needed for FI-AA integration on equipment master data be added without breaking upgrade compatibility?

Use the in-app extensibility Custom Fields app to add fields to equipment/functional location, exposing them via extension include so they flow through to relevant Fiori apps and CDS views without core modification. For fields needing to reach FI-AA (e.g., asset master link attributes), coordinate with FI-AA custom field extensions separately since equipment and asset master are distinct objects connected via the equipment-asset assignment, not shared extensibility.
easyEquipment

2. During hypercare after a migration cutover, finance reports that several equipment master records show no linkage to their corresponding fixed assets in FI-AA. What is your triage approach?

Check whether the equipment's asset number field (ANLNR/ANLUN) was populated correctly during migration object load (e.g., via LTMC/LTMOM for Equipment and Asset Master). Verify the migration mapping sheet for asset-equipment key relationships, confirm ANLA/ANLZ records exist, and re-run the equipment update via IE02 mass change or a corrective load if mapping was missed. Reconcile using a report comparing EQUI-ANLNR against ANLA.
easyEquipment

3. What is the relationship between the equipment master record and the material master when a piece of equipment is procured and managed as an individual serialized asset, and why does this matter for MM integration?

When equipment is created from a serialized material, the equipment master inherits attributes like material number, batch, and serial number from the material master, linking the physical asset to its procurement and inventory record. This allows MM transactions (goods receipt, goods issue, stock transfer) to update equipment status and location automatically, while PM tracks maintenance history against that specific serial-tracked unit rather than the generic material.
easyEquipment

4. What is the significance of the number range interval (internal vs external) assigned to an equipment category in configuration, and how does this choice affect MM integration when equipment is created from a material with serial number profile settings?

The equipment category configuration determines whether equipment numbers are assigned internally by the system or externally by the user, using a defined number range interval. When equipment is auto-created from goods movements against a serialized material, the number range must be internal so the system can generate the equipment number without user intervention; if only external ranges exist, automatic equipment creation during goods receipt fails, forcing manual creation and breaking the serialized MM-PM integration flow.
mediumEquipment

5. Shortly after migrating IoT-enabled equipment master data during hypercare, technicians using the Fiori mobile app report receiving duplicate sensor-triggered alerts for the same piece of equipment. What areas would you investigate to isolate the cause?

First check whether the equipment migration created duplicate equipment master records or duplicate IoT device-to-equipment mappings, since duplicate keys often cause the IoT platform to fire alerts against multiple equipment IDs. Review the integration middleware's deduplication logic and confirm the equipment ID mapping table wasn't populated twice during migration. Also verify Fiori app caching isn't re-displaying resolved alerts, and check if the notification creation logic lacks idempotency checks on the IoT payload.
mediumEquipment

6. How do equipment categories influence field control and integration behavior, and what should be considered when defining custom equipment categories?

Equipment categories (e.g., M-Machine, E-Electronic, S-Series) drive field selection, screen layout, and which reference/classification data is relevant. They also affect integration, such as whether an equipment can be linked to a fixed asset, a PS network, or serial number profiles. When defining custom categories, consultants must configure number ranges, field selection groups, and partner determination procedures consistently, and consider downstream reporting and interface impacts.
mediumEquipment

7. A plant maintenance team wants engineering drawings and safety data sheets automatically visible whenever a technician opens an equipment master record. How would you implement this using SAP DMS integration?

Create document info records via CV01N with appropriate document type and storage category (e.g., linked to a content server or SAP archive), then link each document to the equipment master through the object links tab in IQ02, assigning the document to the equipment's document assignment. Ensure the document type's status network allows released documents to display, and configure the equipment category to show the documents tab so technicians see linked drawings/SDS directly from the master record.
mediumEquipment

8. During hypercare, business users report that Migration Cockpit-loaded quality inspection characteristics on equipment master data are not visible in the corresponding Fiori app for the maintenance planner role. How do you diagnose this?

First confirm the QM integration data actually migrated correctly by checking the equipment's class/characteristic assignment in the backend, since Migration Cockpit issues often surface as incomplete classification data rather than Fiori bugs. Then verify the maintenance planner's PFCG role includes the correct catalog/tile and OData service authorization for the app showing QM data. If backend data is correct but the app is empty, check the app's business role assignment and any missing authorization objects for QM-related fields.
mediumEquipment

9. How does the equipment category configuration influence integration with FI, particularly for asset-relevant equipment master records?

Equipment category determines the field selection, number range, and whether the asset number field group is active, allowing an equipment record to be linked to an FI-AA asset master via the account assignment tab. This link enables cost-relevant maintenance orders to settle to the asset and supports depreciation-relevant reporting. The category also controls which views (e.g., Fleet, PM-specific) are visible, so if asset integration fields aren't part of the category's field selection, FI-AA linkage is unavailable.
mediumEquipment

10. When configuring fleet objects as equipment master records, what key technical object configuration decisions must be made to support vehicle-specific data such as registration, mileage counters, and fuel consumption?

Fleet vehicles are typically modeled as equipment with a dedicated equipment category (commonly category F) so fleet-specific fields and screens are activated. Configuration must assign the fleet-relevant object type in the equipment category settings, define measurement point/counter categories for mileage or engine hours, and maintain classification for registration details. Integration with MM is needed for fuel/parts procurement, and status profiles should reflect roadworthiness or registration validity to control usage.
mediumEquipment

11. During hypercare, master data governance (MDG) creates new equipment records that are not appearing correctly in technicians' Fiori Asset Manager app due to authorization restrictions. How do MDG-created records interact with Fiori-based PM authorizations?

MDG governs creation/change of master data like equipment or functional locations, replicating them to S/4HANA via standard distribution (e.g., ALE/API). If replicated equipment inherits organizational attributes (planning plant, maintenance plant) that don't match a technician's PFCG authorization restrictions, the records won't display in their Asset Manager work list even though they exist in the backend. Resolution involves aligning MDG-governed org-level attributes with the authorization design, or adjusting the technician's role authorizations to include the new org values.
mediumEquipment

12. During hypercare, business users report that newly created equipment in PM is not appearing correctly in downstream reporting, and suspect an MDG replication delay. How would you investigate and resolve this fit-to-standard gap?

Check the MDG change request status and workflow approval queue first, since equipment created in PM often depends on a governed material/equipment master process; verify the distribution model (e.g., via ALE/IDoc or API-based replication) delivered the change to the operational system. Review application logs and monitoring apps for failed replication messages, confirm mapping rules match fit-to-standard configuration agreed in workshops, and reprocess failed messages before escalating a genuine timing or mapping defect.
mediumEquipment

13. An equipment category used for rotable spare parts requires counter data to travel with the physical unit as it is exchanged across serialized stock. How would you design counters and equipment categories to support this MM integration?

I would ensure the equipment category permits counter maintenance and is linked to a material serial number profile so equipment records are tied to specific serialized units in MM. When a rotable is dismantled and returned to stock, the equipment record and its counter history remain intact if managed via serial number, allowing counter continuity when the unit is reinstalled elsewhere. I would configure the serial number profile to trigger automatic equipment creation and confirm counter readings are not reset on dismantle/install movements.
mediumEquipment

14. A field technician using the Asset Manager mobile app creates a new equipment record offline that later needs MDG governance validation before it can be used in maintenance orders. Describe the end-to-end process flow and where Fiori roles fit.

The technician's Fiori role authorizes local creation of an equipment record in the offline store; on sync, the record posts via OData to the backend. If MDG governs equipment, this should route through an MDG change request workflow rather than direct creation, allowing validation and enrichment before release. A separate Fiori role for the MDG data steward reviews and approves the request; only approved records become available for maintenance order assignment.
mediumEquipment

15. When configuring equipment categories, what settings determine whether an equipment record can be linked to QM inspection processing, and what are the implementation implications?

Equipment category configuration controls which object types are permitted and interacts with QM through inspection lot object references and catalog profile assignments at the material/equipment level, not directly within category settings. Practically, the category determines allowed status profiles, partner determination, and whether serial number profiles apply, which indirectly affects QM integration since serialized equipment tied to inspection lots needs consistent object identification. Consultants must align category-level settings with the QM inspection type and catalog configuration to avoid mismatched object references.
mediumEquipment

16. A piece of equipment under manufacturer warranty fails, and the maintenance planner needs the system to alert on order creation that warranty coverage may apply. How would you configure this in the equipment master?

Maintain the vendor and manufacturer warranty start and end dates on the equipment master's warranty tab, populated from purchasing data or manual entry. When a maintenance order or notification references this equipment, the system can display warranty information and, depending on configuration, trigger a warning or status check via user status or notification type settings, so the planner recognizes potential warranty claim eligibility and routes the repair through the correct vendor recovery process instead of standard cost absorption.
mediumEquipment

17. How is serial number management configured and integrated between equipment master and material master in SAP EAM?

Serial number profiles are assigned to material master records to determine whether serialization is mandatory, optional, or used with automatic equipment creation. When a serialized material is goods-received or issued, an equipment record can be automatically created or referenced based on the serial number profile settings in configuration (OIS2/serial number profile customizing), linking the equipment master to the material-serial number combination stored in table EQUI, enabling traceability across procurement, maintenance and inventory transactions.
mediumEquipment

18. During migration of maintenance equipment master records from ECC to S/4HANA, you also need to integrate equipment with an external IoT platform for condition monitoring. What role does Business Partner integration play in this migration, and what monitoring should be established?

S/4HANA requires Business Partner as the leading object for customers, vendors, and contact persons linked to equipment (e.g., manufacturer, service provider); migrated equipment records must reference valid BP records rather than legacy ECC partner tables. IoT integration typically relies on equipment and BP identifiers to route sensor data and service alerts, so integration monitoring should track BP-equipment link consistency, failed IoT message mappings, and duplicate BP creation during migration.
mediumEquipment

19. Which equipment category settings drive material master synchronization, such as serial number profile assignment and material number linkage, and what MM implications result from these settings?

Equipment category configuration determines whether equipment can be created from a material with a serial number profile, controls field selection relevant to material assignment, and influences number range grouping. When a category is tied to serialized materials, goods movements in MM automatically create or update equipment records via the serial number profile. Incorrect category setup can prevent automatic equipment creation during goods receipt, cause mismatched serial data, or block equipment-material linkage needed for warranty and stock tracking.
mediumEquipment

20. A plant reports that critical equipment drawings attached via document management are not visible to maintenance technicians using mobile devices, though they display correctly in the desktop equipment master. What would you check to resolve this?

Verify the document info record's storage category and whether the original file is stored in a content repository accessible to the mobile solution, since some mobile scenarios require content server or SAP Fiori-compatible storage rather than local workstation paths. Also check that the document is properly linked via the object link table to the equipment master and that the mobile app's authorization and document type configuration permits viewing that DIR status, since draft or work-in-process document statuses may be filtered out in mobile display.
mediumEquipment

21. How does the configuration of equipment categories influence integration with the material master, particularly for serialized equipment?

Equipment category configuration determines the field selection, number ranges, and permitted views for a given class of technical objects, and it controls whether equipment can be linked to a material master via serial number profile. When a material is serial-number managed with equipment creation active, goods movements in MM automatically create or update equipment masters, inheriting material data. Getting the category-material linkage wrong causes duplicate or orphaned equipment records during goods receipt.
mediumEquipment

22. In a Public Cloud EAM rollout, equipment master data created via MDG is not syncing correctly into the maintenance planning app, causing functional location assignments to be missing. How do you troubleshoot this within a clean-core architecture?

I would first check the MDG replication model and confirm the business object for equipment/functional location is correctly mapped to the target APIs used by S/4HANA Public Cloud, since custom ABAP debugging isn't available. I'd review integration monitoring (e.g., message monitoring in the integration suite or SAP Cloud ALM) for failed API calls, validate mandatory fields in the MDG data model, and confirm authorization objects for the API user rather than assuming a code defect.
mediumEquipment

23. A plant manager reports that junior technicians are able to change equipment status directly, bypassing the required permit approval workflow. How would you diagnose and correct the authorization gap?

Review the technician's role for authorization objects controlling status changes and permit-related transactions, such as I_EQUI and status-change-specific authorization fields, checking whether activity 02 (change) is unrestricted at the equipment level. Also verify the status profile's transaction control isn't misconfigured to allow the status change transaction without permit prerequisite. Correct by tightening the role's authorization values and re-testing the status profile sequencing so permit approval is enforced structurally, not just procedurally.
mediumEquipment

24. A leasing company has a fleet of forklifts where usage-hour counters must trigger both PM maintenance orders and periodic FI cost postings for lease accrual once a threshold is reached, and equipment category settings must control whether an asset master record is automatically created at equipment creation. How would you design the equipment category and counter setup to support this FI integration?

Configure the equipment category with the asset-relevant flag and account assignment category set so equipment creation optionally triggers FI-AA asset master synchronization via the equipment-to-asset link, while counter-based measuring points independently drive maintenance order creation through a maintenance strategy. FI cost accrual postings based on threshold usage are typically handled outside direct PM-FI counter integration, via periodic batch jobs reading counter/measurement documents and posting through a custom or standard FI interface, since counters alone do not post financial documents.
mediumEquipment

25. Describe how permits such as vehicle registration, insurance, or driver license requirements are managed on fleet equipment master records, and how status management can be used to enforce compliance restrictions.

Fleet-relevant equipment carries a fleet object view where permit data (permit type, validity dates, issuing authority) is maintained, often linked through classification or a dedicated permit assignment. Expiry monitoring is typically supported through reporting on validity end dates. To enforce compliance, a user status profile can be attached to the equipment or related order/notification so that when a permit lapses, business transactions like release or driver assignment are blocked via status-dependent transaction control, preventing usage of non-compliant vehicles until the permit is renewed and the status is reset.
mediumEquipment

26. A new maintenance plant is being created under an existing planning plant that already manages measuring points and counter-triggered orders for similar equipment elsewhere. Maintenance orders from the new plant's measuring points must post costs to the new plant's own cost centers, not the existing plant's. What master data setup would you verify to ensure correct CO cost allocation?

Confirm the new maintenance plant has its own cost center hierarchy and that equipment/functional locations created at the new plant carry the correct plant and cost center assignment in the equipment master, not inherited from the shared planning plant. Verify maintenance order type defaults and work center cost center assignments are plant-specific, since a shared planning plant only centralizes planning, not cost object derivation. Test a counter-triggered order end-to-end to confirm settlement lands on the new plant's cost center rather than defaulting to the original plant's.
mediumEquipment

27. When configuring serial number profiles for materials managed with serialization in SAP PM/MM, what design decisions determine whether an equipment master record is automatically created and how does this affect downstream status handling?

The serial number profile, assigned at material master level, controls whether serial numbers are managed with or without an equipment master and at which business transaction (goods receipt, goods issue) the record is generated. If equipment creation is triggered, the system inherits an initial status and category from the profile settings, which then governs whether the equipment is usable in maintenance processing, stock transfers, or plant maintenance orders. Getting this wrong causes serial numbers without usable equipment masters or premature status activation blocking movements.
mediumEquipment

28. How does equipment category configuration interact with PS when equipment is created or used in the context of capital projects, and what settings should be reviewed to support clean project-to-equipment linkage?

Equipment category determines field control, number ranges, and which views (including reference to a WBS/network via user-defined fields or investment program links) are relevant. For PS integration, categories used for capital equipment often need account assignment fields available so equipment can be created or settled against a WBS element during commissioning. Review number range assignment, field selection group for account assignment, and whether the category allows creation from a PS network activity confirmation.
mediumEquipment

29. Field technicians report they cannot see the latest revised P&ID drawing attached to a piece of critical equipment, even though the document was uploaded and released weeks ago. What document management and status configuration issues would you check first?

I would first check whether the document info record's status allows release and viewing at the technician's access level, since DMS status networks can restrict visibility until a document reaches a released status, and whether the correct version was actually linked to the equipment's document assignment rather than uploaded as a separate, unlinked record. I would also verify the originals were checked in correctly and that the equipment-to-document link uses the current revision rather than a superseded one still pointing to an older document info record.
mediumEquipment

30. A maintenance-heavy turnaround project uses equipment counters to trigger overhaul work orders, and these orders need to settle costs to a WBS element in a project. How would you configure the equipment category and counter setup to support this PS integration cleanly?

The equipment category must permit counter/measuring point assignment and allow account assignment fields for WBS settlement on the object's account assignment view. Counters are set up as measuring points with a linked maintenance item in a performance-based strategy; when the counter reaches the trigger value, a maintenance order is generated and its settlement rule is configured to point to the turnaround WBS element rather than a cost center. Care is needed to ensure counter readings continue during order execution without resetting cycles prematurely.
mediumEquipment

31. A maintenance planner enters a work order for a machine believed to be under manufacturer warranty, but during execution the technician discovers the warranty end date field on the equipment master was never updated after an extension was purchased, leading to an unnecessary internal repair cost instead of a warranty claim. What master data governance process gap led to this and how would you correct it?

The gap is lack of a controlled process to update the equipment master's warranty tab (start/end date, warranty type) when procurement or the vendor confirms an extension; this data is manually maintained and not automatically synced from any contract system. Correct it by establishing a governance workflow where procurement or contract management notifies EAM master data team upon warranty changes, optionally supported by a periodic reconciliation report comparing equipment warranty dates against vendor contract records, and by restricting warranty field changes to a defined data steward role.
mediumEquipment

32. During hypercare, GIS map-based Fiori apps for equipment location tracking are loading extremely slowly for field users, while standard PM Fiori apps perform normally. What integration and performance factors would you investigate?

Investigate whether the GIS integration layer is making excessive synchronous calls to the external GIS system per map load, causing timeouts distinct from standard PM app OData calls. Check network latency between the S/4HANA gateway and GIS provider, review whether spatial data volume per functional location is too high for the map rendering tile, and confirm caching strategies are enabled for static layers. Also validate that GIS-specific OData services aren't triggering redundant backend reads for each equipment pin displayed.
mediumEquipment

33. A material is flagged for serial number management with profile settings requiring automatic equipment creation, but the warehouse team reports that goods receipts against a purchase order for this material are failing with an error about missing serial numbers, while non-serialized materials post fine. What integration configuration would you check to resolve this?

Check the serial number profile assigned to the material master (Plant Data/Stor. 2 view) and its serialization procedure setting (e.g., goods receipt relevant) in OIS2/serial number profile config. If the profile mandates serial number entry at goods receipt and equipment auto-creation, users must enter serial numbers during MIGO before posting; missing entry blocks the transaction. Verify the profile's assignment to the material type/serialization level and confirm the equipment category and number range are correctly configured to support auto-creation.
mediumEquipment

34. During a global template rollout, regional teams report that IoT sensor data isn't consistently appearing in the Fiori Asset Management apps for newly onboarded plants. What is your integration monitoring approach?

Use integration monitoring apps to check whether the IoT platform's device-to-equipment mapping was completed for the new plant's equipment masters, since sensor data routing depends on correct equipment ID linkage. Verify the integration flow status in the middleware layer, check for message queue backlogs, and confirm the Fiori app's OData service is correctly filtering by the new plant's organizational data. Coordinate with the IoT platform team since the gap is often in device onboarding, not the Fiori layer itself.
mediumEquipment

35. What equipment category settings determine whether QM inspection lots or quality notifications can be triggered against a piece of equipment, and what should an implementation team check when configuring a new equipment category for this purpose?

Equipment category configuration itself doesn't directly enable QM lot creation; that is driven by inspection type settings, QM master data (inspection plans, material specs), and notification type customizing linked at the material or task list level. The equipment category does control field selection, number range, and whether the equipment record allows serial number or material assignment, which are prerequisites for QM object linkage. Teams should verify material master QM view activation, inspection type assignment, and that the equipment category permits the required field groups for QM data.
mediumEquipment

36. How does the equipment category configuration influence integration with Finance, particularly regarding asset master data linkage?

Equipment category (e.g., M for machine) determines which field selection group and screen layout apply, including whether the asset number field is active and required. Category config, combined with the equipment master's account assignment tab, controls whether an equipment record can be linked to a fixed asset master (AS03) for depreciation and capitalization tracking. This linkage enables cost and value synchronization but does not automatically post FI documents; it only establishes the reference.
mediumEquipment

37. A company wants to classify all pump equipment across five plants with a common class for search and reporting, but each plant requires slightly different characteristic values for capacity ratings. How would you design the classification structure?

I would create a single class for pumps at client level with common characteristics like manufacturer, capacity, and material, since classes are not plant-dependent, and assign the class to equipment via the classification tab regardless of plant. Plant-specific capacity variance is handled by entering different characteristic values per equipment instance, not by creating separate plant classes, preserving a unified reporting structure while allowing instance-level data variation. If genuinely different attribute sets are needed, I'd use a class hierarchy with a common parent class and plant-specific subclasses.
mediumEquipment

38. How does the equipment category configuration influence number ranges, field selection, and cost object integration with CO for a piece of equipment?

Equipment category determines the number range group used to generate or validate equipment IDs, drives the field selection/screen layout applicable to that category, and links to organizational assignment rules including cost center or WBS defaulting. It also affects whether the equipment can be treated as a cost object for settlement, and controls which reference categories (like fleet or PRT) are permitted. Categories are configured in customizing along with maintenance and status profile defaults.
mediumEquipment

39. What configuration elements are controlled at the equipment category level, and why is equipment category selection a critical early design decision?

Equipment category (e.g., M for machines, D for devices, F for fleet objects) determines the number range, field selection/screen layout, allowed partner and classification data, and which specialized functions apply, such as fleet or PM-specific fields. It also drives which views appear in equipment master creation and can restrict linkage to certain object types. Because number ranges and screen layouts are tied to category, changing category after mass equipment creation is disruptive and often requires reclassification or data migration.
mediumEquipment

40. A maintenance manager reports that a piece of critical equipment still shows as under vendor warranty in the equipment master, but the vendor has already rejected a warranty claim for a recent breakdown. What governance gaps in warranty data maintenance could explain this discrepancy?

Warranty dates and categories on the equipment master's warranty tab are manually maintained fields that are not automatically synchronized with actual claims processing, vendor communications, or purchase order warranty terms unless explicitly linked. Likely gaps include no process to update or expire warranty flags after a rejected claim, no integration check against the original purchase order's warranty terms, and no periodic review cycle for warranty data accuracy. The fix requires a defined update trigger tied to claim outcomes and a periodic audit against procurement records.
hardEquipment

41. A network of interconnected equipment objects (e.g., a conveyor system) was built using object network relationships across two maintenance plants. After a number range reorganization at one plant, users report that network links between equipment records are showing broken or pointing to non-existent equipment numbers when displayed in IH01/IH03. As the architect, how would you diagnose the root cause and remediate the number range conflict?

Object network links store internal equipment numbers (INTERNAL key EQUNR), not external display numbers, so renumbering equipment (e.g., via mass number range change or reused number range intervals) breaks the stored relationships in table EQUZ/IFLOT link tables. Diagnose by checking whether number range intervals overlapped or were reused, and whether equipment master records were archived/recreated rather than transferred. Remediation typically requires re-establishing network relationships manually via IE02 network detail screen, since links are not automatically repaired, and preventing overlapping number range intervals going forward.
hardEquipment

42. Post-go-live, Fiori Asset Manager and Maintenance apps are running slowly for planners across multiple plants, and initial checks point to inconsistent equipment master data synchronized from MDG. As the architect, how would you approach root-causing and resolving this?

Start by isolating whether slowness is app-side (OData/CDS query performance) or data-side (excessive or malformed master data volume from MDG replication). Check ST22/SM21 dumps and CDS view execution plans for expensive joins caused by duplicate or orphaned equipment records. Work with MDG team to enforce validation rules preventing incomplete replications, and consider indexing or view optimization once data quality is corrected, rather than tuning around bad data.
hardEquipment

43. Two weeks into hypercare after a Migration Cockpit-based maintenance data migration, technicians report they cannot release maintenance orders on newly migrated equipment, though the same authorization role works for legacy equipment. How would you diagnose whether this is an authorization, migration object, or APM integration issue?

First isolate variables: test the same user against a legacy equipment order versus migrated equipment order to confirm scope. Check if migrated equipment inherited correct authorization-relevant fields (planning plant, maintenance planning group) via the migration object mapping, since incorrect field mapping causes authorization object checks to fail even with correct roles. Also verify if APM-sourced equipment carries additional classification attributes affecting authorization checks. Use SU53/trace to pinpoint the failing authorization object before assuming a role defect.

Related lesson

Equipment Master Data Fundamentals

Related topics

Next practice step