SAP Reports / Programs

RMCP2L02 SAP ABAP Report - Product Group Usage







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


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 RMCP2L02. "Basic submit
SUBMIT RMCP2L02 AND RETURN. "Return to original report after report execution complete
SUBMIT RMCP2L02 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_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..................................





Text Symbol: 017 = Proportion
Text Symbol: 018 = Aggr.fact.
Text Symbol: 019 = Unit conv.
Text Symbol: 020 = Unit
Text Symbol: 021 = MTyp
Text Symbol: 022 = Total conv.


INCLUDES used within this REPORT RMCP2L02

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.

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