RIIFLO10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The
If you would like to execute this report or see the full code listing simply enter RIIFLO10 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IH12 - FunctLocation Structure
IH01 - Functional Location 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_LVORM = D .
Selection Text: DY_BOMEX = D .
Selection Text: DY_CAPID = D .
Selection Text: DY_DATUM = D .
Selection Text: DY_EQHIE = D .
Selection Text: DY_EQUBI = 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_SANIN = D .
Selection Text: DY_STKKZ = D .
Selection Text: DY_TPLNR = D .
Selection Text: DY_WERKS = D .
Title: Functional Location Structure
Text Symbol: D05 = Detailed Info...
Text Symbol: D03 = Display
Text Symbol: D02 = Parameters (for BOM explosion)
Text Symbol: 001 = Legend
Text Symbol: 002 = ColorAssignmt
Text Symbol: 010 = Valid From
Text Symbol: 101 = : Structure Graphic
Text Symbol: 202 = E: ; --> As in error messages: E: Error text
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 = FunctLocation
Text Symbol: 801 = Equipment
Text Symbol: 802 = PM Assembly
Text Symbol: 803 = Material
Text Symbol: 804 = Other BOM Components
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.