SAP Reports / Programs

RPCPDSP0PBS SAP ABAP Report - Automatic Progression







RPCPDSP0PBS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to calculate employee progression automatically based on 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 RPCPDSP0PBS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M19_PROGRSS_PS - Automatic Progression


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 RPCPDSP0PBS. "Basic submit
SUBMIT RPCPDSP0PBS AND RETURN. "Return to original report after report execution complete
SUBMIT RPCPDSP0PBS 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: P_S_NAME = Session Name
Selection Text: P_DATE = Reference Date
Selection Text: P_COMP = Organization
Selection Text: P_CAREER = Career (Pay Scale Type)
Selection Text: P_ASSN = Action/Reason
Selection Text: P_ASSG = Payscale Reclassification
Selection Text: P8_SUBTY = Subtype for Basic Pay Infotype
Title: Automatic Progression
Text Symbol: 033 = Reference Period
Text Symbol: 032 = Action Type and Subtype
Text Symbol: 031 = Load Session
Text Symbol: 030 = PP
Text Symbol: 029 = Sen. Dys
Text Symbol: 028 = Organization
Text Symbol: 027 = Career
Text Symbol: 026 = Session Name
Text Symbol: 025 = Reference Date
Text Symbol: 024 = Session Date
Text Symbol: 023 = Start Date
Text Symbol: 022 = Notes
Text Symbol: 021 = Prop. Scale
Text Symbol: 020 = Area
Text Symbol: 019 = Scale
Text Symbol: 018 = Career
Text Symbol: 017 = Eligible
Text Symbol: 016 = New Index
Text Symbol: 015 = Original Index
Text Symbol: 014 = Difference
Text Symbol: 013 = New Amount
Text Symbol: 012 = Current Amount
Text Symbol: 011 = Category
Text Symbol: 010 = Employee Name
Text Symbol: 009 = Number
Text Symbol: 008 = Delete Session
Text Symbol: 007 = Project Costs
Text Symbol: 006 = Finalize Progression
Text Symbol: 005 = Session Management
Text Symbol: 004 = Save the information in the master data of each employee?





Text Symbol: 003 = Selected, but missing Appraisals
Text Symbol: 002 = Selected, but missing Seniority in Scale
Text Symbol: 001 = Career Data


INCLUDES used within this REPORT RPCPDSP0PBS

INCLUDE RPCPDSPTSPBS. " SELECTION SCREEN


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:

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'SEL_VARIANT' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_S_NAME' value_org = 'S' tables value_tab = it_session return_tab = t_return exceptions parameter_error = 1 no_values_found = 2 others = 3.

RP_LAST_DAY_OF_MONTHS * call function 'RP_LAST_DAY_OF_MONTHS' * exporting * day_in = p_date * importing * last_day_of_month = p_date.



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