RHPP25W1 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 RHPP25W1 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_GR : Personnel Cost Planning
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_PC_EXISTENCE_CHECK CALL FUNCTION 'RH_PC_EXISTENCE_CHECK' EXPORTING PLVAR = OBJECT-KEY-PLVAR VERSN = OBJECT-KEY-VERSN BEGDA = OBJECT-KEY-BEGDA ENDDA = OBJECT-KEY-ENDDA VNAME = OBJECT-KEY-VNAME EXCEPTIONS NO_EXISTENCE = 01.
RH_PC_EDIT CALL FUNCTION 'RH_PC_EDIT' EXPORTING PLVAR = OBJECT-KEY-PLVAR VERSN = OBJECT-KEY-VERSN BEGDA = OBJECT-KEY-BEGDA ENDDA = OBJECT-KEY-ENDDA VNAME = OBJECT-KEY-VNAME MAINT = space EXCEPTIONS NO_DATA_FOUND = 01 NO_AUTHORITY = 02.
RH_PC_LIST_DISPLAY * CALL FUNCTION 'RH_PC_LIST_DISPLAY' * EXPORTING * PLVAR = OBJECT-KEY-PLVAR * VERSN = OBJECT-KEY-VERSN * BEGDA = OBJECT-KEY-BEGDA * ENDDA = OBJECT-KEY-ENDDA * VNAME = OBJECT-KEY-VNAME * EXCEPTIONS * no_existence = 01.
RH_PC_EDIT CALL FUNCTION 'RH_PC_EDIT' EXPORTING PLVAR = OBJECT-KEY-PLVAR VERSN = OBJECT-KEY-VERSN BEGDA = OBJECT-KEY-BEGDA ENDDA = OBJECT-KEY-ENDDA VNAME = OBJECT-KEY-VNAME EXCEPTIONS NO_DATA_FOUND = 01 NO_AUTHORITY = 02.
RH_PC_DELETE CALL FUNCTION 'RH_PC_DELETE' EXPORTING PLVAR = OBJECT-KEY-PLVAR VERSN = OBJECT-KEY-VERSN BEGDA = OBJECT-KEY-BEGDA ENDDA = OBJECT-KEY-ENDDA VNAME = OBJECT-KEY-VNAME EXCEPTIONS CO_DATA_NOT_DELETED = 01 NO_EXISTENCE = 02 NO_AUTHORITY = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHPP25W1 - Program for Object Type PD_COST_GR : Personnel Cost Planning RHPP25W1 - Program for Object Type PD_COST_GR : Personnel Cost Planning 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