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

RHPP25C0 SAP ABAP Report - Pers. cost planning: recalculate an existing scenario group







RHPP25C0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report recalculates one or several 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 RHPP25C0 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 RHPP25C0. "Basic submit
SUBMIT RHPP25C0 AND RETURN. "Return to original report after report execution complete
SUBMIT RHPP25C0 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: PLVAR = Plan version
Selection Text: PWD = Password
Selection Text: VERSN = Plan scenario
Selection Text: VNAME = Scenario group
Title: Pers. cost planning: recalculate an existing scenario group
Text Symbol: BEG = Planning periods
Text Symbol: CAD = Calculation performed
Text Symbol: CCT = Defined cost objects for organizational unit/cost center 'Total'
Text Symbol: DNR = No data found
Text Symbol: END = To
Text Symbol: NEX = does not exist
Text Symbol: NOA = No authorization.
Text Symbol: NSA = Data could not be saved.
Text Symbol: PLG = Scenario group
Text Symbol: PLV = Plan scenario
Text Symbol: PNF = Scenario group(s) not found
Text Symbol: PSL = Plan scenario/groups
Text Symbol: REL = has already been released
001 Plan scenario &0 &1 Planning period &2........ - &3........


INCLUDES used within this REPORT RHPP25C0

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 = C_AUTH_CHANGE EXCEPTIONS NO_AUTHORIZATION = 1 NO_FCODE_AUTH = 2 WRONG_PASSWORD = 3 OTHERS = 4.

RH_PC_EXISTENCE_CHECK CALL FUNCTION 'RH_PC_EXISTENCE_CHECK' EXPORTING PLVAR = PLVAR VERSN = VERSN BEGDA = BEGDA ENDDA = ENDDA VERSN_CHECK = 'X' IMPORTING FRFLG = I77KD_FRFLG TABLES I77KD_TAB = I77KD EXCEPTIONS NO_EXISTENCE = 1 OTHERS = 2.

HR_READ_PC_VNAME CALL FUNCTION 'HR_READ_PC_VNAME' EXPORTING I77KD = I77KD IMPORTING PCL5_ADMIN = PCL5_ADMIN TABLES ORG_COST = ORG_COST ORG_CTYPE = ORG_CTYPE ORG_TEXT = ORG_TEXT POS_COST = POS_COST POS_TEXT = POS_TEXT COST_TAB = COST_TAB EXCEPTIONS NO_DATA_FOUND = 4.

HR_READ_PC_VNAME_CO CALL FUNCTION 'HR_READ_PC_VNAME_CO' EXPORTING I77KD = I77KD TABLES COST_PER_COST_CENTER = COST_PER_COST_CENTER EXCEPTIONS NO_DATA_FOUND = 4.

HR_PC_VNAME_CHECK_AUTHORITY CALL FUNCTION 'HR_PC_VNAME_CHECK_AUTHORITY' EXPORTING I77KD = I77KD * PWD = ' ' * FCODE = ' ' TABLES ORG_TEXT = ORG_TEXT EXCEPTIONS NO_AUTHORIZATION = 1 NO_FCODE_AUTH = 2 WRONG_PASSWORD = 3 OTHERS = 4.

RH_CPCALC_PLANNING_GROUP CALL FUNCTION 'RH_CPCALC_PLANNING_GROUP' EXPORTING PLAN_BEGDA = PCL5_ADMIN-BEGDA PLAN_ENDDA = PCL5_ADMIN-ENDDA PLAN_ABART = PCL5_ADMIN-ABART PLAN_CURCY = PCL5_ADMIN-CURCY * PLAN_CURDT = SY-DATUM PLAN_CURTY = S0_CURTY PLAN_CALCM = CALC_MODE NO_EMPTY_LINE = 'X' TABLES ORG_COST = ORG_COST ORG_TEXT = ORG_TEXT POS_COST = POS_COST POS_TEXT = POS_TEXT ORG_CTYPE = ORG_CTYPE COST_TAB = COST_TAB COST_PER_COST_CENTER = COST_PER_COST_CENTER EXCEPTIONS OTHERS = 0.

HR_WRITE_PC_VNAME_COMPLETE CALL FUNCTION 'HR_WRITE_PC_VNAME_COMPLETE' EXPORTING PCL5_ADMIN = PCL5_ADMIN * T77KT_VTEXT = ' ' * VTEXT_UPDATE = ' ' * commit_work = 'X' TABLES COST_PER_COST_CENTER = COST_PER_COST_CENTER COST_TAB = COST_TAB ORG_COST = ORG_COST ORG_CTYPE = ORG_CTYPE ORG_TEXT = ORG_TEXT POS_COST = POS_COST POS_TEXT = POS_TEXT EXCEPTIONS DATA_NOT_SAVED = 1 OTHERS = 2.



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