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
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
Below is a list of transaction codes which are relevant to this SAP report
PP23 - Reset Password
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHPP25PW - Personnel Cost Planning: Change Scenario Group's Password RHPP25PW - Personnel Cost Planning: Change Scenario Group's Password RHPP25PT - Personnel Cost Planning: Data Transfer to Accounting RHPP25PT - Personnel Cost Planning: Data Transfer to Accounting RHPP25PD - Personnel Cost Planning: Display/Delete Payroll Results RHPP25PD - Personnel Cost Planning: Display/Delete Payroll Results