RMCP2L02 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 RMCP2L02 into the relevant SAP transactions such as SE38 or SE80
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_WERKS = Plant
Selection Text: PA_PRGRP = Product group number
Selection Text: PA_PGLLV = Display format (1,2)
Title: Product Group Usage
Text Symbol: 023 = Total prop.
Text Symbol: 024 = Total aggr.
Text Symbol: 025 = Per.
Text Symbol: 026 = Active planning version............................
Text Symbol: 027 = Ver
Text Symbol: 028 = Version description.....................
Text Symbol: 029 = Last changed
Text Symbol: 030 = Date......
Text Symbol: 031 = S
Text Symbol: 032 = Created on.........
Text Symbol: 033 = By
Text Symbol: 034 = Last changed on
Text Symbol: 036 = At
Text Symbol: 037 = Versions
Text Symbol: 038 = MRP controller.....................................
Text Symbol: 039 = Ctllr
Text Symbol: 040 = Production version...
Text Symbol: 041 = No changes since then
Text Symbol: 001 = Adm.level... PG/mat.number..... Plnt PVer Description.............................
Text Symbol: 002 = Material number... Plnt PVer Description.............................
Text Symbol: 003 = Product grp/material
Text Symbol: 004 = Plant...............
Text Symbol: 005 = Product group structure
Text Symbol: 006 = Detailed data
Text Symbol: 007 = Proportion of directly inferior product group......
Text Symbol: 008 = Proportion of specified product group..............
Text Symbol: 009 = Aggregation factor for directly inferior PG........
Text Symbol: 010 = Aggregation factor for specified PG................
Text Symbol: 011 = Unit conversion for directly inferior PG...........
Text Symbol: 012 = Unit conversion for specified product group........
Text Symbol: 013 = Material type......................................
Text Symbol: 014 = Period indicator...................................
Text Symbol: 015 = Period variant.....................................
Text Symbol: 016 = Stockkeeping unit..................................
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.
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.