SAP Reports / Programs

RMCBIN00_LIST SAP ABAP Report - ABC Analysis for Cycle Counting (Physical Inventory)







RMCBIN00_LIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ABC Analysis of Cycle Counting Physical Inventory This report performs an analysis for selected see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RMCBIN00_LIST 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 RMCBIN00_LIST. "Basic submit
SUBMIT RMCBIN00_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT RMCBIN00_LIST 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: WERKS = Plant
Selection Text: MTART = Material Type
Title: ABC Analysis for Cycle Counting (Physical Inventory)
Text Symbol: L02 = Qty Un % Cum. %
Text Symbol: L01 = Material Description CC New CC Old
Text Symbol: 406 = Inv. Counting Effort per Fiscal Year for Plant
Text Symbol: 405 = Total ;
Text Symbol: 404 = Counts ;
Text Symbol: 403 = Phys. Invents ;
Text Symbol: 402 = Materials ;
Text Symbol: 401 = CC Ind. ;
Text Symbol: 204 = Analysis Based on ;;
Text Symbol: 203 = Requirement Value ;;
Text Symbol: 202 = Consumption/Usage Value ;;
Text Symbol: 201 = Value in ;;
Text Symbol: 115 = Update with List
Text Symbol: 114 = Take Account of Material Consumption of MRP Areas
Text Symbol: 113 = ABC Anal. Cycle Counting
Text Symbol: 112 = Change CC Percentages ;;
Text Symbol: 111 = All Stocked Materials ;;
Text Symbol: 110 = Plant
Text Symbol: 109 = Update Without List ;;
Text Symbol: 108 = Update with List ;;
Text Symbol: 107 = Display List First ;;
Text Symbol: 106 = Requirements ;;
Text Symbol: 105 = to ;;
Text Symbol: 104 = Consumption/Usage ;;
Text Symbol: 103 = Materials with Deletion Flag ;;
Text Symbol: 102 = Processing
Text Symbol: 101 = Key Figure
Text Symbol: 100 = Area to Analyze


INCLUDES used within this REPORT RMCBIN00_LIST

INCLUDE RMCBINCC.
INCLUDE RM07GRID.


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:

No SAP FUNCTION MODULES are executed within this report code!



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