RHPP25W0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RHPP25W0 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.
Title: Program for Object Type PD_COST_PL : Personnel Cost Planning
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_PC_VERSN_READ CALL FUNCTION 'RH_PC_VERSN_READ' EXPORTING PLVAR = OBJECT-KEY-PLVAR VERSN = OBJECT-KEY-VERSN BEGDA = OBJECT-KEY-BEGDA ENDDA = OBJECT-KEY-ENDDA EXCEPTIONS NO_DATA_FOUND = 01.
RH_PC_VERSN_EDIT CALL FUNCTION 'RH_PC_VERSN_EDIT' EXPORTING ACT_PLVAR = OBJECT-KEY-PLVAR ACT_VERSN = OBJECT-KEY-VERSN ACT_BEGDA = OBJECT-KEY-BEGDA ACT_ENDDA = OBJECT-KEY-ENDDA ACT_MAINT = 'X' IMPORTING ACT_PDRHPB = ACT_PDRHPB EXCEPTIONS NOT_CHANGED = 01 NO_DATA_FOUND = 02.
RH_PC_VERSN_EDIT CALL FUNCTION 'RH_PC_VERSN_EDIT' EXPORTING ACT_PLVAR = OBJECT-KEY-PLVAR ACT_VERSN = OBJECT-KEY-VERSN ACT_BEGDA = OBJECT-KEY-BEGDA ACT_ENDDA = OBJECT-KEY-ENDDA ACT_MAINT = 'X' IMPORTING ACT_PDRHPB = ACT_PDRHPB EXCEPTIONS NOT_CHANGED = 01 NO_DATA_FOUND = 02.
RH_PC_VERSN_EDIT CALL FUNCTION 'RH_PC_VERSN_EDIT' EXPORTING ACT_PLVAR = OBJECT-KEY-PLVAR ACT_VERSN = OBJECT-KEY-VERSN ACT_BEGDA = OBJECT-KEY-BEGDA ACT_ENDDA = OBJECT-KEY-ENDDA ACT_MAINT = ' ' EXCEPTIONS NOT_CHANGED = 01 NO_DATA_FOUND = 02.
RH_PC_VERSN_READ CALL FUNCTION 'RH_PC_VERSN_READ' EXPORTING PLVAR = OBJECT-KEY-PLVAR VERSN = OBJECT-KEY-VERSN BEGDA = OBJECT-KEY-BEGDA ENDDA = OBJECT-KEY-ENDDA TABLES PC_ORG_VNAME = ORG_VNAME EXCEPTIONS NO_DATA_FOUND = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHPP25W0 - Program for Object Type PD_COST_PL : Personnel Cost Planning RHPP25W0 - Program for Object Type PD_COST_PL : Personnel Cost Planning RHPP25U0 - Pers. Cost Planning: Changeover for European Monetary Union RHPP25U0 - Pers. Cost Planning: Changeover for European Monetary Union RHPP25ST - Personnel Cost Planning: Basic Dialog RHPP25ST - Personnel Cost Planning: Basic Dialog