SAP Reports / Programs

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







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


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 RFFFBESTN. "Basic submit
SUBMIT RFFFBESTN AND RETURN. "Return to original report after report execution complete
SUBMIT RFFFBESTN 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: 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





Text Symbol: 314 = Subcon. Vend.Consign.Stock
Text Symbol: 315 = Subcon.Project Stock
Text Symbol: 321 = Customer
Text Symbol: 322 = Order
Text Symbol: 323 = Owner
Text Symbol: 324 = Owner
Text Symbol: 325 = Project
Text Symbol: 326 = Item
Text Symbol: 330 = Subcontr.
Text Symbol: 052 = Display of batch
Text Symbol: 051 = from plant level downwards
Text Symbol: 050 = can only be selected on stocklines
Text Symbol: 049 = List of material movements
Text Symbol: 048 = List of material reservations
Text Symbol: 047 = List of open purchase orders
Text Symbol: 046 = Stock/Requirements List
Text Symbol: 041 = Cursor Position
Text Symbol: 038 = Error in Function Module
Text Symbol: 035 = Sales Order Stock
Text Symbol: 029 = Sales Order Stock
Text Symbol: 027 = Stock Provided to Vendor
Text Symbol: 025 = Select Display Levels
Text Symbol: 020 = Cust.Ret.Pkg
Text Symbol: 019 = Cust. Consignment
Text Symbol: 017 = Vendor Consignment Gds
Text Symbol: 015 = Batch
Text Symbol: 014 = SLoc
Text Symbol: 013 = Plnt
Text Symbol: 012 = Company Code
Text Symbol: 011 = Total
Text Symbol: 010 = Balance
Text Symbol: 001 = Material
Text Symbol: 053 = from batch level downwards
Text Symbol: 099 = Project
Text Symbol: 098 = Display mode
Text Symbol: 097 = List of production orders
Text Symbol: 096 = Special Stock
Text Symbol: 095 = Detailed Display
Text Symbol: 094 = Deletion Flag





Text Symbol: 093 = Client/Company Code/Plant/Storage Location/Batch/Special Stock
Text Symbol: 092 = Not possible to display the stock.
Text Symbol: 091 = external system.
Text Symbol: 090 = This warehouse number is managed on an
Text Symbol: 089 = Units of Measure Allowed
Text Symbol: 088 = List Display
Text Symbol: 087 = Stock type selection
Text Symbol: 086 = Display of batch classification
Text Symbol: 084 = RT packaging
Text Symbol: 083 = Returnable trans.packaging
Text Symbol: 082 = Project stock
Text Symbol: 063 = plant and storage location
Text Symbol: 062 = No WM warehouse exists for chosen
Text Symbol: 057 = List of handling units
Text Symbol: 056 = List of equipment
Text Symbol: 055 = from storage location level downwards
Text Symbol: 054 = Display of WM stocks


INCLUDES used within this REPORT RFFFBESTN

INCLUDE RFFFBNTOP . " GLOBAL DATA


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:

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.



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