SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

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







RMCBIN00 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 runs an analysis for the chosen 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 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

MIBC - ABC Analysis for Cycle Counting


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. "Basic submit
SUBMIT RMCBIN00 AND RETURN. "Return to original report after report execution complete
SUBMIT RMCBIN00 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: 412 = %
Text Symbol: 411 = CC Ind. Changed
Text Symbol: 410 = Inconsistent
Text Symbol: 409 = Cum. %
Text Symbol: 408 = CC Old
Text Symbol: 407 = CC New
Text Symbol: 406 = Inv. Counting Effort per Fiscal Year for Plant
Text Symbol: 405 = Total
Text Symbol: 404 = Counts
Text Symbol: 403 = Phys. Invntries
Text Symbol: 402 = Materials
Text Symbol: 401 = CC Ind.
Text Symbol: 204 = Analysis Based on
Text Symbol: 203 = Requirement Value
Text Symbol: 202 = Consumption Value
Text Symbol: 201 = Value in
Text Symbol: 120 = Take Account of Material Consumption of MRP Areas
Text Symbol: 115 = Update with List
Text Symbol: 114 = Dtd
Text Symbol: 113 = ABC Analysis Cycle Counting
Text Symbol: 112 = Change CC Percentages
Text Symbol: 111 = All Materials Held in Stock
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

INCLUDE RMCBINCC_AL.


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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_interface_check = l_f_check "n1526310 i_callback_program = g_repid i_callback_pf_status_set = lc_pfstatus i_callback_user_command = lc_usercommand i_structure_name = lc_structure1 is_layout = gs_layout it_fieldcat = gt_fieldcat i_save = gc_save it_events = gt_eventtab TABLES t_outtab = gt_data1_alv EXCEPTIONS program_error = 1 OTHERS = 2 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid * i_internal_tabname = i_structure_name = lc_struct1 CHANGING ct_fieldcat = xt_fcat1 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

PAK_GET_SHORTTEXT_DTEL CALL FUNCTION 'PAK_GET_SHORTTEXT_DTEL' EXPORTING i_elem_key = lc_elem_key i_language = sy-langu IMPORTING e_short_text = lv_short_text.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid * i_internal_tabname = i_structure_name = lc_struct2 CHANGING ct_fieldcat = xt_fcat1 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = it_list_top_of_list1.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_interface_check = l_f_check "n1526310 i_callback_program = g_repid i_structure_name = lt_structure2 is_layout = gs_layout it_fieldcat = gt_fieldcat2 i_save = gc_save it_events = gt_eventtab2 TABLES t_outtab = gt_data2_alv EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = it_list_top_of_list2.



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