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
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: 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
INCLUDE RFFFBTOP.
No SAP DATABASE tables are accessed within this REPORT code!
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 .
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.