Objective of the application
The detail of work order, which is loaded from PM order attribute master data. It also use to look up during update CALL data flow.
Main infoprovider
MVPMOR01 = PM: Order Detailed Data (Up to Date)
MVPMOR02 = PM: Order Detailed Data (SnapShot) - DSO level
MVPMOR04 = PM: Order Agregated Data (SnapShot)
Dataflow overview
Infosource from DBPMOR01/2 to DBPMOR03/4
IB_PMOR_01/2 C_CLOSDAY = Blank
IB_PMOR_03/4 C_EXEFLG = X, C_EXEFLGD = last week
Functional and Technical rules on Workbench + Reporting
C_EXEFLG
Determine at DBPMOR02 -> ODSO DBPMOR02 end routine
call method oref_mecano_utils->calculate_kpi_2_11
If there is a TECO date, it compares the required end date and reference date.
Reference date less than or equal to required end date?
Yes = order is executed before the required date ,
NO = order is not executed before the required date
If there is no TECO date, it compares the required end date and execution date.
Execution date less than or equal to required end date?
Yes = order is executed before the required date ,
No = order is not executed before the required date
Definition of the key figures
Key Figure | Key Figure Description | Exe Flag | Expected Exe flag | Req End date | Maintenance Plan | INPR Flag snapshot | |
KF | C_EXEFLG | C_EXPFLG | C_REQEND | C_MPLAN | C_CLOSFLG | ||
BW_RKF_MVPMOR02_0001 | Number of orders in progress | K_COUNTER | X | ||||
BW_RKF_MVPMOR02_0002 | Number of orders executed | K_COUNTER | X | # | |||
BW_RKF_MVPMOR02_0003 | Number of orders executed before required date | K_COUNTER | X | X | <> # | # | |
BW_RKF_MVPMOR02_0004 | Number of orders executed (without a required end date) | K_COUNTER | X | # | # | ||
BW_RKF_MVPMOR02_0005 | Number of orders executed (with a required end date) | K_COUNTER | X | <> # | # |
