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
Below is a list of transaction codes which are relevant to this SAP report
IH03 - Equipment Structure
IH04 - Equipment Structure
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.