SAP Reports / Programs | Personnel Management | Compensation Management | Personnel Cost Planning(PA-CM-CP) SAP PA

RHPP25AZ SAP ABAP Report - Plan Scenarios of Personnel Cost Planning







RHPP25AZ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RHPP25AZ 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

PP27 - Release plan scenario
PP2U - Data Transfer to CO
PP26 - Plan Scenario Administration


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 RHPP25AZ. "Basic submit
SUBMIT RHPP25AZ AND RETURN. "Return to original report after report execution complete
SUBMIT RHPP25AZ VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Plan Scenarios of Personnel Cost Planning
Text Symbol: UCO = Status: Transferred to CO
Text Symbol: REL = Execute release?
Text Symbol: RE2 = Release
Text Symbol: PVF = Plan scenario (released)
Text Symbol: PVC = Plan scenario (transferred)
Text Symbol: PV0 = Plan version
Text Symbol: PLZ = Planning period
Text Symbol: PLV = Plan scenario
Text Symbol: PLP = Scenario grp
Text Symbol: PLG = Scenario group
Text Symbol: PGV = Scenario group/plan scenario
Text Symbol: KRS = Controlling Area
Text Symbol: KGP = Controlling Area (transferred)
Text Symbol: KGN = Controlling Area (not transferred)
Text Symbol: JHR = Year
Text Symbol: FRN = Status: Not released
Text Symbol: FRG = Status: Released
Text Symbol: CVS = CO plan scenario;
Text Symbol: CTR = Last transfer by/on
Text Symbol: CKK = Contr.area;;
Text Symbol: CAE = Last change of a scenario group on
Text Symbol: BEM = Comments
Text Symbol: AEL = Last changed by
Text Symbol: AED = Changed on
Text Symbol: AE0 = Changed by
003 Comments
002 Last changed by Last changed on
001 Plan scenario Planning period


INCLUDES used within this REPORT RHPP25AZ

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:

HR_PC_VNAME_CHECK_AUTHORITY CALL FUNCTION 'HR_PC_VNAME_CHECK_AUTHORITY' EXPORTING fcode = g_auth_mode EXCEPTIONS no_authorization = 1 no_fcode_auth = 2 wrong_password = 3 OTHERS = 4.

HRPCP_DISP_SCENARIO_STRUCTURE CALL FUNCTION 'HRPCP_DISP_SCENARIO_STRUCTURE' EXPORTING mode = g_call_mode popup = ' '.

HRPCP_DISP_SCENARIO_F4 CALL FUNCTION 'HRPCP_DISP_SCENARIO_F4' EXPORTING repid = repid dynnr = dynnr fieldname = fieldname field_plvar = field_plvar field_versn = field_versn field_begda = field_begda field_endda = field_endda field_vname = field_vname read_flags = read_flags update_flags = update_flags refresh_77kd_buf = refresh_77kd_buf check_77kd_field = check_77kd_field only_released = only_released IMPORTING f4_value = f4_value.



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