RFFFBESTN 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 RFFFBESTN 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: VERNU = Display Version
Selection Text: PIC_FLAG = PIC Type Flag
Selection Text: MEINH = Display Unit of Measure
Selection Text: KZWER = Plant
Selection Text: KZSON = Special Stock
Selection Text: KZNUL = No Zero-Stock Lines
Selection Text: KZNGC = Decimal Place as per Unit
Selection Text: KZLSO = Also Select Special Stocks
Selection Text: KZLON = Also Select Stock Commitments
Selection Text: KZLGO = Storage Location
Selection Text: KZCHA = Batch
Selection Text: KZBUK = Company Code
Title: Stock Overview: Company Code/Plant/Storage Location/Batch
Text Symbol: 303 = Customer Stock
Text Symbol: 302 = Customer
Text Symbol: 301 = Customer Stock
Text Symbol: 200 = Choose "Display MPN-MRP Set"
Text Symbol: 112 = Restricted Interchangeable
Text Symbol: 111 = FFF Class Member
Text Symbol: 110 = Supersession Member
Text Symbol: 109 = MPN-MRP Set Member
Text Symbol: 108 = Supersession Chain:
Text Symbol: 107 = This part is not in an MPN-MRP set
Text Symbol: 106 = Last non-leading part of an MPN-MRP set
Text Symbol: 105 = Leading Part
Text Symbol: 104 = MPN-MRP Set:
Text Symbol: 103 = Non-Leading Part
Text Symbol: 102 = External Manufacturer
Text Symbol: 101 = Interch. part
Text Symbol: 100 = FFF Class:
Text Symbol: 304 = Subcon. Customer Stock
Text Symbol: 305 = Subcon.Sales Order Stock
Text Symbol: 306 = Subcon. RTP Stock
Text Symbol: 307 = Subcon.Vend.Consign.Stock
Text Symbol: 308 = Subcon.Project Stock
Text Symbol: 311 = Subcon. Customer Stock
Text Symbol: 312 = Subcon. Sales Order Stock
Text Symbol: 313 = Subcon.RTP Stock
INCLUDE RFFFBNTOP . " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
MATERIAL_PRE_READ_MARM *CALL FUNCTION 'MATERIAL_PRE_READ_MARM' * TABLES * IPRE03 = PRE03_TAB.
MATERIAL_UNIT_FIND_30 * CALL FUNCTION 'MATERIAL_UNIT_FIND_30' * EXPORTING * KZALL = X * MATNR = MKOPF-MATNR * MEINS = MKOPF-BASME * TABLES * RMMME1_ITAB = MENGENEINHEITEN * EXCEPTIONS * MATERIAL_NOT_FOUND = 01.
CONVERSION_EXIT_CUNIT_OUTPUT * CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT' * EXPORTING * INPUT = MENGENEINHEITEN-MEINH * LANGUAGE = SY-LANGU * IMPORTING * LONG_TEXT = T006A-MSEHL * OUTPUT = T006A-MSEH3 * SHORT_TEXT = T006A-MSEHT * EXCEPTIONS * UNIT_NOT_FOUND = 01.
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 RFFFBESTN or its description.
RFFFBESTN - Stock Overview: Company Code/Plant/Storage Location/Batch RFFFBESTN - Stock Overview: Company Code/Plant/Storage Location/Batch RFFFBEST - Stock Overview: Company Code/Plant/Storage Location/Batch RFFFBEST - Stock Overview: Company Code/Plant/Storage Location/Batch RFFFBENFP - Include RFFFBENFP RFFFBENFM - Include RFFFBENFM