SAP Reports / Programs | Cross-Application Component (CA) Enhancements | Mill Products Industry Solution | Cross-Application Component (CA) Enhancements(IS-MP-CA) SAP IS

MILL_CLMMBE SAP ABAP Report - Stock Overview and Object Search by Characteristics







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

MMCL - Stock Overview by Characteristic


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 MILL_CLMMBE. "Basic submit
SUBMIT MILL_CLMMBE AND RETURN. "Return to original report after report execution complete
SUBMIT MILL_CLMMBE 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: IT_MATNR = Material
Selection Text: IT_WERKS = Plant
Selection Text: I_ALTUOM = Display unit of measure
Selection Text: I_CHARS = Assigned Values
Selection Text: I_CLASS = Class
Selection Text: I_KLART = Class type
Selection Text: I_KMAT = Configurable Material
Selection Text: I_MAX = Maximum Number of Hits
Selection Text: I_OBLIST = Object List
Selection Text: I_OPEN = Open Stocks
Selection Text: I_ORGBT = Original Batches
Selection Text: I_PROFID = Selection profile
Selection Text: I_SELL = Selection field
Selection Text: I_SHORTX = Short texts
Selection Text: I_SPEC = Special stocks
Selection Text: I_STLIST = Stock Overview
Selection Text: I_VARI = Layout
Title: Stock Overview and Object Search by Characteristics
Text Symbol: 043 = Copy
Text Symbol: 042 = Stock Overview: Basic List
Text Symbol: 041 = Display Material Master
Text Symbol: 040 = Current Stock/Requirements List
Text Symbol: 033 = Copy
Text Symbol: 032 = Mat.
Text Symbol: 031 = MD04
Text Symbol: 001 = Additional criteria
Text Symbol: 002 = Selection Alternatives
Text Symbol: 003 = Selection crit.
Text Symbol: 004 = Choose Class
Text Symbol: 005 = Planned rcpts/issues
Text Symbol: 006 = Define Object Type
Text Symbol: 007 = Display options
Text Symbol: 011 = Changed charac. valuation
Text Symbol: 012 = Planned Issues/Rcpts
Text Symbol: 013 = Selection criteria will be checked and formatted
Text Symbol: 014 = Object Search by Characteristics
Text Symbol: 015 = Data is being prepared
Text Symbol: 016 = Read Stocks





Text Symbol: 017 = Read Characteristic Valuation
Text Symbol: 018 = Altern.UoM:
Text Symbol: 019 = BaseUoM:
Text Symbol: 021 = Sh. text
Text Symbol: 023 = Read Original Batches
Text Symbol: 024 = Read Characteristic Valuation
Text Symbol: 025 = Status
Text Symbol: 026 = Selection Criteria Exist
Text Symbol: 027 = No selection criteria
Text Symbol: 028 = (AUM)
Text Symbol: 029 = OrigBatch
Text Symbol: 030 = MMBE


INCLUDES used within this REPORT MILL_CLMMBE

INCLUDE MILL_CLMTOP.
INCLUDE MILL_CLMF01.


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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING P_STATUS = 'SEL1' TABLES P_EXCLUDE = LT_EXCLUDE.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = G_VARIANT_SAVE CHANGING CS_VARIANT = L_DEF_VARIANT EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = G_VARIANT_SAVE CHANGING CS_VARIANT = L_DEF_VARIANT.



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