SAP Reports / Programs | Materials Management | Materials Management | Inventory Controlling(MM-IS-IC) SAP MM

RMCBAB25 SAP ABAP Report - Requirement-Based ABC Analysis







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

MC41 - INVCO: ABC Analysis of Reqmt Values


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 RMCBAB25. "Basic submit
SUBMIT RMCBAB25 AND RETURN. "Return to original report after report execution complete
SUBMIT RMCBAB25 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: AMPRC = D Percent: segment C
Selection Text: ANZTAGE = D Period to analyze
Selection Text: BERID = MRP Area
Selection Text: BUPD = D Update ABC ind. in bkgd mode
Selection Text: FLG_UNGP = Including unplanned consumptn
Selection Text: MATERIAL = D Material
Selection Text: WAHL1 = D Strategy
Selection Text: WAHL2 = D Strategy
Selection Text: WAHL3 = D Strategy
Selection Text: WAHL4 = D Strategy
Selection Text: WERKE = D Plant
Selection Text: WKUM = D All plants cumulated
Selection Text: XALAGER = D Only stock materials
Selection Text: XLVORM = D Materials flagged for deletion
Selection Text: AMPRB = D Percent: segment B
Selection Text: AMPRA = D Percent: segment A
Selection Text: AMABB = D No. of B materials
Selection Text: AMABA = D No. of A materials
Selection Text: AGPRC = D Percent: segment C
Selection Text: AGPRB = D Percent: segment B
Selection Text: AGPRA = D Percent: segment A
Selection Text: AGABB = D Usage value seg. B
Selection Text: AGABA = D Usage value seg. A
Title: Requirement-Based ABC Analysis
Text Symbol: 118 = Rem.
Text Symbol: 117 = Requirement val. as number
Text Symbol: 116 = Requirement value (in %)
Text Symbol: 115 = A B C
Text Symbol: 119 = No. of materials (in %)
Text Symbol: 120 = No. of materials as number
Text Symbol: 121 = Rem.
Text Symbol: 122 = B
Text Symbol: 123 = C
Text Symbol: 125 = Cumulative analysis on plants
Text Symbol: 126 = Update ABC ind. in background processing mode
Text Symbol: 127 = Number of days (future)
Text Symbol: 201 = Value in ;;
Text Symbol: 202 = Requirement value ;;





Text Symbol: 100 = Area to analyze
Text Symbol: 101 = Period to analyze
Text Symbol: 102 = Processing ;;
Text Symbol: 103 = Include materials marked for deletion ;;
Text Symbol: 104 = Requirements
Text Symbol: 105 = to
Text Symbol: 106 = Requirements
Text Symbol: 107 = Display list first ;;
Text Symbol: 108 = Update with list ;;
Text Symbol: 109 = Update without list ;;
Text Symbol: 110 = Plant
Text Symbol: 111 = Only stock materials
Text Symbol: 112 = Analysis strategy
Text Symbol: 113 = Objects to analyze
Text Symbol: L02 = Qty Un % cml. %
Text Symbol: L01 = Material Description ABC ind. Old ABC
Text Symbol: 204 = Analysis based on ;;
Text Symbol: 203 = Requirement value ;;


INCLUDES used within this REPORT RMCBAB25

INCLUDE BAB25E01.
INCLUDE BAB25E02.
INCLUDE BAB25E03.


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