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

RHPP25PW SAP ABAP Report - Personnel Cost Planning: Change Scenario Group's Password







RHPP25PW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report changes the password of 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 RHPP25PW 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

PP23 - Reset Password


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 RHPP25PW. "Basic submit
SUBMIT RHPP25PW AND RETURN. "Return to original report after report execution complete
SUBMIT RHPP25PW 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: BEGDA = Start date
Selection Text: ENDDA = End date
Selection Text: PLVAR = Plan version
Selection Text: VERSN = Plan scenario
Selection Text: VNAME = Scenario group
Title: Personnel Cost Planning: Change Scenario Group's Password
Text Symbol: BEG = Planning periods
Text Symbol: END = To
Text Symbol: PSL = Scenario group
Text Symbol: PW1 = Password


INCLUDES used within this REPORT RHPP25PW

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_CHANGEPW 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 VNAME = VNAME IMPORTING I77KD = 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_WRITE_PC_VNAME_COMPLETE CALL FUNCTION 'HR_WRITE_PC_VNAME_COMPLETE' EXPORTING PCL5_ADMIN = PCL5_ADMIN 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 = 4.



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