SAP Reports / Programs | Manufacturer Part Number | Aerospace & Defence Industry Solution | Manufacturer Part Number(IS-AD-MPN) SAP IS

RFFFBEST SAP ABAP Report - Stock Overview: Company Code/Plant/Storage Location/Batch







RFFFBEST 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 RFFFBEST into the relevant SAP transactions such as SE38 or SE80


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 RFFFBEST. "Basic submit
SUBMIT RFFFBEST AND RETURN. "Return to original report after report execution complete
SUBMIT RFFFBEST 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: PIC_FLAG = PIC Type Flag
Selection Text: MRP_FLAG = MRP indicator
Title: Stock Overview: Company Code/Plant/Storage Location/Batch
Text Symbol: 085 = Project
Text Symbol: 084 = RT packaging
Text Symbol: 083 = Returnable trans.packaging
Text Symbol: 082 = Project stock
Text Symbol: 081 = Stock
Text Symbol: 080 = Stock type
Text Symbol: 073 = Name
Text Symbol: 072 = U/M;;
Text Symbol: 071 = --- ------------------------------
Text Symbol: 070 = Un Description
Text Symbol: 063 = plant and storage location
Text Symbol: 062 = No WM warehouse exists for chosen
Text Symbol: 061 = No WM stocks
Text Symbol: 056 = List of equipment
Text Symbol: 055 = from storage location level downwards
Text Symbol: 054 = Display of WM stocks
Text Symbol: 053 = from batch level downwards
Text Symbol: 052 = Display of batch
Text Symbol: 051 = from plant level downwards
Text Symbol: 050 = can only be selected on stocklines
Text Symbol: 086 = Display of batch classification
Text Symbol: 087 = Stock type selection
Text Symbol: 088 = List display
Text Symbol: 089 = Units of Measure Allowed
Text Symbol: 090 = This warehouse number is managed on an
Text Symbol: 091 = external system.
Text Symbol: 092 = Not possible to display the stock.
Text Symbol: 093 = FFF Class:
Text Symbol: 094 = Interch. part
Text Symbol: 095 = Ext.Manf.
Text Symbol: 096 = Non-leading part
Text Symbol: 097 = MPN-MRP Set:
Text Symbol: 098 = Leading Part
Text Symbol: 099 = Last non-leading part of a MPN-MRP set
Text Symbol: 100 = This part is not in a MPN-MRP set





Text Symbol: 101 = SuSess Chain:
Text Symbol: 102 = MRP Set Member
Text Symbol: 103 = SuSess Chain Member
Text Symbol: 104 = FFF Class Member
Text Symbol: 105 = Restricted Interchangeable
Text Symbol: 001 = Material
Text Symbol: 002 = Base UoM
Text Symbol: 003 = Matl type
Text Symbol: 005 = Cl/CC/Plant/SLoc/Batch D
Text Symbol: 006 = Company code/plant D
Text Symbol: 007 = Plant/storage location D
Text Symbol: 008 = Storage location/batch D
Text Symbol: 009 = Batch/special stock D
Text Symbol: 010 = Stock
Text Symbol: 011 = Total
Text Symbol: 012 = Company code
Text Symbol: 013 = Plnt
Text Symbol: 014 = Stor.loc
Text Symbol: 015 = Batch
Text Symbol: 016 = VendorConsignment
Text Symbol: 017 = Vendor consignment gds
Text Symbol: 018 = CustConsgt
Text Symbol: 019 = Cust. consignment
Text Symbol: 020 = Cust.ret.pkg
Text Symbol: 021 = Cust.
Text Symbol: 022 = Cust.consignment/batch D
Text Symbol: 023 = Ret.pkg w.cust./batch D
Text Symbol: 024 = Matl with vendor/batch D
Text Symbol: 025 = Select display levels
Text Symbol: 026 = -------------------------------
Text Symbol: 027 = Matl prov. to vendor
Text Symbol: 028 = Sales order stk/batch D
Text Symbol: 029 = Sales Order Stock
Text Symbol: 031 = Vendor
Text Symbol: 032 = Doc.
Text Symbol: 033 = Item
Text Symbol: 034 = Schd.
Text Symbol: 035 = Sales order stk
Text Symbol: 036 = Item





Text Symbol: 038 = Error in Function Module
Text Symbol: 040 = Unit of meas.
Text Symbol: 041 = Cursor positioning
Text Symbol: 042 = Position the cursor
Text Symbol: 043 = on a stock line
Text Symbol: 046 = Stock/requirements list
Text Symbol: 047 = List of open purchase orders
Text Symbol: 048 = List of material reservations
Text Symbol: 049 = List of material movements


INCLUDES used within this REPORT RFFFBEST

INCLUDE RFFFBTOP.


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:

PIC01_GET_MEMBER_ARRAY CALL FUNCTION 'PIC01_GET_MEMBER_ARRAY' EXPORTING * I_SORT = '' * I_LOEKZ = '' I_MRPSET = MRP_SET * I_SPERKZ = '' TABLES RT_SEL_MATNR = MS_MATNR * RT_SEL_PICNUM = RT_SEL_WERKS = LRT_WERKS RT_SEL_BERID = LRT_BERID ET_PICPSRL = LT_PICPSRL EXCEPTIONS NOTFOUND_MATNR = 1 NOTFOUND_PIC = 2 MISSING_PARAMETER = 3 OTHERS = 4 .



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