SAP Reports / Programs

RIEQUI10 SAP ABAP Report - Equipment Structure Display







RIEQUI10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Equipment Structure Display You use this report to obtain a structure display in list or graphic form based on a piece of equipment...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 RIEQUI10 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IH03 - Equipment Structure
IH04 - Equipment Structure


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 RIEQUI10. "Basic submit
SUBMIT RIEQUI10 AND RETURN. "Return to original report after report execution complete
SUBMIT RIEQUI10 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: DY_BOMEX = D .
Selection Text: DY_CAPID = D .
Selection Text: DY_DATUM = D .
Selection Text: DY_EQHIE = D .
Selection Text: DY_EQUNR = D .
Selection Text: DY_FLHIE = D .
Selection Text: DY_GRAFC = D .
Selection Text: DY_GRBOM = D .
Selection Text: DY_IBASE = D .
Selection Text: DY_IHBTY = D .
Selection Text: DY_IHGSE = D .
Selection Text: DY_LEVDO = D .
Selection Text: DY_LEVUP = D .
Selection Text: DY_LVORM = D .
Selection Text: DY_SANIN = D .
Selection Text: DY_STKKZ = D .
Selection Text: DY_WERKS = D .
Title: Equipment Structure Display
Text Symbol: FAU = Field Selection
Text Symbol: D05 = Detailed info...
Text Symbol: D03 = Display
Text Symbol: D02 = Parameters (for BOM explosion)
Text Symbol: D01 = Explosion
Text Symbol: BEA = Extras
Text Symbol: 001 = Legend
Text Symbol: 002 = ColorAssignmt
Text Symbol: 010 = Valid from
Text Symbol: 101 = : Structure Graphic
Text Symbol: 201 = E
Text Symbol: 202 = E: ; --> As in error messages: E: Error text
Text Symbol: 301 = Predecessor
Text Symbol: 401 = FL ;
Text Symbol: 402 = Eq ;
Text Symbol: 403 = Cp ;
Text Symbol: 701 = No substructure available
Text Symbol: 702 = Expand structure upwards?
Text Symbol: 703 = Structural Display
Text Symbol: 800 = Functional Location





Text Symbol: 801 = Equipment
Text Symbol: 802 = PM Assembly
Text Symbol: 803 = Material
Text Symbol: 804 = Other BOM Components
Text Symbol: 805 = Permit
Text Symbol: 806 = Installed Base
Text Symbol: 807 = Constructn Type
Text Symbol: 808 = Ref. Location
Text Symbol: 810 = All Objects


INCLUDES used within this REPORT RIEQUI10

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:

T001W_SINGLE_READ CALL FUNCTION 'T001W_SINGLE_READ' "1078366 EXPORTING "1078366 t001w_werks = dy_werks "1078366 EXCEPTIONS "1078366 not_found = 1 "1078366 OTHERS = 2. "1078366



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 RIEQUI10 or its description.