SAP Reports / Programs | Project System | Project System | Workforce Planning(PS-CRP-WFP) SAP PS

RCMPP010 SAP ABAP Report - Workforce Planning - Reporting







RCMPP010 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 RCMPP010 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 RCMPP010. "Basic submit
SUBMIT RCMPP010 AND RETURN. "Return to original report after report execution complete
SUBMIT RCMPP010 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: W_W_AVLB = D with work center availability
Selection Text: W_P_AVLB = D With availability pers. res.
Selection Text: P_P_AVLB = D With availability pers. res.
Selection Text: PROFILE = Profile
Selection Text: PLNGDATT = Planning period finish
Selection Text: PLNGDATF = Planning period start
Selection Text: MP_WERKS = D Plant
Selection Text: MP_PSPNR = D WBS element
Selection Text: MP_PROJN = D Project definition
Selection Text: MP_PLST = Position
Selection Text: MP_PLSNR = Position
Selection Text: MP_PERS = Person
Selection Text: MP_PERNR = Person
Selection Text: MP_ORGNR = Organizational unit
Selection Text: MP_ORG = Organizational unit
Selection Text: MP_NETNR = Network
Selection Text: MP_ARBPL = D Work center
Selection Text: H_W_AVLB = D with work center availability
Selection Text: H_P_AVLB = D With availability pers. res.
Title: Workforce Planning - Reporting
Text Symbol: 010 = Personnel resources
Text Symbol: 009 = Personnel resource selection
Text Symbol: 007 = Period width
Text Symbol: 006 = Settings
Text Symbol: 005 = Planning period finish
Text Symbol: 004 = Planning period start
Text Symbol: 003 = Entry type
Text Symbol: 002 = Work center selection
Text Symbol: 001 = Project selection


INCLUDES used within this REPORT RCMPP010

INCLUDE RCMPPZ10.
INCLUDE RCMPPF00.


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:

RH_INTEGRATION_CHECK call function 'RH_INTEGRATION_CHECK' IMPORTING INTEGRATED_PLVAR = g_plvar.



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