RHPP25ST is a standard Module pool for a dialog screen ABAP Program 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 RHPP25ST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PP2P - Create Scenario (PyrllRes.)
PP28 - Create Scenario (Proj.Pay)
PP29 - Change Scenario Group
PP2B - Create Scenario (Basic Pay)
PP25 - Display Scenario Group
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: Personnel Cost Planning: Basic Dialog
Text Symbol: ME1 = Use projected values
Text Symbol: ME2 = Use basic pay
Text Symbol: ME3 = Use payroll results
Text Symbol: MET = Planning basis
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_MACO CALL FUNCTION 'RH_MACO' EXPORTING SEARK = PPCSS-SEARK * seark_text = maco_text PLVAR = PPCSS-PLVAR OTYPE = PPCSS-OTYPE SET_MODE = 'X' TABLES SEL_OBJECTS = SEL_OBJECTS EXCEPTIONS NOTHING_FOUND = 1 OTHERS = 4.
RH_PC_EDIT CALL FUNCTION 'RH_PC_EDIT' EXPORTING PLVAR = PP0N-PLVAR VERSN = PP0N-VERSN BEGDA = PP0N-BEGDA ENDDA = PP0N-ENDDA VNAME = PP0N-VNAME MAINT = MAINT EXCEPTIONS NO_DATA_FOUND = 1 NO_AUTHORITY = 2 OTHERS = 3.
RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING * MODE = SPACE "XMK PLVAR = PLVAR OTYPE = OTYPE DYNPRO_REPID = SY_REPID DYNPRO_DYNNR = SY_DYNNR DYNPRO_PLVARFIELD = DYNPRO_PLVARFIELD * dynpro_otypefield = space DYNPRO_SEARKFIELD = DYNPRO_SEARKFIELD * NO_NEW_ENTRIES = 'X' "XMK IMPORTING SEL_OBJECT = SEL_OBJECT EXCEPTIONS CANCELLED = 1 WRONG_CONDITION = 2 NOTHING_FOUND = 3 ILLEGAL_MODE = 4 INTERNAL_ERROR = 5 OTHERS = 6.
HR_PC_VNAME_CHECK_AUTHORITY CALL FUNCTION 'HR_PC_VNAME_CHECK_AUTHORITY' EXPORTING FCODE = AUTH_FCODE EXCEPTIONS NO_AUTHORIZATION = 1 NO_FCODE_AUTH = 2 WRONG_PASSWORD = 3 OTHERS = 4.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_NAME ADD_STDINF = 'X' IMPORTING RESULT = PPCSS-VICON EXCEPTIONS OTHERS = 0.
HR_PC_VNAME_CHECK_AUTHORITY CALL FUNCTION 'HR_PC_VNAME_CHECK_AUTHORITY' EXPORTING FCODE = AUTH_FCODE 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 = PP0N-PLVAR VERSN = PP0N-VERSN BEGDA = PP0N-BEGDA ENDDA = PP0N-ENDDA VNAME = PP0N-VNAME EXCEPTIONS NO_EXISTENCE = 1 OTHERS = 2.
COMPLEX_SELECTIONS_DIALOG * CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG' ** EXPORTING ** TITLE = ' ' ** text = ** SIGNED = 'X' ** LOWER_CASE = ' ' ** no_interval_check = ' ' ** JUST_DISPLAY = ' ' * TABLES * range = ppsop_tab * EXCEPTIONS * no_range_tab = 1 * cancelled = 2 * internal_error = 3 * OTHERS = 4.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = combo_id values = items * EXCEPTIONS * ID_ILLEGAL_NAME = 1 * OTHERS = 2 .
RS_VARIANT_CATALOG * CALL FUNCTION 'RS_VARIANT_CATALOG' * EXPORTING * REPORT = 'RHPP25SL' ** NEW_TITLE = ' ' ** DYNNR = ** INTERNAL_CALL = ' ' ** MASKED = 'X' ** VARIANT = ' ' ** POP_UP = ' ' * IMPORTING * SEL_VARIANT = VARIANT.
RS_VARIANT_VALUES_TECH_DATA * CALL FUNCTION 'RS_VARIANT_VALUES_TECH_DATA' * EXPORTING * REPORT = 'RHPP25SL' * VARIANT = VARIANT ** SEL_TEXT = ' ' ** MOVE_OR_WRITE = 'W' ** SORTED = ' ' ** IMPORTING ** TECHN_DATA = * TABLES * VARIANT_VALUES = VALUES[] ** VARIANT_TEXT = ** EXCEPTIONS ** VARIANT_NON_EXISTENT = 1 ** VARIANT_OBSOLETE = 2 ** OTHERS = 3 * .
CONVERT_DATE_TO_INTERNAL * CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' * EXPORTING * DATE_EXTERNAL = PPCSS-BEGDA * IMPORTING * DATE_INTERNAL = PPCSS-BEGDA.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHPP25ST - Personnel Cost Planning: Basic Dialog RHPP25ST - Personnel Cost Planning: Basic Dialog RHPP25SL_AOCP_FORMS - RHPP25SLAOCPFORMS RHPP25SL - Data Selection for Personnel Cost Planning RHPP25SL - Data Selection for Personnel Cost Planning RHPP25S0 - Pool: General Read and Check Routines for Tables