RMCP2L04 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 RMCP2L04 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MC72 - Evaluation: Product Group Usage
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.
Selection Text: PA_PGLLV = Display format (1,2)
Selection Text: PA_PRGRP = Product group number
Selection Text: PA_WERKS = Plant
Title: Product Group Usage
Text Symbol: 010 = Aggregation factor for PG at top of hierarchy......
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: 013 = Material type......................................
Text Symbol: 014 = Period indicator...................................
Text Symbol: 015 = Period variant.....................................
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: 017 = Proportion
Text Symbol: 016 = Stockkeeping unit..................................
Text Symbol: 011 = Unit conversion for directly superior PG...........
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.