RHPP25L2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display an existing scenario group In this report, you can display and print the results of your Cost Planning for one or more scenario groups in different views and groupings...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 RHPP25L2 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: VNAME = Scenario Group
Selection Text: VERSN = Planning Version
Selection Text: PWD = Password
Selection Text: PLVAR = Plan Version
Selection Text: O_GCOST = Organizational Unit
Selection Text: K_GCOST = Account Assignment Object
Selection Text: ENDDA = End Date
Selection Text: CURCY = Currency
Selection Text: BEGDA = Start Date
Title: Display an Existing Scenario Group
Text Symbol: LBJ = Cost Items per Cost Object
Text Symbol: LBO = Cost Items per Organizational Unit
Text Symbol: LBS = Cost Item
Text Symbol: LBT = Cost items
Text Symbol: LEN = Display Length LongTxt
Text Symbol: MFE = processed with errors
Text Symbol: NOA = No authorization.
Text Symbol: OFE = processed without errors
Text Symbol: ORG = Personnel Costs per Organizational Unit
Text Symbol: PJC = Cost Objects per Acct Assgmt Object
Text Symbol: PJO = Cost Objects per Organizational Unit
Text Symbol: PLG = Scenario Group
Text Symbol: PLL = Overview
Text Symbol: PSL = Planning Version
Text Symbol: PVA = Plan Version
Text Symbol: PWF = Wrong password
Text Symbol: SGL = Indiv. View
Text Symbol: TIM = Period
Text Symbol: VOM = dated:
Text Symbol: ZEI = Time Unit
Text Symbol: LBC = Cost Items per Acct Assgmt Object
Text Symbol: 001 = Paying Org. Unit
Text Symbol: 002 = Paying Cost Center
Text Symbol: 003 = Cost Item
Text Symbol: 004 = Obj.Type Org.U/Cctr
Text Symbol: 005 = Obj. ID Org.U/Cctr
Text Symbol: 006 = Obj.Type Cost Obj.
Text Symbol: 007 = Obj.ID Cost Object
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_DISPLAY 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 = VERSN_CHECK = 'X' * IMPORTING * I77KD = * FRFLG = TABLES I77KD_TAB = 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_CTYPE = ORG_TEXT = POS_COST = POS_TEXT = COST_TAB = COST_TAB EXCEPTIONS NO_DATA_FOUND = 4.
HR_PC_VNAME_CHECK_AUTHORITY CALL FUNCTION 'HR_PC_VNAME_CHECK_AUTHORITY' EXPORTING I77KD = I77KD * PWD = ' ' * FCODE = ' ' TABLES ORG_TEXT = ORG_TEXT EXCEPTIONS NO_AUTHORIZATION = 1 NO_FCODE_AUTH = 2 WRONG_PASSWORD = 3 OTHERS = 4.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = I_INTERNAL_TABNAME = TABNAME I_STRUCTURE_NAME = STRUCNAME I_CLIENT_NEVER_DISPLAY = 'X' CHANGING CT_FIELDCAT = FIELDCAT[].
REUSE_ALV_EVENTS_GET * CALL FUNCTION 'REUSE_ALV_EVENTS_GET' * EXPORTING * I_LIST_TYPE = 0 * IMPORTING * ET_EVENTS = P_ALV_EVENTS[].
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = G_REPID I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = PF_STATUS_PRG I_CALLBACK_USER_COMMAND = CALLBACK_PRG * I_STRUCTURE_NAME = IS_LAYOUT = LAYOUT IT_FIELDCAT = FIELDCAT[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = IT_SORT = ALV_SORTTAB[] * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = 'X' IS_VARIANT = STRU_DISVAR IT_EVENTS = ALV_EVENTS[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = OUTTAB[] EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = ALV_HEADLINE_TEXT_PLG[].
HRCM_ERROR_SHOW CALL FUNCTION 'HRCM_ERROR_SHOW' EXPORTING CALLBACK_PROGRAM = 'RHPP25L2' * CALLBACK_USER_COMMAND = ' ' * CALLBACK_PF_STATUS_SET = ' ' * MARK_FLAG = ' ' TITLE = TITLE * SAVE_ON_DB = ' ' TABLES ERRORLIST_EXT = ERROR_TABLE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RHPP25L2 or its description.
RHPP25L2 - Display an Existing Scenario Group RHPP25L2 - Display an Existing Scenario Group RHPP25DL - Delete a Scenario Group RHPP25DL - Delete a Scenario Group RHPP25C0 - Pers. cost planning: recalculate an existing scenario group RHPP25C0 - Pers. cost planning: recalculate an existing scenario group