SAP Reports / Programs | Personnel Management | Compensation Management | Personnel Cost Planning(PA-CM-CP) SAP PA

RHPP25LI SAP ABAP Report - Display an Existing Scenario Group







RHPP25LI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report outputs data from one or several 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 RHPP25LI into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RHPP25LI. "Basic submit
SUBMIT RHPP25LI AND RETURN. "Return to original report after report execution complete
SUBMIT RHPP25LI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PLVAR = Plan version
Selection Text: PWD = Password
Selection Text: VERSN = Plan scenario
Selection Text: VNAME = Scenario group
Title: Display an Existing Scenario Group
Text Symbol: BER = The following scenario groups are included in the overall list:
Text Symbol: BEG = Planning periods
Text Symbol: ANZ = Number
Text Symbol: 062 = Currency
Text Symbol: 061 = Scenario groups (overall view)
Text Symbol: 060 = Scenario groups (individual view)
Text Symbol: 051 = Combined list
Text Symbol: 050 = Personnel costs
Text Symbol: CPR = Personnel Costs per Project
Text Symbol: KUR = ShortTxt
Text Symbol: KTN = Cost elem.
Text Symbol: JOB = Personnel costs per cost object
Text Symbol: GIN = Copied into total list
Text Symbol: END = To
Text Symbol: DSL = Data output
Text Symbol: DPT = Cost object
Text Symbol: DOT = Organizational unit
Text Symbol: DNR = No data found
Text Symbol: DKT = Account assignment object
Text Symbol: DIR = Directly valuated
Text Symbol: CSC = Personnel costs per cost center
Text Symbol: PJP = Cost objects per project
Text Symbol: PJO = Cost objects per organizational unit
Text Symbol: PJC = Cost objects per cost center
Text Symbol: ORG = Personnel costs per organizational unit
Text Symbol: NOA = No authorization.
Text Symbol: LBT = Cost items
Text Symbol: LBS = Cost Item
Text Symbol: LBR = Cost items per order
Text Symbol: LBP = Cost items per project
Text Symbol: LBO = Cost items per organizational unit
Text Symbol: LBJ = Cost items per cost object
Text Symbol: LBC = Cost Items per Cost Center





Text Symbol: PJR = Cost objects per order
Text Symbol: TIM = Period
Text Symbol: SGL = Individual view
Text Symbol: REF = Reference obj.:
Text Symbol: PWF = Wrong password
Text Symbol: PSL = Plan scenario/groups
Text Symbol: PLL = Overall view
Text Symbol: PLG = Scenario group
Text Symbol: COR = Personnel Costs per Order
001 Plan scenario &0 &1 Planning period &2........ - &3........
002 Scenario group &4.......... of &5........ at &6.......
003 Personnel costs &7.................. &8..................


INCLUDES used within this REPORT RHPP25LI

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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_cost org_ctype = org_ctype org_text = org_text pos_cost = pos_cost pos_text = 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.



Contribute (Add Comments)

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 RHPP25LI or its description.