SAP Reports / Programs

ORF1 SAP ABAP Report - Spare Parts Stock Calculation: Results







ORF1 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 ORF1 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

ADRE - ORF: Results Report


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 ORF1. "Basic submit
SUBMIT ORF1 AND RETURN. "Return to original report after report execution complete
SUBMIT ORF1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Current Calculation of Spare Parts
Selection Text: SO_SQNBR = Sequence Number
Selection Text: SO_PNR = Part Number
Selection Text: SO_MOA = Model of Applicability Code
Selection Text: SO_MFR = Manufacturer
Selection Text: SO_MATNR = Material
Selection Text: SO_EIP = End Item Part Number
Selection Text: SO_EIM = End Item Manufacturer
Selection Text: SO_CUS = Customer
Title: Spare Parts Stock Calculation: Results
Text Symbol: 044 = Repair Time
Text Symbol: 045 = Hist.
Text Symbol: 046 = Cal.History
Text Symbol: 047 = Calculation History
Text Symbol: 048 = Price (MM)
Text Symbol: 049 = Total price (RF)
Text Symbol: 050 = Total stock (MM)
Text Symbol: 051 = Total price (MM)
Text Symbol: 052 = Current Calculation of Spare Parts
Text Symbol: 053 = RF - Total stock (MM)
Text Symbol: 054 = Total price (RF) - Total price (MM)
Text Symbol: 07A = Number of Selected Objects Changed
Text Symbol: 07B = Do you really want to delete the
Text Symbol: 07C = selected objects?
Text Symbol: 043 = MTBE
Text Symbol: 001 = Part Type
Text Symbol: 002 = History of Calculations for:
Text Symbol: 003 = PNR MFR EIP EIM MOA CUS SQNBR
Text Symbol: 004 = Material Calc.No. Hist. Date CL RF
Text Symbol: 005 =
Text Symbol: 006 = Material Aggregation
Text Symbol: 007 = Total Aggregation
Text Symbol: 008 = Difference of Material Aggregation: RF - Total stock (MM)
Text Symbol: 009 = Difference of Material Aggregation: Total price (RF) - Total price (MM)
Text Symbol: 020 = h/a
Text Symbol: 021 = h
Text Symbol: 022 = Cycl./a
Text Symbol: 023 = Cycl.





Text Symbol: 032 = Repair Time
Text Symbol: 033 = Transp. Time
Text Symbol: 034 = Turnaround Time
Text Symbol: 035 = Average Shop Load
Text Symbol: 036 = Prov. Period
Text Symbol: 037 = Provis. Period Demand
Text Symbol: 038 = Requirement Quantity
Text Symbol: 039 = Rotables Float
Text Symbol: 041 = Price
Text Symbol: 042 = Essentiality Code
001 PNR MFR EIP EIM MOA CUS SQNBR Material Calc.No. Hist. Date CL Price (MM) S/V RF Total price (RF) Total stock (MM) Total price (MM) REC Suppl.


INCLUDES used within this REPORT ORF1

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:

MGV_SELOP_AFTER_INITIALIZATION CALL FUNCTION 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING program = mgv_matnr_prog TABLES selop = mgv_matnr_selopt_tab EXCEPTIONS no_programname = 1 OTHERS = 2.

MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING selopt_name = mgv_matnr_selopt_tab-name TABLES range = .

ADIP_F4_HELP_SQNBR CALL FUNCTION 'ADIP_F4_HELP_SQNBR' IMPORTING sqnbr = so_sqnbr-low.



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