RITPS070 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for MTTR/MTBR Functional Location Using this report, you can evaluate the key figures, mean time to repair (MTTR) and Mean time between repair (MTBR), for functional locations...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RITPS070 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MCJC - FunctLoc: Mean Time Between Repair
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: OSTRNO = Functional Location
Title: PMIS: MTTR/MTBR - Functional Location
Text Symbol: 101 = Value
Text Symbol: 100 = Description
Text Symbol: 090 = H
Text Symbol: 084 = of first notification. Downtime duration of notification not taken into account.
Text Symbol: 082 = Start-up date has an initial value of zero or is larger than malfunction start date
Text Symbol: 074 = Update info structure S070
Text Symbol: 072 = updated
Text Symbol: 070 = Info structure f.FL :
Text Symbol: 066 = Downtime (H)
Text Symbol: 058 = Mean Time To Repair in Month
Text Symbol: 056 = Total length of downtime in month
Text Symbol: 054 = Mean time between repairs
Text Symbol: 052 = No. of actual breakdowns
Text Symbol: 050 = Time between repairs
Text Symbol: 048 = No. of breakdowns reported in month
Text Symbol: 046 = Last malfunction start in month
Text Symbol: 044 = First malfunction start in month
Text Symbol: 042 = Monthly stats. :
Text Symbol: 038 = Start-Up Date
Text Symbol: 032 = MTBR (H)
Text Symbol: 030 = MTTR (H)
Text Symbol: 028 = Downtime (H)
Text Symbol: 026 = Breakdowns
Text Symbol: 024 = Period
Text Symbol: 022 = Functional Location
Text Symbol: 020 = Equipment
Text Symbol: 016 = Mean Time Between Repairs (H)
Text Symbol: 014 = Time Between Repairs (H)
Text Symbol: 012 = Mean Time To Repair (H)
INCLUDE IEQTPS070ALV.
No SAP DATABASE tables are accessed within this REPORT code!
IREP1_LOCATION_CONVERSION CALL FUNCTION 'IREP1_LOCATION_CONVERSION' TABLES i_strno_tab = ostrno[] e_tplnr_tab = otplnr[].
FUNC_LOCATION_READ CALL FUNCTION 'FUNC_LOCATION_READ' EXPORTING spras = sy-langu tplnr = i_tplnr IMPORTING pltxt = e_pltxt iflo_wa = iflo.
CLFM_GET_STANDARD_CLASS CALL FUNCTION 'CLFM_GET_STANDARD_CLASS' EXPORTING object = l_object table = c_iflot IMPORTING class = l_class e_no_std_class = l_no_stdclass EXCEPTIONS no_classification = 1 OTHERS = 2.
MCI1_S070_UPDATE CALL FUNCTION 'MCI1_S070_UPDATE' EXPORTING i_vrsio = c_vrsio_act i_s070 = lt_s070 so_tplnr = lt_so_tplnr.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = ltext textline2 = text-072 titel = text-074 IMPORTING answer = e_answer.
PM_OBJECT_MTBR CALL FUNCTION 'PM_OBJECT_MTBR' EXPORTING i_obknz = mcit_c_obknz_iflo so_equnr = lt_so_equnr so_tplnr = lt_so_tplnr IMPORTING et_startup_iflo = lt_startup_iflo et_brkdwn_rep = lt_brkdwn_rep et_brkdwn_eff = lt_brkdwn_eff et_result = lt_result et_mciqmadd = lt_mciqmadd.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RITPS070 - PMIS: MTTR/MTBR - Functional Location RITPS070 - PMIS: MTTR/MTBR - Functional Location RITPMUS_START - Direct Start User Settings for PM RITPMUS_START - Direct Start User Settings for PM RITPM2US - Conversion of Relevant Data Records from TPMP to TPMUS RITPM2US - Conversion of Relevant Data Records from TPMP to TPMUS