SAP Reports / Programs | Plant Maintenance | Technical Objects | Equipment(PM-EQM-EQ) SAP PM

RIIFEQ00 SAP ABAP Report - Equipment Usage Periods by FunctLocation







RIIFEQ00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RIIFEQ00 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RIIFEQ00. "Basic submit
SUBMIT RIIFEQ00 AND RETURN. "Return to original report after report execution complete
SUBMIT RIIFEQ00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: DATUMBI =
Selection Text: DATUMAB =
Title: Equipment Usage Periods by FunctLocation
Text Symbol: 025 = other hierarchy levels
Text Symbol: 024 = hierarchy level 5
Text Symbol: 023 = hierarchy level 4
Text Symbol: 022 = hierarchy level 3
Text Symbol: 021 = hierarchy level 2
Text Symbol: 020 = hierarchy level 1
Text Symbol: 019 = Hierarchical relationships
Text Symbol: 018 = Equip. short text
Text Symbol: 017 = Equipment number
Text Symbol: 016 = Line description
Text Symbol: 015 = Graphic f. EquipUsagePeriods by FunctLocation
Text Symbol: 014 = Prev. FunctLoc.
Text Symbol: 013 = Next FunctLoc.
Text Symbol: 012 = no hierarchy
Text Symbol: 011 = *** End of List ***
Text Symbol: 010 = Equipment installed at functional locations
Text Symbol: 009 = Description of functional location
Text Symbol: 008 = FunctLocation
Text Symbol: 007 = Equipment
Text Symbol: 005 = Equipment description
Text Symbol: 004 = to
Text Symbol: 003 = frm
Text Symbol: 002 = Usage periods
Text Symbol: 001 = Period


INCLUDES used within this REPORT RIIFEQ00

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

MASTER_DATA_EQUI CALL FUNCTION 'MASTER_DATA_EQUI' EXPORTING datenfeld = position fieldvalue1 = feldinhalt1 fieldvalue2 = feldinhalt2 fieldvalue3 = feldinhalt3.

GRAPH_GANTT CALL FUNCTION 'GRAPH_GANTT'
EXPORTING * Breite des Darstellungsbereichs fuer die Zeitbloecke glength = 80 * Ueberschrift fuer Legende legend = text-019 * Anzeigen und Auswaehlen modif = 'PICK' * Elementtexte nicht anzeigen notxt = 'X' * Sicherheitsabfrage bei Beenden an no_ex_popup = space * interne Sortierung unterdruecken no_sort = 'X' * Art des Aufrufes der Grafik stat = stat * Breite des Item-Bereichs tlength = 41 * Beginn des Scrollbereichs tmbeg = tmbeg * Ende des Scrollbereichs tmend = tmend * Sicht zu Beginn tmview = tmview * Ueberschrift der Item-Bereichs ttext = itemtxt * Diagrammtitel ttitle = headline * Einheit der Zeitachse tunit = tunit * Fenstertitel wheader = text-015
IMPORTING * Rueckmeldung des CUA-Status cua_id = cua_id * Rueckmeldung des Message-Typs g_typ = g_typ * allgemeine Rueckmeldung m_typ = m_typ
TABLES elem = elem item = item lgel = lgel lgms = lgms mist = mist msgt = msgt.

PM_PREDECESSOR_EQUI CALL FUNCTION 'PM_PREDECESSOR_EQUI' EXPORTING datum = grafik-datbi eqktx = grafik-eqktx equnr = grafik-equnr hequi = grafik-hequi selmod = 'D' time = grafik-timbi TABLES equi_tab = equi_tab iflo_tab = iflo_tab.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = g_repid i_callback_pf_status_set = lc_pf_status i_callback_user_command = lc_user_command is_layout = ls_layout it_fieldcat = lt_fieldcat * IT_EXCLUDING = * it_special_groups = * it_sort = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * i_default = i_save = ' ' * is_variant = it_events = lt_eventtab it_event_exit = lt_evts_exit i_tabname_header = gc_tabname_header i_tabname_item = gc_tabname_item * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = ls_keyinfo * is_print = * IS_REPREP_ID = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = gt_tpl t_outtab_item = gt_eqi.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_listheader.

GRAPH_ACTION CALL FUNCTION 'GRAPH_ACTION' TABLES actbar = actbar action = action help = help.

GRAPH_DIALOG CALL FUNCTION 'GRAPH_DIALOG' EXPORTING close = 'X'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RIIFEQ00 or its description.