RPSDEV00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report determines the headcount development based on an employee's membership to an organizational unit within a selected payroll period...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 RPSDEV00 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.
Headcount development
Selection Text: BEGJAHR = Initial year
Selection Text: BEGPER = Initial period
Selection Text: BWBGK = PArea/Subarea/EEGroup/Subgroup
Selection Text: ENDJAHR = Final year
Selection Text: ENDPER = Final period
Selection Text: HUGO = Selection periods
Selection Text: INDEXNAM = ?...(INDEXNAM)
Selection Text: LISTING = Pages in seq. order
Selection Text: PERMO = D Period parameter
Selection Text: SAPXXL = Transfer spreadsheets
Selection Text: STICHTAG = Key date selection
Selection Text: WBGK = PArea/Subarea/EEGroup/Subgroup
Selection Text: INDEXNM2 = ?...(INDEXNM2)
Selection Text: INDEXTYP = ?...(INDEXTYP)
Selection Text: PNPABKRS = ?...(PNPABKRS)
Selection Text: PNPBEGDA = ?...(PNPBEGDA)
Selection Text: PNPBEGPS = ?...(PNPBEGPS)
Selection Text: PNPENDDA = ?...(PNPENDDA)
Selection Text: PNPENDPS = ?...(PNPENDPS)
Selection Text: PNPPABRJ = ?...(PNPPABRJ)
Selection Text: PNPPABRP = ?...(PNPPABRP)
Selection Text: PNPPERNR = ?...(PNPPERNR)
Selection Text: PNPSORTF = ?...(PNPSORTF)
Selection Text: PNPSORTT = ?...(PNPSORTT)
Selection Text: PNPSTATU = ?...(PNPSTATU)
Selection Text: PNPXABKR = ?...(PNPXABKR)
Selection Text: PNPXBWBK = ?...(PNPXBWBK)
Selection Text: PNPXPGPK = ?...(PNPXPGPK)
Title: Headcount development
Text Symbol: X14 = No data selected
Text Symbol: X13 = Generating run cancelled for report RPSDEV02
Text Symbol: X12 = Report RPSDEV01 is not available
Text Symbol: X11 = Persons
Text Symbol: X10 = Reporting
Text Symbol: X09 = released
Text Symbol: X08 = Status
Text Symbol: X07 = Person responsible
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = PERNR-PERNR ARBGB = 'PN' MSGTY = 'W' MSGNO = 001 MSGV1 = 'T500P' MSGV2 = T500P+3(4).
HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = PERNR-PERNR ARBGB = 'PN' MSGTY = 'W' MSGNO = 001 MSGV1 = 'T501T' MSGV2 = T501T+3(2).
HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = PERNR-PERNR ARBGB = 'PN' MSGTY = 'W' MSGNO = 001 MSGV1 = 'T001P' MSGV2 = T001P+3(8).
HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST'.
GRAPH_MATRIX CALL FUNCTION 'GRAPH_MATRIX' EXPORTING DIM1 = TEXT-G02 DIM2 = TEXT-G03 DIM3 = SPACE INBUF = SPACE INFORM = SPACE MAX1 = G_MAX1 MAX2 = G_MAX2 MAX3 = SPACE PWDID = SPACE STAT = SPACE SUPER = SPACE TITL = TEXT-G01 VALT = TEXT-G05 WDID = SPACE WINID = SPACE MAIL_ALLOW = 'X' TABLES DATA = G_DATA_2 OPTS = G_OPTS TDIM1 = G_DIM1 TDIM2 = G_DIM2 TDIM3 = G_DIM3.
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 RPSDEV00 or its description.