SAP Reports / Programs

RMCP2L05 SAP ABAP Report - Product Group Usage







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

MC73 - Evaluation: Material Usage, Prod.Grp


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 RMCP2L05. "Basic submit
SUBMIT RMCP2L05 AND RETURN. "Return to original report after report execution complete
SUBMIT RMCP2L05 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: PA_PGLLV = Display format (1,2)
Selection Text: PA_PRGRP = Material number
Selection Text: PA_VSNDA = Production version
Selection Text: PA_WERKS = Plant
Title: Product Group Usage
Text Symbol: 009 = Aggregation factor for directly superior PG........
Text Symbol: 008 = Proportion of product group at top of hierarchy....
Text Symbol: 007 = Proportion of directly superior product group......
Text Symbol: 006 = Detailed data
Text Symbol: 005 = Product group structure
Text Symbol: 004 = Plant...............
Text Symbol: 003 = Product grp/material
Text Symbol: 002 = Material number... Plnt PVer Description.............................
Text Symbol: 001 = Adm.level... PG/mat.number..... Plnt PVer Description.............................
Text Symbol: 014 = Period indicator...................................
Text Symbol: 015 = Period variant.....................................
Text Symbol: 016 = Stockkeeping unit..................................
Text Symbol: 017 = Proportion
Text Symbol: 013 = Material type......................................
Text Symbol: 025 = Per.
Text Symbol: 024 = Total aggr.
Text Symbol: 023 = Total prop.
Text Symbol: 022 = Total conv.
Text Symbol: 021 = MTyp
Text Symbol: 020 = Unit
Text Symbol: 019 = Unit conv.
Text Symbol: 018 = Aggr.fact.
Text Symbol: 010 = Aggregation factor for PG at top of hierarchy......
Text Symbol: 038 = MRP controller.....................................
Text Symbol: 037 = Versions
Text Symbol: 036 = At
Text Symbol: 034 = Last changed on
Text Symbol: 033 = By
Text Symbol: 032 = Created on.........
Text Symbol: 031 = S
Text Symbol: 030 = Date......
Text Symbol: 029 = Last changed
Text Symbol: 028 = Version description.....................





Text Symbol: 027 = Ver
Text Symbol: 026 = Active planning version............................
Text Symbol: 039 = Ctllr
Text Symbol: 046 = Short text
Text Symbol: 045 = PVer
Text Symbol: 044 = Plant
Text Symbol: 043 = PG/mat.no.
Text Symbol: 042 = Hierarchy
Text Symbol: 041 = No changes since then
Text Symbol: 040 = Production version...
Text Symbol: 012 = Unit conversion for PG at top of hierarchy.........
Text Symbol: 011 = Unit conversion for directly superior PG...........


INCLUDES used within this REPORT RMCP2L05

No INCLUDES are used within this REPORT code!


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:

MC_PG_STRUKTUR_VER CALL FUNCTION 'MC_PG_STRUKTUR_VER' EXPORTING IPRGRP = PA_PRGRP IWERKS = PA_WERKS IVSNDA = HLP_VSNDA IDATUV = HLP_DATUV IDATUB = HLP_DATUB TABLES IPGVER = PGVER.

CNET_GRAPHIC_HIERARCHY * CALL FUNCTION 'CNET_GRAPHIC_HIERARCHY' * EXPORTING * ABAP_CMD = ABAP_CMD * STAT = STAT * STATUS_TEXT = STATUS_TEXT * TITLEBAR = TITLEBAR * PROFILE = PROFILE * CONFIRM = CONFIRM * IMPORTING * GR_MES = GR_MES * M_TYP = M_TYP * TABLES * CLUSTERS = CLUSTERS_TAB * CVALS = CVALS_TAB * DELETIONS = DELETE_TAB * INODES = INODES_TAB * LABELS = LABELS_TAB * NODES = NODES_TAB * NVALS = VALS_TAB * POSITIONS = POSITIONS_TAB.

MC_FLTP_CHAR CALL FUNCTION 'MC_FLTP_CHAR' EXPORTING FC_A_FLD = PGVER-ANTEI IMPORTING FC_R_FLD = HLP_ANTEI.

MC_FLTP_CHAR CALL FUNCTION 'MC_FLTP_CHAR' EXPORTING FC_A_FLD = PGVER-ANTEH IMPORTING FC_R_FLD = HLP_ANTEH.

MC_FLTP_CHAR CALL FUNCTION 'MC_FLTP_CHAR' EXPORTING FC_A_FLD = PGVER-PRKOF IMPORTING FC_R_FLD = HLP_PRKOF.

MC_FLTP_CHAR CALL FUNCTION 'MC_FLTP_CHAR' EXPORTING FC_A_FLD = PGVER-PRKOH IMPORTING FC_R_FLD = HLP_PRKOH.

MC_FLTP_CHAR CALL FUNCTION 'MC_FLTP_CHAR' EXPORTING FC_A_FLD = PGVER-UMREF IMPORTING FC_R_FLD = HLP_UMREF.

MC_FLTP_CHAR CALL FUNCTION 'MC_FLTP_CHAR' EXPORTING FC_A_FLD = PGVER-UMREH IMPORTING FC_R_FLD = HLP_UMREH.



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