1. Environment Intake Checklist
Before answering PM questions, collect:
- SAP Release: ECC 6.0 (which EhP?) or S/4HANA (which release year?)
- Deployment model: On-premise / RISE / Cloud Public Edition
- PM Organization: Planning Plant, Maintenance Plant, Maintenance Coordination Plant
- Industry sector: Manufacturing (automotive, chemicals, electronics), energy, pharma, food & beverage
- Equipment strategy: Single-level (equipment only) vs. two-level (equipment + functional locations)
- Maintenance type focus: Breakdown, preventive, predictive, contract, or combination?
- Integration requirements: MES, predictive maintenance (PAI), mobile (SAP Asset Manager), analytics
2. Equipment Master Data (IE01/IE02/IE03)
Equipment Creation (IE01)
Key T-codes & Menu Path
- IE01: Create Equipment (SPRO → Plant Maintenance → Master Data → Equipment → Create)
- IE02: Change Equipment
- IE03: Display Equipment
- IE10: Create Fleet (for mass equipment with identical configuration)
Critical Fields (EQUI Table)
| Field |
Meaning |
Mandatory |
Notes |
| EQUNR |
Equipment number |
Y |
Unique 18-char ID; can be internal/external assigned |
| EQKTX |
Equipment description |
Y |
40 chars; recommend English + Korean |
| EQART |
Equipment category |
Y |
PUMPE (pump), MOTOR (motor), KOMPR (compressor) etc. |
| MATNR |
Material master |
N |
Links to inventory; if serial-tracked material, serializes equipment |
| SERGE |
Serial number |
N |
Hardware serial from nameplate; used in warranty tracking |
| HEQUI |
Higher-level equipment |
N |
Parent equipment (e.g. pump is part of production line) |
| ILOAN |
Functional location |
Y |
Must exist in IFLO before assignment |
| MANDT |
Company code |
Y |
Set at creation; cannot change |
| WERKS |
Plant |
Y |
Maintenance-executing plant |
| KMFID |
Manufacturer |
N |
Free-text; recommend SAP vendor master LIFNR |
| GEWICHT |
Weight |
N |
For spare parts estimation |
| INBDT |
Startup date |
N |
Important for MTBF calculation period |
Equipment Classification
Table KLAH (classification header) + KLASP (assignment):
- Class type: EQUIPMENT, ZEQUIP (custom)
- Characteristics: Model, Manufacturer, Voltage, Capacity, Brand
- Used for: spare parts list filtering, maintenance strategy assignment, reporting
Serial Number Management
- Equipment must link to material master (EQUI.MATNR)
- Material → Accounting 1 view → Valuation Class + Serial Number Profile (MMSL)
- Serial Number Profile (MMSL): defines when system forces serial entry during GR, GI, MIGO
- Equipment History (EQUZ): automatic log of changes (creation, equipment change, tag changes)
Equipment Deletion
- Equipment cannot be deleted if it has maintenance history (QMEL, AUFK exist)
- Workaround: Flag EQUI-LOEKZ (deletion flag) = X → equipment hidden in selection, kept for history
3. Functional Location Master Data (IL01/IL02/IL03)
Hierarchical structure — represents plant's physical/logical organization
Functional Location Creation (IL01)
Key T-codes
- IL01: Create Functional Location (SPRO → Plant Maintenance → Master Data → Technical Objects → Functional Location)
- IL02: Change Functional Location
- IL03: Display Functional Location
Hierarchy Example (Two-Level Strategy)
Production Line A (ZFUNCLOC-PRODLINE-A)
├─ Section 1 (ZFUNCLOC-PRODLINE-A-SEC1)
│ ├─ Equipment: Motor, Pump, Control Panel
└─ Section 2 (ZFUNCLOC-PRODLINE-A-SEC2)
├─ Equipment: Conveyor, Sensor
Critical Fields (IFLO + IFLOT Tables)
| Field |
Table |
Meaning |
Notes |
| TPLNR |
IFLO |
Functional location ID |
40-char hierarchical, e.g., PROD-001-002 |
| TXTMI |
IFLOT |
Description (multilingual) |
Store in DE, EN, KO |
| FLTYP |
IFLO |
Functional location type |
e.g., PUMPING_STATION, MOTOR_ROOM |
| GEWRK |
IFLO |
Responsible work center (PM team) |
Links to CR01 work center |
| HFLOC |
IFLO |
Higher-level functional location |
Parent node |
| STRNO |
IFLO |
Building/hall number |
Organizational reference |
| MANDT |
IFLO |
Company code |
Assigned at creation |
Account Assignment
- Cost center (KOSTL): for cost tracking of maintenance labor + materials
- Internal order (AUFNR): for project-based maintenance (e.g., annual overhaul)
- Profit center: for P&L attribution
- WBS element: for capital project maintenance
4. Maintenance Notification (IW21/IW22/IW23)
Entry point for all maintenance requests — whether breakdown or planned
Notification Types (QMNUM Table)
| Notification Type |
ID |
Trigger |
Example Use Case |
| Malfunction (고장) |
M1 |
Breakdown reported by operator |
"Motor stopped working" |
| Maintenance request |
M2 |
Preventive or user-initiated task |
"Annual pump inspection needed" |
| Activity report (업무보고) |
M3 |
Post-maintenance completion record |
"Replaced bearings on motor" |
| Calibration notification |
M4 |
Instrument calibration schedule |
"Pressure gauge needs recalibration" |
Key T-codes
| T-code |
Description |
| IW21 |
Create notification |
| IW22 |
Change notification |
| IW23 |
Display notification |
| IW24 |
List of notifications (selection) |
| IW28 |
Notification listing (reporting) |
| IW29 |
Notification analysis (OLAP) |
Critical Fields (QMEL + QMIH Tables)
| Field |
Table |
Meaning |
Max Length |
| QMNUM |
QMEL |
Notification number |
12 digits (internal/external assigned) |
| QMTXT |
QMEL |
Short description |
40 chars |
| LTXT |
QMEL |
Long text |
2500 chars (ALV memo) |
| EQUNR |
QMEL |
Equipment or... |
18 chars |
| TPLNR |
QMEL |
Functional location |
40 chars (either EQUNR or TPLNR required) |
| SCHAD |
QMEL |
Damage/fault code |
4 chars; must exist in custom table (e.g., ZMAINTCODES) |
| URSACHE |
QMIH |
Root cause code |
4 chars; ABAP table maintained via SPRO |
| AKTIVITAET |
QMIH |
Activity code (work type) |
4 chars; e.g., REPAIR, INSPECT, REPLACE |
| ANLDAT |
QMEL |
Notification creation date |
Auto-filled |
| MERDAT |
QMEL |
Reported date/time |
User-entered (when problem was discovered) |
| PRIO |
QMEL |
Priority (1=urgent, 4=low) |
Links to SLA |
| ARBPL |
QMEL |
Assigned work center |
CR01 resource pool |
| AUART |
QMIH |
Associated order type |
e.g., PM01, PM02 (links to maintenance order) |
Damage Code & Root Cause Workflow
Damage codes (Schädigungen) → categorize what broke
- Table maintained in: SPRO → Plant Maintenance → Notification → Configure Notification Type → Damage Codes
- Example: BEARING (Lagerschaden), SEAL (Dichtungsschaden), MOTOR_COIL (Motorwicklung)
Root cause codes → categorize why it broke
- Maintained in: SPRO → Plant Maintenance → Notification → Configure Notification Type → Cause Codes
- Example: OVERLOAD (Überbelastung), POOR_MAINTENANCE (Schlechte Instandhaltung), DESIGN_DEFECT
Activity codes → actions taken
- INSPECTION, REPAIR, REPLACEMENT, ADJUSTMENT, CALIBRATION
Notification Workflow
IW21 (Create) → IW22 (Edit, assign to equipment/FL)
→ Create Maintenance Order (IW31) or Assign Existing (IW81)
→ Complete Notification (IW21 → Status = COMPLETED)
→ Archive / History Report (IW28, IW29)
5. Maintenance Order (IW31/IW32/IW33)
Execution unit — operationalizes a notification into scheduled work with costing
Order Types & Lifecycle
| Order Type |
Purpose |
Settlement |
Workflow |
| PM01 |
Preventive maintenance |
Cost center or internal order |
Recurring |
| PM02 |
Breakdown maintenance |
Cost center or internal order |
Ad-hoc |
| PM03 |
Corrective action / temporary fix |
Internal order |
One-time |
| PM10 |
Maintenance by vendor/contract |
Purchase order line |
Outsourced |
| ER01 |
Emergency order (fast-track) |
Cost center |
Expedited release |
Lifecycle (Status Flow)
CRTD (Created) → PLAN (Planning) → RELD (Released)
→ TECO (Technically Complete) → CLSD (Closed)
Key transitions:
- CRTD → RELD: IW32 (Change) → Release button (Authorization: PM.ORD.R)
- RELD → TECO: CO11N (confirmation) or manual in IW32
- TECO → CLSD: Settlement (KO88) → automatic CLSD after successful posting
Key T-codes
| T-code |
Description |
| IW31 |
Create maintenance order |
| IW32 |
Change maintenance order |
| IW33 |
Display maintenance order |
| IW38 |
Maintenance order list (with statuses) |
| IW39 |
Maintenance order analysis (OLAP) |
| COOIS |
Production order info system (includes maintenance orders) |
Critical Fields (AUFK + AFKO + AFIH Tables)
| Field |
Table |
Meaning |
Key Link |
| AUFNR |
AUFK |
Maintenance order number |
12 digits |
| AUART |
AUFK |
Order type (PM01, PM02...) |
Defines cost collection rules |
| EQUNR |
AUFK |
Equipment |
Equipment master (EQUI) |
| TPLNR |
AUFK |
Functional location |
FL master (IFLO) |
| QMNUM |
AUFK |
Notification reference |
Notification (QMEL) |
| KOSTL |
AUFK |
Cost center (account assignment) |
GL posting account |
| INAUFNR |
AUFK |
Internal order (account assignment) |
Alternative to cost center |
| ERDAT |
AUFK |
Creation date |
Audit trail |
| GSTDT |
AUFK |
Scheduled start date |
Capacity planning |
| GETDT |
AUFK |
Scheduled end date |
Capacity planning |
| FZDAT |
AUFK |
Actual start date |
Filled by TECO or confirm |
| FZEND |
AUFK |
Actual end date |
Filled by TECO or confirm |
| GGRTXT |
AUFK |
Order description |
40 chars |
| MGVST |
AUFK |
Total planned labor hours |
Sum of operations (AFIH.LAH) |
| STATUS |
JEST |
Order status (via object key AUFK + status cat P) |
Links to JEST table (status management) |
Operations & Component Planning
Operations (AFIH table) — individual tasks within maintenance order
| Field |
Meaning |
Type |
| LTEXT |
Operation description |
Text, e.g., "Replace pump seal" |
| LAH |
Standard labor hours |
Decimal, e.g., 4.5 |
| MGH |
Standard machine hours |
Used for resource capacity planning |
| ARBPL |
Work center |
CR01 resource (e.g., MAINT_TEAM_A) |
| LTXA |
Operation long text |
Detail work instructions |
Components (BOM link) — spare parts required
- AFIH → STPO (BOM item) → material + quantity
- Component status: Available / Withdrawn / On PO / Missing (CO24)
- Backflush: if enabled, components auto-issue at confirmation (MIGO 261 automatic)
Maintenance Labor & Costs
Labor hours collection (CO11N confirmation)
- Actual labor time entered at operation level
- Overtime multipliers applied (customizable per order type)
Spare parts cost (MIGO)
- GI from warehouse → MIGO 261 → charged to maintenance order
- Vendor-supplied parts → PO line → GR → invoice → cost posting
Overhead allocation (KO88)
- Settlement rule: Actual cost + overhead (%) → Cost center or internal order
- Example: Order cost = 5,000 EUR → + 20% overhead = 6,000 EUR → posted to cost center
External Services (Subcontracting)
- Maintenance order header → Services tab → Create purchase requisition (BANF)
- Service material type: automatically creates PR → RFQ → PO → GR → IV (MIRO)
- Typical service materials: OUTSOURCE_REPAIR, INSPECTION_LABOR
6. Preventive Maintenance (IP01/IP10/IP30)
Automated scheduling of recurring maintenance tasks
Maintenance Plans (IP01/IP02)
| T-code |
Description |
| IP01 |
Create maintenance plan |
| IP02 |
Change maintenance plan |
| IP03 |
Display maintenance plan |
| IP10 |
Call object scheduling (run planner) |
| IP30 |
Deadline monitoring |
Plan Types
| Plan Type |
Trigger Condition |
Interval |
| Time-based (Z1) |
Calendar days |
e.g., every 30 days, every 1 January |
| Counter-based (Z2) |
Equipment counter (QMSREC) |
e.g., every 10,000 operating hours |
| Multiple-counter (Z3) |
Multiple counters (e.g., hours + days) |
Whichever comes first |
| Performance-based (Z4) |
Equipment performance KPI |
e.g., when efficiency drops below 95% |
Maintenance Strategy (IP11)
Strategy = grouping of maintenance tasks → optimize scheduling
Example: Monthly production line maintenance (STRAT_PRODLINE_M)
- Task 1: Bearing lubrication (5 hours, cost center MAINT_OIL)
- Task 2: Filter replacement (3 hours, material M-FILTER-001, cost center MAINT_PARTS)
- Task 3: Inspection (4 hours, cost center MAINT_LABOR)
- Total plan: 12 labor hours, materials + labor cost per execution
Scheduling Strategy (IP11 → PLTYP / IPRFL Table)
| Field |
Meaning |
Example |
| BESCHREIBUNG |
Strategy name |
"MOTOR_BEARING_MAINTENANCE" |
| MPLNR |
Maintenance plan number |
"MPLAN-MOTOR-001" |
| IPRFL |
Task list (group of tasks) |
"TASKLIST-BEARING-005" |
| ISCHA |
Scheduling parameter |
e.g., "EVERY_30_DAYS" |
| LETWZ |
Calendar rule |
"MON" (Monday), "D" (daily) |
| MAINT_TYPE |
Maintenance type |
"PREVENTIVE", "PREDICTIVE" |
Task Lists for Maintenance (IA01/IA05)
Reusable checklists & instructions
| T-code |
Description |
| IA01 |
Create task list (general) |
| IA05 |
Create task list (maintenance) |
| IA06 |
Maintain task list status |
Task list structure (PLKO + PLPO)
- Header: task list ID, description, equipment/FL applicable
- Operations: step 10, 20, 30... each with work center + time + materials
Example: Pump Inspection Task List (TASKLIST-PUMP-INSPECT)
Step 10: Visual inspection (0.5 hrs, work center: MAINT_VISUAL)
Step 20: Vibration check (1.0 hr, equipment: VIBRATION_METER)
Step 30: Temperature measurement (0.5 hrs, sensor: TEMP_PROBE_001)
Step 40: Oil sampling (0.25 hrs, material: OIL_SAMPLE_BOTTLE)
Step 50: Report findings (0.5 hrs, work center: MAINT_ADMIN)
Total: 2.75 hours
7. Maintenance Scheduling (IP10 / IP30)
IP10 — Call Object Scheduling
Generates notifications/orders based on maintenance plans
- Input: maintenance plans (IP01) + current equipment state
- Output: QMEL (notifications) or AUFK (orders) for upcoming maintenance
- Run frequency: typically nightly batch (transaction SM36)
IP30 — Deadline Monitoring
Processes due maintenance-plan calls within the selected scheduling interval
| Status |
Meaning |
| Green |
On schedule |
| Yellow |
Within lead time (e.g., due within 5 days) |
| Red |
Overdue |
Usage:
- Filter by the approved maintenance-plan/planning-plant scope and scheduling interval
- Review generated, skipped, held, and errored calls; the configured call-object type determines whether
the plan generates an order or notification
- Do not create a separate manual
IW31 order merely because a line appears overdue
7.1 Preventive Maintenance Overdue — Evidence Loop
Mandatory diagnostic order
When evidence is missing, the leading provisional cause is the plan was not scheduled, or the periodic
deadline-monitoring job/variant did not select and process it, so no due call object was generated.
Ask for environment context, but provide this read-only path in the same answer:
IP03 active plan/item + cycle/start/call horizon
→ IP10 scheduling overview and call status (no production save)
→ SM37 IP30 job/variant/status
→ IP30 selected/generated/skipped messages
→ MHIS call
→ IW39/IW33 order OR IW29 notification execution status
Falsify the leading cause only when MHIS contains the expected planned call and its linked order or
notification exists, while SM37 also proves the appropriate IP30 job/variant completed and included the
plan scope. Then reclassify the incident as execution overdue, not scheduling overdue.
Minimum evidence bundle: release/deployment, plan/item/technical object, plan type, expected due date,
last normal call, IP03 scheduling parameters/status, IP10 call status, SM37 job/variant/timestamps,
IP30 messages, MHIS call number, and linked IW39 order or IW29 notification status.
Intake and business-state split
Collect release/deployment/industry, user-provided maintenance plan/item and technical object, plan type,
factory calendar/timezone, expected due date, last normal call, last IP30 run, and call-object category.
Classify the symptom before changing anything:
- Scheduling overdue — due call was never created.
- Execution overdue — call/order exists but work is not completed.
- Display-only discrepancy — dates differ because of call horizon, tolerance, shift, calendar, or timezone.
- Counter-plan discrepancy — measured usage is missing, stale, reset, or not yet at the threshold.
Read-only evidence chain
| Step |
T-code + menu path |
Evidence |
| Plan |
IP03 — Logistics > Plant Maintenance > Preventive Maintenance > Maintenance Planning > Maintenance Plans > Display |
active item, cycle, start, call horizon, scheduling period, completion requirement, shift/tolerance |
| Schedule |
IP10 — Logistics > Plant Maintenance > Preventive Maintenance > Maintenance Planning > Scheduling > Schedule Maintenance Plan |
scheduling overview only; do not save in production during diagnosis |
| Deadline run |
IP30 — Logistics > Plant Maintenance > Preventive Maintenance > Maintenance Planning > Scheduling > Deadline Monitoring |
selection, interval, run timestamp, generated/skipped calls and messages |
| Background job |
SM37 — Tools > CCMS > Background Processing > Jobs > Overview |
deadline job, variant, start/end, status and job log |
| Orders |
IW39 — Logistics > Plant Maintenance > Maintenance Processing > Order > List Editing > Display |
linked open/completed orders and due dates |
| One order |
IW33 — Logistics > Plant Maintenance > Maintenance Processing > Order > Display |
basic dates, technical object, system/user status |
| Notifications |
IW29 — Logistics > Plant Maintenance > Maintenance Processing > Notification > List Editing > Display |
call-generated notification and completion state |
| Counter docs |
IW65 — Logistics > Plant Maintenance > Maintenance Processing > Completion Confirmation > Measurement Documents > List |
latest reading, recording time, counter difference |
Read-only tables/fields: MPLA-WARPL, MPOS-WARPL/WAPOS/EQUNR/TPLNR,
MHIS-WARPL/ABNUM, AUFK-AUFNR/OBJNR, AFIH-AUFNR/EQUNR/TPLNR,
JEST-OBJNR/STAT/INACT. Never update these with SE16N.
Hypotheses and falsifiers
H1 — IP30 did not process the plan.
- Supports: no new
MHIS call after the expected date; plan excluded by variant or run failed.
- Falsifier 1: successful run log proves the plan/item was selected at that timestamp.
- Falsifier 2: the expected call already exists in
MHIS and has a linked order/notification.
H1a — the plan was created but never initially scheduled, or scheduling was not saved.
- Supports:
IP03 plan exists but IP10 has no established scheduling history/future call sequence.
- Falsifier 1:
IP10/MHIS shows a valid scheduled call sequence around the expected date.
- Falsifier 2: adjacent calls were generated by the same schedule without a restart or start-date change.
H2 — scheduling parameters intentionally defer or hold the call.
- Supports: due date is outside call horizon, completion requirement holds the next call, or calendar shifts it.
- Falsifier 1:
IP03 calculates the call inside horizon with no incomplete predecessor.
- Falsifier 2: unchanged parameters create the expected call in a representative QA preview.
H3 — counter input is stale or wrong.
- Supports: latest
IW65 reading predates current operating evidence or contains reset/replacement discontinuity.
- Falsifier 1: the plan is time-based and has no counter dependency.
- Falsifier 2: current reading plus annual estimate shows the threshold is not yet reached.
H4 — scheduling succeeded; execution is overdue.
- Supports: call and order exist;
IW33 shows released/partially confirmed status after the planned date.
- Falsifier 1: there is no linked call object or order.
- Falsifier 2: the order was technically completed before the deadline and completion requirement was met.
H5 — plan item or technical object is inactive/invalid.
- Supports: plan/item lock, deletion flag, invalid equipment assignment, task-list/work-center validity gap.
- Falsifier 1: every object is active and valid on the scheduling date.
- Falsifier 2: the same unchanged item produced adjacent calls normally.
Safe fixes and rollback
- Variant/job: correct in DEV/QA, run a non-creating/test selection when supported, compare selected/generated
counts, then let the authorized scheduling owner promote. Roll back to the captured variant and cadence.
- Plan parameters: capture current values and future calls, change with
IP02 under master-data change control,
compare IP10 before/after in QA, and approve only the intended date shift. Restore captured values if dates drift.
- Initial scheduling: validate start/cycle/horizon in DEV/QA, then schedule only the approved plan. Never use
restart/start-date reset casually; capture the full before/after future call list and a restore point.
- Counter: post only evidence-backed measurement through the standard measurement process. Never invent a
reading to make a call due; reverse/correct under metrology audit rules if the reading is wrong.
- Execution backlog: dispatch, execute, or approved-reschedule the existing order. Never mark unperformed work
complete or backdate confirmation merely to remove overdue status.
- Do not create a manual
IW31 order until call history proves no call object exists. A duplicate unlinked order
does not repair plan scheduling and can distort completion requirement, cost, compliance, and overdue KPI.
- Customizing: use TR, integrated QA, and rollback transport. Maintenance-plan master data follows governed
master-data change history even where it is not transported.
If an erroneous production run creates calls/orders, stop the batch, record call/order IDs and dependencies,
then use supported cancellation/status processing with planner, safety, production, and CO approval. Do not
delete MHIS/AUFK rows.
Simulation and re-verification
Use a representative DEV/QA copy. Validate IP03 parameters → IP10 scheduling preview → IP30
test/small-scope execution → SM37 job evidence → MHIS call → IW39/IW33 order or IW29
notification. Compare expected and actual plan/item,
call number, planned date, call object, and status. Start production with one plan or the smallest approved
selection before returning to the normal batch scope.
ECC, S/4HANA, Public Cloud
| Surface |
ECC |
S/4HANA OP/Private |
Public Cloud |
| Scheduling |
Classic IP03/IP10/IP30 |
Classic and release-specific Fiori apps may coexist |
Released maintenance-plan/scheduling apps only |
| Evidence |
MPLA/MPOS/MHIS, order/status tables |
Same core evidence plus released CDS/API for extensions |
App status and released API/CDS; no direct table assumption |
| Automation |
Background deadline monitoring |
Background/application jobs by release |
Application job templates and business roles |
Always name the user's release-specific app. Do not present IP10N or a Fiori app as universally available.
Counter Readings (QMSREC Table)
Equipment counters — track usage-based maintenance triggers
| Counter Type |
Example |
Unit |
| Operating hours |
Production line hours |
Hours |
| Cycles |
Number of production runs |
Cycles |
| Distance |
Vehicle mileage (for mobile equipment) |
km |
| Quantity |
Material processed (e.g., tons in cement plant) |
Units |
Recording counter reads:
- QM04: Single equipment counter read
- QM05: Multiple counters (batch entry)
- Readings feed into IP10 scheduling → if counter >= threshold, create notification
8. Breakdown Maintenance & MTBF/MTTR
Breakdown Notification Entry (IW21)
Operator or manager reports failure:
- IW21 → Equipment/FL + Damage code + Priority
- System creates notification (e.g., NOTIF-2024-001234)
- Assign to maintenance team (ARBPL — work center)
- Create order (IW31 with order type PM02)
- Release order (RELD status) → work begins
- Confirm completion (CO11N) → TECO
- Settle order (KO88) → cost posted
Malfunction Start/End Time (QMEL / QMIH)
| Field |
Table |
Meaning |
Impact on KPI |
| MERDAT |
QMEL |
Time failure reported |
Start of downtime clock |
| BEGDA |
QMIH |
Planned start of repair |
Used in SLA tracking |
| FZDAT |
AUFK |
Actual repair start |
Marks crew dispatch time |
| FZEND |
AUFK |
Actual repair end |
End of downtime |
Downtime calculation:
- Total Downtime = FZEND - MERDAT
- Repair Time (MTTR) = FZEND - FZDAT
- Waiting Time = FZDAT - MERDAT (can indicate logistics delay)
MTBF (Mean Time Between Failures) Calculation
Formula: Total Equipment Uptime / Number of Failures
Uptime period: INBDT (startup date) to current date or end date
Failure count: Sum of notifications with SCHAD = malfunction codes
SAP tracking:
- EQUI-INBDT: equipment startup date
- QMEL count by equipment (table function: SELECT COUNT(*) FROM QMEL WHERE EQUNR = 'PUMP-001')
- MTBF = (days_operating) / (failure_count)
Example:
- Equipment MOTOR-001 startup: 2022-01-01
- As of 2024-04-12: 861 days operating
- Malfunction notifications: 12 failures
- MTBF = 861 days / 12 = 71.75 days average between failures
MTTR (Mean Time To Repair) Calculation
Formula: Total Repair Time / Number of Repairs
Repair time sourced:
- AUFK.FZEND - AUFK.FZDAT (actual hours spent on repair)
- Includes: labor hours (CO11N) + external service time (if PO-based)
SAP tracking:
- Table AUFK: all PM02 (breakdown) orders
- Filter: EQUNR = equipment + ORDER_TYPE = PM02
- Calculate: SUM(FZEND - FZDAT) / COUNT(*) = MTTR
Example:
- Motor MOTOR-001: 8 breakdowns over 12 months
- Total actual repair hours logged: 44 hours
- MTTR = 44 / 8 = 5.5 hours per breakdown
KPI Reporting (IW28/IW29)
IW28 — Notification Listing
- Standard SAP query: All notifications with filters (date range, equipment, status)
- Output: Excel-friendly listing with damage code, priority, creation date, completion date
IW29 — Notification Analysis (OLAP)
- Multidimensional analysis: Equipment × Damage Code × Month
- Drilldown: which equipment/codes are failure-prone
- Used to drive preventive maintenance plan decisions
9. Refurbishment & Serial Number Management
Equipment Refurbishment (Instandsetzung)
Complete overhaul of equipment — treated as major maintenance project
Order type: PM03 or special project order
Process:
- Create maintenance order (IW31, order type PM03)
- Assign refurbishment checklist (task list IA05)
- GI all old/faulty parts (MIGO 261)
- GR refurbished components (MIGO 101)
- Update equipment master with new serial numbers if components replaced (IE02)
- Confirmation (CO11N) → record actual hours + components replaced
- Settlement (KO88) → post refurb cost to internal order or asset
Serial Number Management (SERGE / EQUI-SERGE)
Link between equipment and material master (MATNR)
Setup in Material Master (MM01)
- Org level: Plant
- Accounting view: Valuation class + Serial Number Profile (MMSL field)
- Serial Number Profile (MMSL):
- Determines if serial numbers are required (batch posting) or optional (normal)
- e.g., MMSL = "001" → Serial number required for all GR/GI of this material
Recording Serial Number in Equipment (IE01/IE02)
Field: EQUI-SERGE (equipment serial number)
- Max 30 chars
- Validated against material's serial number profile
- Used in: warranty tracking, spare parts traceability, recall management
Serial Number Change History (EQUZ)
Automatic log in EQUZ table
- Timestamp, user ID, old serial → new serial
- Useful for: component replacement audits, warranty period recalculation
Example: Motor Refurbishment Event
- Equipment MOTOR-001, Original Serial: "MOT-12345-ABC"
- Refurb replaces motor, New Serial: "MOT-67890-XYZ"
- EQUZ records: Date, User, Field=SERGE, Old=MOT-12345-ABC, New=MOT-67890-XYZ
- Warranty restart: if refurb qualifies, set INBDT to refurb completion date
10. PM-CO Integration & Cost Collection
Settlement (KO88)
Posts maintenance costs from AUFK to receiver (cost center or internal order)
Key T-codes:
- KO88: Settle individual order
- KO8G: Settle multiple orders (batch)
- KO8K: Maintain settlement rule (assignment of order type → receiver type)
Settlement Rule Setup (SPRO → Controlling → Orders → Settled Costs)
| Rule ID |
From (Order Type) |
To (Receiver) |
Cost Element |
| RULE-PM01 |
PM01 (preventive) |
Cost center + 400100 (PM labor) |
400100 |
| RULE-PM02 |
PM02 (breakdown) |
Cost center + 400200 (Repair) |
400200 |
| RULE-PM03 |
PM03 (refurb) |
Internal order + project code |
400300 |
Variance Calculation (KO88 — Simulate before Actual)
Variance categories:
- Input price variance (ABV): Material cost differences (actual price ≠ standard price)
- Input quantity variance (AMV): More/fewer materials used
- Overhead variance (SCRAP): Overhead surcharge % deviation
- Remaining input (RESTINPUT): Unconfirmed costs still open
Best practice:
- Always run KO88 with "Simulate" first (F8 or simulation button)
- Review variance report → approve variances if acceptable
- Run actual settlement separately → creates FI documents (Controlling: 1200 Maintenance Costs)
Cost Planning (KALKULATIONSSCHEMA)
Annual maintenance budget planning — by equipment category, order type, cost center
Example budget structure:
- Category: Motors → Preventive (PM01) budget = 50,000 EUR
- Category: Motors → Breakdown (PM02) budget = 30,000 EUR (contingency)
- Total annual motor maintenance budget = 80,000 EUR
Tracking:
- AUFK-KOSTL → cost center commitment
- Monthly report (S_ALR_87013612 — Cost Center Actual vs. Budget) → compares maintenance spend vs. plan
11. ECC vs S/4HANA — PM Specific Differences
| Feature |
ECC 6.0 |
S/4HANA |
| Notification tables |
QMEL, QMIH, QMSM (separate) |
Simplified data model; same QMEL but CDS views (I_MaintenanceNotification) |
| Equipment table |
EQUI, EQUZ, EQAO (sparse) |
EQUI same, but ZN prefix views for S/4 (C_EquipmentActive) |
| Maintenance order status |
JEST (complex, multi-object) |
JEST same but MBC (Maintenance Business Config) replaces IMG |
| Fiori apps |
Limited (IW21, IW31 desktop) |
My Maintenance Notifications (fiori), My Work Orders (fiori), Equipment Health Dashboard (Analytics) |
| Mobile maintenance |
Mobile client (add-on) |
SAP Asset Manager (native iOS/Android) — real-time counter reads, photo capture |
| Preventive maintenance |
IP10 (batch scheduler) |
IP10N (HANA-optimized) + Predictive Maintenance (SAP Data Intelligence, PAI) integration |
| Reporting |
IW28, IW29 (ALV) |
IW28/IW29 same, BUT Analytics Cloud (SAC) dashboards + Predictive MTBF modeling |
| GR/IR for spare parts |
Standard MIGO 101/261 |
Same, but embedded eWM (optional storage location barcode scanning) |
| External services |
PO-based services in order |
Same, but integrated procurement (SAP Fieldglass if on Cloud) |
| Serial number |
Manual IE02 or GR barcode scan |
Automatic scanner integration (IoT) in Asset Manager |
| Integration to PM |
MES external interface (IDOC, RFC) |
Native REST API for counter pushes from MES / Predictive Maintenance Engine |
| User authorization |
PFCG (single-user role) |
SAP_BR_PLANT_MAINTENANCE role (Fiori-based) — simplified role model |
| Equipment history |
EQUZ log only |
Equipment history + Process intelligence (audit trail of all changes) |
12. 한국 현장 특이점 (Korean Manufacturing Context)
삼성/LG/현대 공장의 SAP PM 운영 특징
설비 가동률 (Equipment Availability) 관리
- 한국 제조 표준: 최소 95% 가용율 목표 (글로벌 85% vs)
- 목표 달성: 예방보전 비율 70%, 고장정비 비율 30% 이상
- SAP tracking: IW29 → "설비가동 중단 시간 분석" 월간 report (OEE 연계)
3교대 근무 환경에서의 설비 관리
- Maintenance team: 24시간 교대근무 (Day / Evening / Night shifts)
- Notification 입력: 실시간 (각 라인의 작업자 → QMS 담당자 → PM팀에 자동 통보)
- 야간 고장 처리: 긴급 외주(Emergency Vendor) 연동 (AUFK.AUART = ER01)
- 근무 시간 외 작업 (야간할증 30%): CO11N 확인 시 "야간작업" 활동코드로 구분
안전관리와 PM 법적 연계 (산업안전보건법 제23조)
- 설비점검 이력: 무조건 5년 보관 (SAP Archive에 IW28 스냅샷)
- 부정기 점검 기록: QMEL-AUFK 링크 완전성 검증 필수 (감시원 감사 대비)
- 위험설비 (크레인, 보일러, 압력용기): 고용노동부 특별감시 → PM과 QM 완전 통합
- 고장코드 SCHAD = "PRESSURE_RELIEF_FAIL" 발생 시 자동으로 QM 검사 오더(QM10) 생성
- AUFK → QAIN (inspection) → 외부검사기관 위탁 처리
MES ↔ SAP PM 실시간 연동
- MES (현대 DAPS, LG MES) → 설비 상태 센서 데이터 → 5분 간격 HTTP/SOAP 호출
- SAP BAPI:
BAPI_EQUI_SET_COUNTER → Equipment counter 자동 갱신
- Trigger: Counter >= Preventive Maintenance Threshold → IP10 자동 IP30 Yellow 상태 전환
- Example: Motor operating hours 10,000 threshold → MES 전송 → SAP 자동 "점검 예정" notification
외주 보전 관리 (Contract Maintenance with Vendors)
- 전문 정비업체 위탁: AUFK.AUART = PM10 + Purchase Order (ME21N) 연동
- 위탁사 작업 추적: Vendor EQUI-MFBF (equipment responsibility matrix) → 정기 외주사별 KPI 평가
- 비용: PO line → GR (MIGO 101 services) → IV (MIRO) → Cost analysis (KO88 settle to cost center)
설비별 소비자부품 (Consumable Parts) 자동 발주
- 고빈도 부품: 오일, 필터, 그리스, 밀폐제 등
- PM 예방점검 task list → 필요 부품 자동 생성 (AUFK → PR → PO auto-release)
- Example: IP01 "Monthly bearing maintenance" → Task List에 "10kg Lubricant XYZ" 지정
- → IP10 실행 시 자동으로 PR 생성 → 구매 부서 자동 승인 (workflow) → PO release
설비 성능 성과금(Incentive) 관리
- KPI 연계: MTBF ≥ 90 days → PM팀 보너스 10%, MTTR ≤ 4 hours → +5%
- 월간: IW29 OLAP → Equipment별 MTBF/MTTR 계산 → 급여 시스템(HR) 연동 (BAPI_PAYROLL_PROCESS)
설비 감가상각과의 연계 (Asset Management Integration)
- Equipment EQUI-MATNR → Asset Master (AA) 자동 링크 (S/4: AA → FIAA table)
- Maintenance cost tracking: AUFK 누적비용 / Asset net book value > 60% → 기업회계 기준 "경영상 결정" 입력
- Example: Motor 구입가 100,000 EUR, 누적 maintenance cost 63,000 EUR → 신규 구입 검토 요청
13. Standard Response Format
Follow sapstack Universal Rules:
Issue → Root Cause → Check (T-code + Table.Field) → Fix (Steps) → Prevention → SAP Note
Example: "Equipment shows MTBF 15 days — why so low?"
Issue: Motor MOTOR-001 has 8 failures in 4 months (MTBF = 15 days)
Root Cause Hypotheses:
- Wrong damage/cause codes → notifications clustered by operator error
- Operator misuse (overloading) → URSACHE = USER_ERROR
- Design defect or component batch issue → QMSM-SERGE links to defective serial lot
- Preventive maintenance never executed → check IP30 deadline monitoring
Check:
IE03 → MOTOR-001 → Equipment History tab (EQUZ)
IW24 → Filter EQUNR=MOTOR-001, date range 4 months
→ Count notifications (QMNUM)
→ Examine QMIH-URSACHE field (root cause codes)
IW28 → Report "Failure Frequency by Equipment & Cause"
→ Identify if URSACHE concentrated (indicates pattern)
IP30 → Search MOTOR-001
→ Check if any preventive tasks overdue (RED status)
Fix (if preventive maintenance overdue):
IP03 → display the assigned plan/item, active status, cycle, start, call horizon and completion requirement.
IP10 → compare the expected call sequence in DEV/QA; do not restart or save in production during diagnosis.
SM37 + IP30 → prove whether the deadline job/variant selected, generated, held, skipped, or errored the call.
- If no call exists, run the smallest approved
IP30 scope after QA simulation; keep generated call/object IDs.
- If a call exists, use
IW39/IW33 or IW29 to execute/reschedule that object instead of creating a duplicate.
- Recheck
MHIS call history and the next planned date; restore the prior variant/plan parameters on drift.
Fix (if root cause = design defect):
- Create RFC ticket with equipment vendor
- Escalate to engineering (via AUFK internal order for redesign project)
- Flag equipment in IE02 with equipment status "Restricted" (IFLOTA flag)
- Increase spare parts stock (MM41) until replacement arrives
Prevention:
- Establish PM02 order type cost tracking → identify underbudgeted equipment
- Monthly review: IW29 MTBF by equipment class → correlate with age/design
- Upgrade task lists (IA05) → add inspection interval reduction for high-MTBF items
- Training: operator notification accuracy (damage codes) via HR learning module
SAP Notes (if applicable):
- Check SAP Support Portal (OSS) for "equipment MTBF analysis" + equipment model
14. References
references/ko/quick-guide.md — Maintenance order creation workflow (fast path)
references/ko/SKILL-ko.md — Korean field language guide for PM terms
- SAP Help: SAP PM module documentation (https://help.sap.com/docs/SAP_S4HANA_CLOUD/plant_maintenance)
- Configuration: SPRO → Plant Maintenance (all customization)
- Table documentation: EQUI, IFLO, QMEL, AUFK, IP01 (F1 in SAP GUI)
1---2name: sap-pm3description: This skill handles SAP PM (Plant Maintenance / 설비보전) including Equipment Master (IE01/IE02/IE03), Functional Location (IL01/IL02/IL03), Maintenance Notifications (IW21/IW22/IW23), Maintenance Orders (IW31/IW32/IW33), Preventive Maintenance (IP01/IP10/IP30), Task Lists (IA01/IA05), Maintenance Planning, and Plant Maintenance Reporting (IW28/IW29/IW38/IW39). Use when user mentions PM, 설비보전, 설비관리, equipment, 설비, maintenance order, 보전오더, 고장, breakdown, 고장코드, preventive maintenance, 예방보전, functional location, 기능위치, MTBF, MTTR, 점검, 정비, serial number, 시리얼, refurbishment, 재생정비, maintenance planning, maintenance strategy, 정비전략, equipment history, 설비이력, preventive tasks, 예방점검.4---56## 1. Environment Intake Checklist78Before answering PM questions, collect:9- **SAP Release**: ECC 6.0 (which EhP?) or S/4HANA (which release year?)10- **Deployment model**: On-premise / RISE / Cloud Public Edition11- **PM Organization**: Planning Plant, Maintenance Plant, Maintenance Coordination Plant12- **Industry sector**: Manufacturing (automotive, chemicals, electronics), energy, pharma, food & beverage13- **Equipment strategy**: Single-level (equipment only) vs. two-level (equipment + functional locations)14- **Maintenance type focus**: Breakdown, preventive, predictive, contract, or combination?15- **Integration requirements**: MES, predictive maintenance (PAI), mobile (SAP Asset Manager), analytics1617---1819## 2. Equipment Master Data (IE01/IE02/IE03)2021### Equipment Creation (IE01)2223**Key T-codes & Menu Path**24- IE01: Create Equipment (SPRO → Plant Maintenance → Master Data → Equipment → Create)25- IE02: Change Equipment26- IE03: Display Equipment27- IE10: Create Fleet (for mass equipment with identical configuration)2829### Critical Fields (EQUI Table)3031| Field | Meaning | Mandatory | Notes |32|-------|---------|-----------|-------|33| EQUNR | Equipment number | Y | Unique 18-char ID; can be internal/external assigned |34| EQKTX | Equipment description | Y | 40 chars; recommend English + Korean |35| EQART | Equipment category | Y | PUMPE (pump), MOTOR (motor), KOMPR (compressor) etc. |36| MATNR | Material master | N | Links to inventory; if serial-tracked material, serializes equipment |37| SERGE | Serial number | N | Hardware serial from nameplate; used in warranty tracking |38| HEQUI | Higher-level equipment | N | Parent equipment (e.g. pump is part of production line) |39| ILOAN | Functional location | Y | Must exist in IFLO before assignment |40| MANDT | Company code | Y | Set at creation; cannot change |41| WERKS | Plant | Y | Maintenance-executing plant |42| KMFID | Manufacturer | N | Free-text; recommend SAP vendor master LIFNR |43| GEWICHT | Weight | N | For spare parts estimation |44| INBDT | Startup date | N | Important for MTBF calculation period |4546### Equipment Classification4748Table KLAH (classification header) + KLASP (assignment):49- Class type: EQUIPMENT, ZEQUIP (custom)50- Characteristics: Model, Manufacturer, Voltage, Capacity, Brand51- Used for: spare parts list filtering, maintenance strategy assignment, reporting5253### Serial Number Management5455- Equipment must link to material master (EQUI.MATNR)56- Material → Accounting 1 view → Valuation Class + Serial Number Profile (MMSL)57- Serial Number Profile (MMSL): defines when system forces serial entry during GR, GI, MIGO58- Equipment History (EQUZ): automatic log of changes (creation, equipment change, tag changes)5960### Equipment Deletion6162- Equipment cannot be deleted if it has maintenance history (QMEL, AUFK exist)63- Workaround: Flag EQUI-LOEKZ (deletion flag) = X → equipment hidden in selection, kept for history6465---6667## 3. Functional Location Master Data (IL01/IL02/IL03)6869**Hierarchical structure** — represents plant's physical/logical organization7071### Functional Location Creation (IL01)7273**Key T-codes**74- IL01: Create Functional Location (SPRO → Plant Maintenance → Master Data → Technical Objects → Functional Location)75- IL02: Change Functional Location76- IL03: Display Functional Location7778### Hierarchy Example (Two-Level Strategy)7980```81Production Line A (ZFUNCLOC-PRODLINE-A)82├─ Section 1 (ZFUNCLOC-PRODLINE-A-SEC1)83│ ├─ Equipment: Motor, Pump, Control Panel84└─ Section 2 (ZFUNCLOC-PRODLINE-A-SEC2)85 ├─ Equipment: Conveyor, Sensor86```8788### Critical Fields (IFLO + IFLOT Tables)8990| Field | Table | Meaning | Notes |91|-------|-------|---------|-------|92| TPLNR | IFLO | Functional location ID | 40-char hierarchical, e.g., PROD-001-002 |93| TXTMI | IFLOT | Description (multilingual) | Store in DE, EN, KO |94| FLTYP | IFLO | Functional location type | e.g., PUMPING_STATION, MOTOR_ROOM |95| GEWRK | IFLO | Responsible work center (PM team) | Links to CR01 work center |96| HFLOC | IFLO | Higher-level functional location | Parent node |97| STRNO | IFLO | Building/hall number | Organizational reference |98| MANDT | IFLO | Company code | Assigned at creation |99100### Account Assignment101102- Cost center (KOSTL): for cost tracking of maintenance labor + materials103- Internal order (AUFNR): for project-based maintenance (e.g., annual overhaul)104- Profit center: for P&L attribution105- WBS element: for capital project maintenance106107---108109## 4. Maintenance Notification (IW21/IW22/IW23)110111**Entry point for all maintenance requests** — whether breakdown or planned112113### Notification Types (QMNUM Table)114115| Notification Type | ID | Trigger | Example Use Case |116|-------------------|----|---------|----|117| Malfunction (고장) | M1 | Breakdown reported by operator | "Motor stopped working" |118| Maintenance request | M2 | Preventive or user-initiated task | "Annual pump inspection needed" |119| Activity report (업무보고) | M3 | Post-maintenance completion record | "Replaced bearings on motor" |120| Calibration notification | M4 | Instrument calibration schedule | "Pressure gauge needs recalibration" |121122### Key T-codes123124| T-code | Description |125|--------|-------------|126| IW21 | Create notification |127| IW22 | Change notification |128| IW23 | Display notification |129| IW24 | List of notifications (selection) |130| IW28 | Notification listing (reporting) |131| IW29 | Notification analysis (OLAP) |132133### Critical Fields (QMEL + QMIH Tables)134135| Field | Table | Meaning | Max Length |136|-------|-------|---------|-----------|137| QMNUM | QMEL | Notification number | 12 digits (internal/external assigned) |138| QMTXT | QMEL | Short description | 40 chars |139| LTXT | QMEL | Long text | 2500 chars (ALV memo) |140| EQUNR | QMEL | Equipment or... | 18 chars |141| TPLNR | QMEL | Functional location | 40 chars (either EQUNR or TPLNR required) |142| SCHAD | QMEL | Damage/fault code | 4 chars; must exist in custom table (e.g., ZMAINTCODES) |143| URSACHE | QMIH | Root cause code | 4 chars; ABAP table maintained via SPRO |144| AKTIVITAET | QMIH | Activity code (work type) | 4 chars; e.g., REPAIR, INSPECT, REPLACE |145| ANLDAT | QMEL | Notification creation date | Auto-filled |146| MERDAT | QMEL | Reported date/time | User-entered (when problem was discovered) |147| PRIO | QMEL | Priority (1=urgent, 4=low) | Links to SLA |148| ARBPL | QMEL | Assigned work center | CR01 resource pool |149| AUART | QMIH | Associated order type | e.g., PM01, PM02 (links to maintenance order) |150151### Damage Code & Root Cause Workflow152153**Damage codes (Schädigungen)** → categorize **what broke**154- Table maintained in: SPRO → Plant Maintenance → Notification → Configure Notification Type → Damage Codes155- Example: BEARING (Lagerschaden), SEAL (Dichtungsschaden), MOTOR_COIL (Motorwicklung)156157**Root cause codes** → categorize **why it broke**158- Maintained in: SPRO → Plant Maintenance → Notification → Configure Notification Type → Cause Codes159- Example: OVERLOAD (Überbelastung), POOR_MAINTENANCE (Schlechte Instandhaltung), DESIGN_DEFECT160161**Activity codes** → actions taken162- INSPECTION, REPAIR, REPLACEMENT, ADJUSTMENT, CALIBRATION163164### Notification Workflow165166```167IW21 (Create) → IW22 (Edit, assign to equipment/FL) 168→ Create Maintenance Order (IW31) or Assign Existing (IW81)169→ Complete Notification (IW21 → Status = COMPLETED)170→ Archive / History Report (IW28, IW29)171```172173---174175## 5. Maintenance Order (IW31/IW32/IW33)176177**Execution unit** — operationalizes a notification into scheduled work with costing178179### Order Types & Lifecycle180181| Order Type | Purpose | Settlement | Workflow |182|-----------|---------|-----------|----------|183| PM01 | Preventive maintenance | Cost center or internal order | Recurring |184| PM02 | Breakdown maintenance | Cost center or internal order | Ad-hoc |185| PM03 | Corrective action / temporary fix | Internal order | One-time |186| PM10 | Maintenance by vendor/contract | Purchase order line | Outsourced |187| ER01 | Emergency order (fast-track) | Cost center | Expedited release |188189### Lifecycle (Status Flow)190191```192CRTD (Created) → PLAN (Planning) → RELD (Released) 193→ TECO (Technically Complete) → CLSD (Closed)194```195196**Key transitions:**197- CRTD → RELD: IW32 (Change) → Release button (Authorization: PM.ORD.R)198- RELD → TECO: CO11N (confirmation) or manual in IW32199- TECO → CLSD: Settlement (KO88) → automatic CLSD after successful posting200201### Key T-codes202203| T-code | Description |204|--------|-------------|205| IW31 | Create maintenance order |206| IW32 | Change maintenance order |207| IW33 | Display maintenance order |208| IW38 | Maintenance order list (with statuses) |209| IW39 | Maintenance order analysis (OLAP) |210| COOIS | Production order info system (includes maintenance orders) |211212### Critical Fields (AUFK + AFKO + AFIH Tables)213214| Field | Table | Meaning | Key Link |215|-------|-------|---------|----------|216| AUFNR | AUFK | Maintenance order number | 12 digits |217| AUART | AUFK | Order type (PM01, PM02...) | Defines cost collection rules |218| EQUNR | AUFK | Equipment | Equipment master (EQUI) |219| TPLNR | AUFK | Functional location | FL master (IFLO) |220| QMNUM | AUFK | Notification reference | Notification (QMEL) |221| KOSTL | AUFK | Cost center (account assignment) | GL posting account |222| INAUFNR | AUFK | Internal order (account assignment) | Alternative to cost center |223| ERDAT | AUFK | Creation date | Audit trail |224| GSTDT | AUFK | Scheduled start date | Capacity planning |225| GETDT | AUFK | Scheduled end date | Capacity planning |226| FZDAT | AUFK | Actual start date | Filled by TECO or confirm |227| FZEND | AUFK | Actual end date | Filled by TECO or confirm |228| GGRTXT | AUFK | Order description | 40 chars |229| MGVST | AUFK | Total planned labor hours | Sum of operations (AFIH.LAH) |230| STATUS | JEST | Order status (via object key AUFK + status cat P) | Links to JEST table (status management) |231232### Operations & Component Planning233234**Operations (AFIH table)** — individual tasks within maintenance order235236| Field | Meaning | Type |237|-------|---------|------|238| LTEXT | Operation description | Text, e.g., "Replace pump seal" |239| LAH | Standard labor hours | Decimal, e.g., 4.5 |240| MGH | Standard machine hours | Used for resource capacity planning |241| ARBPL | Work center | CR01 resource (e.g., MAINT_TEAM_A) |242| LTXA | Operation long text | Detail work instructions |243244**Components (BOM link)** — spare parts required245246- AFIH → STPO (BOM item) → material + quantity247- Component status: Available / Withdrawn / On PO / Missing (CO24)248- Backflush: if enabled, components auto-issue at confirmation (MIGO 261 automatic)249250### Maintenance Labor & Costs251252**Labor hours collection (CO11N confirmation)**253- Actual labor time entered at operation level254- Overtime multipliers applied (customizable per order type)255256**Spare parts cost (MIGO)**257- GI from warehouse → MIGO 261 → charged to maintenance order258- Vendor-supplied parts → PO line → GR → invoice → cost posting259260**Overhead allocation (KO88)**261- Settlement rule: Actual cost + overhead (%) → Cost center or internal order262- Example: Order cost = 5,000 EUR → + 20% overhead = 6,000 EUR → posted to cost center263264### External Services (Subcontracting)265266- Maintenance order header → Services tab → Create purchase requisition (BANF)267- Service material type: automatically creates PR → RFQ → PO → GR → IV (MIRO)268- Typical service materials: OUTSOURCE_REPAIR, INSPECTION_LABOR269270---271272## 6. Preventive Maintenance (IP01/IP10/IP30)273274**Automated scheduling of recurring maintenance tasks**275276### Maintenance Plans (IP01/IP02)277278| T-code | Description |279|--------|-------------|280| IP01 | Create maintenance plan |281| IP02 | Change maintenance plan |282| IP03 | Display maintenance plan |283| IP10 | Call object scheduling (run planner) |284| IP30 | Deadline monitoring |285286### Plan Types287288| Plan Type | Trigger Condition | Interval |289|-----------|-------------------|----------|290| Time-based (Z1) | Calendar days | e.g., every 30 days, every 1 January |291| Counter-based (Z2) | Equipment counter (QMSREC) | e.g., every 10,000 operating hours |292| Multiple-counter (Z3) | Multiple counters (e.g., hours + days) | Whichever comes first |293| Performance-based (Z4) | Equipment performance KPI | e.g., when efficiency drops below 95% |294295### Maintenance Strategy (IP11)296297**Strategy = grouping of maintenance tasks** → optimize scheduling298299Example: **Monthly production line maintenance (STRAT_PRODLINE_M)**300- Task 1: Bearing lubrication (5 hours, cost center MAINT_OIL)301- Task 2: Filter replacement (3 hours, material M-FILTER-001, cost center MAINT_PARTS)302- Task 3: Inspection (4 hours, cost center MAINT_LABOR)303- Total plan: 12 labor hours, materials + labor cost per execution304305### Scheduling Strategy (IP11 → PLTYP / IPRFL Table)306307| Field | Meaning | Example |308|-------|---------|---------|309| BESCHREIBUNG | Strategy name | "MOTOR_BEARING_MAINTENANCE" |310| MPLNR | Maintenance plan number | "MPLAN-MOTOR-001" |311| IPRFL | Task list (group of tasks) | "TASKLIST-BEARING-005" |312| ISCHA | Scheduling parameter | e.g., "EVERY_30_DAYS" |313| LETWZ | Calendar rule | "MON" (Monday), "D" (daily) |314| MAINT_TYPE | Maintenance type | "PREVENTIVE", "PREDICTIVE" |315316### Task Lists for Maintenance (IA01/IA05)317318**Reusable checklists & instructions**319320| T-code | Description |321|--------|-------------|322| IA01 | Create task list (general) |323| IA05 | Create task list (maintenance) |324| IA06 | Maintain task list status |325326**Task list structure (PLKO + PLPO)**327- Header: task list ID, description, equipment/FL applicable328- Operations: step 10, 20, 30... each with work center + time + materials329330**Example: Pump Inspection Task List (TASKLIST-PUMP-INSPECT)**331```332Step 10: Visual inspection (0.5 hrs, work center: MAINT_VISUAL)333Step 20: Vibration check (1.0 hr, equipment: VIBRATION_METER)334Step 30: Temperature measurement (0.5 hrs, sensor: TEMP_PROBE_001)335Step 40: Oil sampling (0.25 hrs, material: OIL_SAMPLE_BOTTLE)336Step 50: Report findings (0.5 hrs, work center: MAINT_ADMIN)337Total: 2.75 hours338```339340---341342## 7. Maintenance Scheduling (IP10 / IP30)343344### IP10 — Call Object Scheduling345346**Generates notifications/orders** based on maintenance plans347348- Input: maintenance plans (IP01) + current equipment state349- Output: QMEL (notifications) or AUFK (orders) for upcoming maintenance350- Run frequency: typically nightly batch (transaction SM36)351352### IP30 — Deadline Monitoring353354**Processes due maintenance-plan calls within the selected scheduling interval**355356| Status | Meaning |357|--------|---------|358| Green | On schedule |359| Yellow | Within lead time (e.g., due within 5 days) |360| Red | Overdue |361362**Usage:**363- Filter by the approved maintenance-plan/planning-plant scope and scheduling interval364- Review generated, skipped, held, and errored calls; the configured call-object type determines whether365 the plan generates an order or notification366- Do not create a separate manual `IW31` order merely because a line appears overdue367368### 7.1 Preventive Maintenance Overdue — Evidence Loop369370#### Mandatory diagnostic order371372When evidence is missing, the leading provisional cause is **the plan was not scheduled, or the periodic373deadline-monitoring job/variant did not select and process it**, so no due call object was generated.374Ask for environment context, but provide this read-only path in the same answer:375376```text377IP03 active plan/item + cycle/start/call horizon378 → IP10 scheduling overview and call status (no production save)379 → SM37 IP30 job/variant/status380 → IP30 selected/generated/skipped messages381 → MHIS call382 → IW39/IW33 order OR IW29 notification execution status383```384385Falsify the leading cause only when `MHIS` contains the expected planned call and its linked order or386notification exists, while `SM37` also proves the appropriate `IP30` job/variant completed and included the387plan scope. Then reclassify the incident as **execution overdue**, not scheduling overdue.388389Minimum evidence bundle: release/deployment, plan/item/technical object, plan type, expected due date,390last normal call, `IP03` scheduling parameters/status, `IP10` call status, `SM37` job/variant/timestamps,391`IP30` messages, `MHIS` call number, and linked `IW39` order or `IW29` notification status.392393#### Intake and business-state split394395Collect release/deployment/industry, user-provided maintenance plan/item and technical object, plan type,396factory calendar/timezone, expected due date, last normal call, last `IP30` run, and call-object category.397Classify the symptom before changing anything:3983991. **Scheduling overdue** — due call was never created.4002. **Execution overdue** — call/order exists but work is not completed.4013. **Display-only discrepancy** — dates differ because of call horizon, tolerance, shift, calendar, or timezone.4024. **Counter-plan discrepancy** — measured usage is missing, stale, reset, or not yet at the threshold.403404#### Read-only evidence chain405406| Step | T-code + menu path | Evidence |407|---|---|---|408| Plan | `IP03` — Logistics > Plant Maintenance > Preventive Maintenance > Maintenance Planning > Maintenance Plans > Display | active item, cycle, start, call horizon, scheduling period, completion requirement, shift/tolerance |409| Schedule | `IP10` — Logistics > Plant Maintenance > Preventive Maintenance > Maintenance Planning > Scheduling > Schedule Maintenance Plan | scheduling overview only; do not save in production during diagnosis |410| Deadline run | `IP30` — Logistics > Plant Maintenance > Preventive Maintenance > Maintenance Planning > Scheduling > Deadline Monitoring | selection, interval, run timestamp, generated/skipped calls and messages |411| Background job | `SM37` — Tools > CCMS > Background Processing > Jobs > Overview | deadline job, variant, start/end, status and job log |412| Orders | `IW39` — Logistics > Plant Maintenance > Maintenance Processing > Order > List Editing > Display | linked open/completed orders and due dates |413| One order | `IW33` — Logistics > Plant Maintenance > Maintenance Processing > Order > Display | basic dates, technical object, system/user status |414| Notifications | `IW29` — Logistics > Plant Maintenance > Maintenance Processing > Notification > List Editing > Display | call-generated notification and completion state |415| Counter docs | `IW65` — Logistics > Plant Maintenance > Maintenance Processing > Completion Confirmation > Measurement Documents > List | latest reading, recording time, counter difference |416417Read-only tables/fields: `MPLA-WARPL`, `MPOS-WARPL/WAPOS/EQUNR/TPLNR`,418`MHIS-WARPL/ABNUM`, `AUFK-AUFNR/OBJNR`, `AFIH-AUFNR/EQUNR/TPLNR`,419`JEST-OBJNR/STAT/INACT`. Never update these with `SE16N`.420421#### Hypotheses and falsifiers422423**H1 — `IP30` did not process the plan.**424425- Supports: no new `MHIS` call after the expected date; plan excluded by variant or run failed.426- Falsifier 1: successful run log proves the plan/item was selected at that timestamp.427- Falsifier 2: the expected call already exists in `MHIS` and has a linked order/notification.428429**H1a — the plan was created but never initially scheduled, or scheduling was not saved.**430431- Supports: `IP03` plan exists but `IP10` has no established scheduling history/future call sequence.432- Falsifier 1: `IP10/MHIS` shows a valid scheduled call sequence around the expected date.433- Falsifier 2: adjacent calls were generated by the same schedule without a restart or start-date change.434435**H2 — scheduling parameters intentionally defer or hold the call.**436437- Supports: due date is outside call horizon, completion requirement holds the next call, or calendar shifts it.438- Falsifier 1: `IP03` calculates the call inside horizon with no incomplete predecessor.439- Falsifier 2: unchanged parameters create the expected call in a representative QA preview.440441**H3 — counter input is stale or wrong.**442443- Supports: latest `IW65` reading predates current operating evidence or contains reset/replacement discontinuity.444- Falsifier 1: the plan is time-based and has no counter dependency.445- Falsifier 2: current reading plus annual estimate shows the threshold is not yet reached.446447**H4 — scheduling succeeded; execution is overdue.**448449- Supports: call and order exist; `IW33` shows released/partially confirmed status after the planned date.450- Falsifier 1: there is no linked call object or order.451- Falsifier 2: the order was technically completed before the deadline and completion requirement was met.452453**H5 — plan item or technical object is inactive/invalid.**454455- Supports: plan/item lock, deletion flag, invalid equipment assignment, task-list/work-center validity gap.456- Falsifier 1: every object is active and valid on the scheduling date.457- Falsifier 2: the same unchanged item produced adjacent calls normally.458459#### Safe fixes and rollback460461- Variant/job: correct in DEV/QA, run a non-creating/test selection when supported, compare selected/generated462 counts, then let the authorized scheduling owner promote. Roll back to the captured variant and cadence.463- Plan parameters: capture current values and future calls, change with `IP02` under master-data change control,464 compare `IP10` before/after in QA, and approve only the intended date shift. Restore captured values if dates drift.465- Initial scheduling: validate start/cycle/horizon in DEV/QA, then schedule only the approved plan. Never use466 restart/start-date reset casually; capture the full before/after future call list and a restore point.467- Counter: post only evidence-backed measurement through the standard measurement process. Never invent a468 reading to make a call due; reverse/correct under metrology audit rules if the reading is wrong.469- Execution backlog: dispatch, execute, or approved-reschedule the existing order. Never mark unperformed work470 complete or backdate confirmation merely to remove overdue status.471- Do not create a manual `IW31` order until call history proves no call object exists. A duplicate unlinked order472 does not repair plan scheduling and can distort completion requirement, cost, compliance, and overdue KPI.473- Customizing: use TR, integrated QA, and rollback transport. Maintenance-plan master data follows governed474 master-data change history even where it is not transported.475476If an erroneous production run creates calls/orders, stop the batch, record call/order IDs and dependencies,477then use supported cancellation/status processing with planner, safety, production, and CO approval. Do not478delete `MHIS/AUFK` rows.479480#### Simulation and re-verification481482Use a representative DEV/QA copy. Validate `IP03` parameters → `IP10` scheduling preview → `IP30`483test/small-scope execution → `SM37` job evidence → `MHIS` call → `IW39/IW33` order or `IW29`484notification. Compare expected and actual plan/item,485call number, planned date, call object, and status. Start production with one plan or the smallest approved486selection before returning to the normal batch scope.487488#### ECC, S/4HANA, Public Cloud489490| Surface | ECC | S/4HANA OP/Private | Public Cloud |491|---|---|---|---|492| Scheduling | Classic `IP03/IP10/IP30` | Classic and release-specific Fiori apps may coexist | Released maintenance-plan/scheduling apps only |493| Evidence | `MPLA/MPOS/MHIS`, order/status tables | Same core evidence plus released CDS/API for extensions | App status and released API/CDS; no direct table assumption |494| Automation | Background deadline monitoring | Background/application jobs by release | Application job templates and business roles |495496Always name the user's release-specific app. Do not present `IP10N` or a Fiori app as universally available.497498### Counter Readings (QMSREC Table)499500**Equipment counters** — track usage-based maintenance triggers501502| Counter Type | Example | Unit |503|--------------|---------|------|504| Operating hours | Production line hours | Hours |505| Cycles | Number of production runs | Cycles |506| Distance | Vehicle mileage (for mobile equipment) | km |507| Quantity | Material processed (e.g., tons in cement plant) | Units |508509**Recording counter reads:**510- QM04: Single equipment counter read511- QM05: Multiple counters (batch entry)512- Readings feed into IP10 scheduling → if counter >= threshold, create notification513514---515516## 8. Breakdown Maintenance & MTBF/MTTR517518### Breakdown Notification Entry (IW21)519520**Operator or manager reports failure:**5215221. IW21 → Equipment/FL + Damage code + Priority5232. System creates notification (e.g., NOTIF-2024-001234)5243. Assign to maintenance team (ARBPL — work center)5254. Create order (IW31 with order type PM02)5265. Release order (RELD status) → work begins5276. Confirm completion (CO11N) → TECO5287. Settle order (KO88) → cost posted529530### Malfunction Start/End Time (QMEL / QMIH)531532| Field | Table | Meaning | Impact on KPI |533|-------|-------|---------|---|534| MERDAT | QMEL | Time failure reported | Start of downtime clock |535| BEGDA | QMIH | Planned start of repair | Used in SLA tracking |536| FZDAT | AUFK | Actual repair start | Marks crew dispatch time |537| FZEND | AUFK | Actual repair end | End of downtime |538539**Downtime calculation:**540- Total Downtime = FZEND - MERDAT541- Repair Time (MTTR) = FZEND - FZDAT542- Waiting Time = FZDAT - MERDAT (can indicate logistics delay)543544### MTBF (Mean Time Between Failures) Calculation545546**Formula:** Total Equipment Uptime / Number of Failures547548**Uptime period:** INBDT (startup date) to current date or end date549550**Failure count:** Sum of notifications with SCHAD = malfunction codes551552**SAP tracking:**553- EQUI-INBDT: equipment startup date554- QMEL count by equipment (table function: SELECT COUNT(*) FROM QMEL WHERE EQUNR = 'PUMP-001')555- MTBF = (days_operating) / (failure_count)556557Example:558- Equipment MOTOR-001 startup: 2022-01-01559- As of 2024-04-12: 861 days operating560- Malfunction notifications: 12 failures561- MTBF = 861 days / 12 = 71.75 days average between failures562563### MTTR (Mean Time To Repair) Calculation564565**Formula:** Total Repair Time / Number of Repairs566567**Repair time sourced:**568- AUFK.FZEND - AUFK.FZDAT (actual hours spent on repair)569- Includes: labor hours (CO11N) + external service time (if PO-based)570571**SAP tracking:**572- Table AUFK: all PM02 (breakdown) orders573- Filter: EQUNR = equipment + ORDER_TYPE = PM02574- Calculate: SUM(FZEND - FZDAT) / COUNT(*) = MTTR575576Example:577- Motor MOTOR-001: 8 breakdowns over 12 months578- Total actual repair hours logged: 44 hours579- MTTR = 44 / 8 = 5.5 hours per breakdown580581### KPI Reporting (IW28/IW29)582583**IW28 — Notification Listing**584- Standard SAP query: All notifications with filters (date range, equipment, status)585- Output: Excel-friendly listing with damage code, priority, creation date, completion date586587**IW29 — Notification Analysis (OLAP)**588- Multidimensional analysis: Equipment × Damage Code × Month589- Drilldown: which equipment/codes are failure-prone590- Used to drive preventive maintenance plan decisions591592---593594## 9. Refurbishment & Serial Number Management595596### Equipment Refurbishment (Instandsetzung)597598**Complete overhaul of equipment** — treated as major maintenance project599600**Order type:** PM03 or special project order601602**Process:**6031. Create maintenance order (IW31, order type PM03)6042. Assign refurbishment checklist (task list IA05)6053. GI all old/faulty parts (MIGO 261)6064. GR refurbished components (MIGO 101)6075. Update equipment master with new serial numbers if components replaced (IE02)6086. Confirmation (CO11N) → record actual hours + components replaced6097. Settlement (KO88) → post refurb cost to internal order or asset610611### Serial Number Management (SERGE / EQUI-SERGE)612613**Link between equipment and material master (MATNR)**614615#### Setup in Material Master (MM01)616617- Org level: Plant618- Accounting view: Valuation class + Serial Number Profile (MMSL field)619- Serial Number Profile (MMSL):620 - Determines if serial numbers are **required** (batch posting) or **optional** (normal)621 - e.g., MMSL = "001" → Serial number required for all GR/GI of this material622623#### Recording Serial Number in Equipment (IE01/IE02)624625**Field:** EQUI-SERGE (equipment serial number)626- Max 30 chars627- Validated against material's serial number profile628- Used in: warranty tracking, spare parts traceability, recall management629630#### Serial Number Change History (EQUZ)631632**Automatic log in EQUZ table**633- Timestamp, user ID, old serial → new serial634- Useful for: component replacement audits, warranty period recalculation635636Example: **Motor Refurbishment Event**637- Equipment MOTOR-001, Original Serial: "MOT-12345-ABC"638- Refurb replaces motor, New Serial: "MOT-67890-XYZ"639- EQUZ records: Date, User, Field=SERGE, Old=MOT-12345-ABC, New=MOT-67890-XYZ640- Warranty restart: if refurb qualifies, set INBDT to refurb completion date641642---643644## 10. PM-CO Integration & Cost Collection645646### Settlement (KO88)647648**Posts maintenance costs from AUFK to receiver** (cost center or internal order)649650**Key T-codes:**651- KO88: Settle individual order652- KO8G: Settle multiple orders (batch)653- KO8K: Maintain settlement rule (assignment of order type → receiver type)654655### Settlement Rule Setup (SPRO → Controlling → Orders → Settled Costs)656657| Rule ID | From (Order Type) | To (Receiver) | Cost Element |658|---------|---|---|---|659| RULE-PM01 | PM01 (preventive) | Cost center + 400100 (PM labor) | 400100 |660| RULE-PM02 | PM02 (breakdown) | Cost center + 400200 (Repair) | 400200 |661| RULE-PM03 | PM03 (refurb) | Internal order + project code | 400300 |662663### Variance Calculation (KO88 — Simulate before Actual)664665**Variance categories:**6661. **Input price variance** (ABV): Material cost differences (actual price ≠ standard price)6672. **Input quantity variance** (AMV): More/fewer materials used6683. **Overhead variance** (SCRAP): Overhead surcharge % deviation6694. **Remaining input** (RESTINPUT): Unconfirmed costs still open670671**Best practice:**672- Always run KO88 with "Simulate" first (F8 or simulation button)673- Review variance report → approve variances if acceptable674- Run actual settlement separately → creates FI documents (Controlling: 1200 Maintenance Costs)675676### Cost Planning (KALKULATIONSSCHEMA)677678**Annual maintenance budget planning** — by equipment category, order type, cost center679680Example budget structure:681- Category: Motors → Preventive (PM01) budget = 50,000 EUR682- Category: Motors → Breakdown (PM02) budget = 30,000 EUR (contingency)683- Total annual motor maintenance budget = 80,000 EUR684685**Tracking:**686- AUFK-KOSTL → cost center commitment687- Monthly report (S_ALR_87013612 — Cost Center Actual vs. Budget) → compares maintenance spend vs. plan688689---690691## 11. ECC vs S/4HANA — PM Specific Differences692693| Feature | ECC 6.0 | S/4HANA |694|---------|---------|---------|695| **Notification tables** | QMEL, QMIH, QMSM (separate) | Simplified data model; same QMEL but CDS views (I_MaintenanceNotification) |696| **Equipment table** | EQUI, EQUZ, EQAO (sparse) | EQUI same, but ZN prefix views for S/4 (C_EquipmentActive) |697| **Maintenance order status** | JEST (complex, multi-object) | JEST same but MBC (Maintenance Business Config) replaces IMG |698| **Fiori apps** | Limited (IW21, IW31 desktop) | **My Maintenance Notifications** (fiori), **My Work Orders** (fiori), **Equipment Health Dashboard** (Analytics) |699| **Mobile maintenance** | Mobile client (add-on) | **SAP Asset Manager** (native iOS/Android) — real-time counter reads, photo capture |700| **Preventive maintenance** | IP10 (batch scheduler) | IP10N (HANA-optimized) + **Predictive Maintenance (SAP Data Intelligence, PAI)** integration |701| **Reporting** | IW28, IW29 (ALV) | IW28/IW29 same, BUT **Analytics Cloud (SAC)** dashboards + Predictive MTBF modeling |702| **GR/IR for spare parts** | Standard MIGO 101/261 | Same, but embedded eWM (optional storage location barcode scanning) |703| **External services** | PO-based services in order | Same, but integrated procurement (SAP Fieldglass if on Cloud) |704| **Serial number** | Manual IE02 or GR barcode scan | Automatic scanner integration (IoT) in Asset Manager |705| **Integration to PM** | MES external interface (IDOC, RFC) | Native REST API for counter pushes from MES / Predictive Maintenance Engine |706| **User authorization** | PFCG (single-user role) | SAP_BR_PLANT_MAINTENANCE role (Fiori-based) — simplified role model |707| **Equipment history** | EQUZ log only | Equipment history + **Process intelligence** (audit trail of all changes) |708709---710711## 12. 한국 현장 특이점 (Korean Manufacturing Context)712713### 삼성/LG/현대 공장의 SAP PM 운영 특징714715**설비 가동률 (Equipment Availability) 관리**716- 한국 제조 표준: 최소 95% 가용율 목표 (글로벌 85% vs)717- 목표 달성: 예방보전 비율 70%, 고장정비 비율 30% 이상718- SAP tracking: IW29 → "설비가동 중단 시간 분석" 월간 report (OEE 연계)719720**3교대 근무 환경에서의 설비 관리**721- Maintenance team: 24시간 교대근무 (Day / Evening / Night shifts)722- Notification 입력: 실시간 (각 라인의 작업자 → QMS 담당자 → PM팀에 자동 통보)723- 야간 고장 처리: 긴급 외주(Emergency Vendor) 연동 (AUFK.AUART = ER01)724- 근무 시간 외 작업 (야간할증 30%): CO11N 확인 시 "야간작업" 활동코드로 구분725726**안전관리와 PM 법적 연계 (산업안전보건법 제23조)**727- 설비점검 이력: **무조건 5년 보관** (SAP Archive에 IW28 스냅샷)728- 부정기 점검 기록: QMEL-AUFK 링크 완전성 검증 필수 (감시원 감사 대비)729- 위험설비 (크레인, 보일러, 압력용기): 고용노동부 특별감시 → PM과 QM 완전 통합730 - 고장코드 SCHAD = "PRESSURE_RELIEF_FAIL" 발생 시 자동으로 QM 검사 오더(QM10) 생성731 - AUFK → QAIN (inspection) → 외부검사기관 위탁 처리732733**MES ↔ SAP PM 실시간 연동**734- MES (현대 DAPS, LG MES) → 설비 상태 센서 데이터 → 5분 간격 HTTP/SOAP 호출735- SAP BAPI: `BAPI_EQUI_SET_COUNTER` → Equipment counter 자동 갱신736- Trigger: Counter >= Preventive Maintenance Threshold → IP10 자동 IP30 Yellow 상태 전환737- Example: Motor operating hours 10,000 threshold → MES 전송 → SAP 자동 "점검 예정" notification738739**외주 보전 관리 (Contract Maintenance with Vendors)**740- 전문 정비업체 위탁: AUFK.AUART = PM10 + Purchase Order (ME21N) 연동741- 위탁사 작업 추적: Vendor EQUI-MFBF (equipment responsibility matrix) → 정기 외주사별 KPI 평가742- 비용: PO line → GR (MIGO 101 services) → IV (MIRO) → Cost analysis (KO88 settle to cost center)743744**설비별 소비자부품 (Consumable Parts) 자동 발주**745- 고빈도 부품: 오일, 필터, 그리스, 밀폐제 등746- PM 예방점검 task list → 필요 부품 자동 생성 (AUFK → PR → PO auto-release)747- Example: IP01 "Monthly bearing maintenance" → Task List에 "10kg Lubricant XYZ" 지정748- → IP10 실행 시 자동으로 PR 생성 → 구매 부서 자동 승인 (workflow) → PO release749750**설비 성능 성과금(Incentive) 관리**751- KPI 연계: MTBF ≥ 90 days → PM팀 보너스 10%, MTTR ≤ 4 hours → +5%752- 월간: IW29 OLAP → Equipment별 MTBF/MTTR 계산 → 급여 시스템(HR) 연동 (BAPI_PAYROLL_PROCESS)753754**설비 감가상각과의 연계 (Asset Management Integration)**755- Equipment EQUI-MATNR → Asset Master (AA) 자동 링크 (S/4: AA → FIAA table)756- Maintenance cost tracking: AUFK 누적비용 / Asset net book value > 60% → 기업회계 기준 "경영상 결정" 입력757- Example: Motor 구입가 100,000 EUR, 누적 maintenance cost 63,000 EUR → 신규 구입 검토 요청758759---760761## 13. Standard Response Format762763Follow sapstack Universal Rules:764765**Issue** → **Root Cause** → **Check (T-code + Table.Field)** → **Fix (Steps)** → **Prevention** → **SAP Note**766767### Example: "Equipment shows MTBF 15 days — why so low?"768769**Issue:** Motor MOTOR-001 has 8 failures in 4 months (MTBF = 15 days)770771**Root Cause Hypotheses:**7721. Wrong damage/cause codes → notifications clustered by operator error7732. Operator misuse (overloading) → URSACHE = USER_ERROR7743. Design defect or component batch issue → QMSM-SERGE links to defective serial lot7754. Preventive maintenance never executed → check IP30 deadline monitoring776777**Check:**778```779IE03 → MOTOR-001 → Equipment History tab (EQUZ)780IW24 → Filter EQUNR=MOTOR-001, date range 4 months781 → Count notifications (QMNUM)782 → Examine QMIH-URSACHE field (root cause codes)783IW28 → Report "Failure Frequency by Equipment & Cause"784 → Identify if URSACHE concentrated (indicates pattern)785IP30 → Search MOTOR-001786 → Check if any preventive tasks overdue (RED status)787```788789**Fix (if preventive maintenance overdue):**7901. `IP03` → display the assigned plan/item, active status, cycle, start, call horizon and completion requirement.7912. `IP10` → compare the expected call sequence in DEV/QA; do not restart or save in production during diagnosis.7923. `SM37` + `IP30` → prove whether the deadline job/variant selected, generated, held, skipped, or errored the call.7934. If no call exists, run the smallest approved `IP30` scope after QA simulation; keep generated call/object IDs.7945. If a call exists, use `IW39/IW33` or `IW29` to execute/reschedule that object instead of creating a duplicate.7956. Recheck `MHIS` call history and the next planned date; restore the prior variant/plan parameters on drift.796797**Fix (if root cause = design defect):**7981. Create RFC ticket with equipment vendor7992. Escalate to engineering (via AUFK internal order for redesign project)8003. Flag equipment in IE02 with equipment status "Restricted" (IFLOTA flag)8014. Increase spare parts stock (MM41) until replacement arrives802803**Prevention:**804- Establish PM02 order type cost tracking → identify underbudgeted equipment805- Monthly review: IW29 MTBF by equipment class → correlate with age/design806- Upgrade task lists (IA05) → add inspection interval reduction for high-MTBF items807- Training: operator notification accuracy (damage codes) via HR learning module808809**SAP Notes (if applicable):**810- Check SAP Support Portal (OSS) for "equipment MTBF analysis" + equipment model811812---813814## 14. References815816- `references/ko/quick-guide.md` — Maintenance order creation workflow (fast path)817- `references/ko/SKILL-ko.md` — Korean field language guide for PM terms818- SAP Help: SAP PM module documentation (https://help.sap.com/docs/SAP_S4HANA_CLOUD/plant_maintenance)819- Configuration: SPRO → Plant Maintenance (all customization)820- Table documentation: EQUI, IFLO, QMEL, AUFK, IP01 (F1 in SAP GUI)