RHPP25R2 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 you to transfer the relevant Cost Accounting data for further processing to the R2 RK Cost Accounting system from an R3 HR satellite system...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 RHPP25R2 into the relevant SAP transactions such as SE38 or SE80
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: GJAHR = Fiscal year
Selection Text: KOKRS = Company code and plant
Selection Text: RKDEST = Logical system (R/2)
Title: Data Transfer from HR Personnel Cost Planning
Text Symbol: FLT = Data not transferred correctly.
Text Symbol: NSC = Problems during data transfer
Text Symbol: NST = No data exists for reversal
Text Symbol: RE1 = The R2 system being used belongs to release status
Text Symbol: RE2 = However, for data transfer a status of 5.0E or
Text Symbol: RE3 = over is required.
Text Symbol: SUC = Data transferred
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION RKDEST IMPORTING RFCSI_EXPORT = REMOTE EXCEPTIONS SYSTEM_FAILURE = 1 MESSAGE MESSLINE COMMUNICATION_FAILURE = 2 MESSAGE MESSLINE.
HR_GET_COSTS_PLAN_VERSION_P_1 CALL FUNCTION 'HR_GET_COSTS_PLAN_VERSION_P_1' EXPORTING CO_GJAHR = GJAHR CO_KOKRS = KOKRS CO_VERSN = VERSN HR_CHECK_OFF = SPACE HR_CO_STORNO = SPACE TABLES MENUE_TAB_OUT = MENUE_TAB VERSION_TAB_OUT = VERSION_TAB EXCEPTIONS NO_VERSION_WITH_DATA = 5.
HR_GET_COSTS_PLAN_VERSION_P_2 CALL FUNCTION 'HR_GET_COSTS_PLAN_VERSION_P_2' IMPORTING HR_BEGDA = HR_BEGDA HR_ENDDA = HR_ENDDA HR_PLVAR = HR_PLVAR HR_VERSN = HR_VERSN TABLES MENUE_TAB_IN = MENUE_TAB VERSION_TAB_IN = VERSION_TAB.
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_CO_TO_R2 CALL FUNCTION 'HR_WRITE_PC_VNAME_CO_TO_R2' DESTINATION RKDEST EXPORTING PCL5_ADMIN = PCL5_ADMIN TABLES COST_PER_COST_CENTER = COST_PER_COST_CENTER EXCEPTIONS SYSTEM_FAILURE = 1 MESSAGE MESSLINE COMMUNICATION_FAILURE = 2 MESSAGE MESSLINE DATA_NOT_SAVED = 10.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHPP25R2 - Data Transfer from HR Personnel Cost Planning RHPP25R2 - Data Transfer from HR Personnel Cost Planning 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