SAP Reports / Programs

RIIFLO10 SAP ABAP Report - Functional Location Structure







RIIFLO10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The hierarchy of the functional location specified will be displayed...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 RIIFLO10 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

IH12 - FunctLocation Structure
IH01 - Functional Location 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 RIIFLO10. "Basic submit
SUBMIT RIIFLO10 AND RETURN. "Return to original report after report execution complete
SUBMIT RIIFLO10 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_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





Text Symbol: 805 = Permit
Text Symbol: 806 = IBase
Text Symbol: 807 = Constructn Type
Text Symbol: 808 = Ref. Location
Text Symbol: 810 = All Objects
Text Symbol: D01 = Explosion


INCLUDES used within this REPORT RIIFLO10

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