SAP Reports / Programs

RPCRSPP0 SAP ABAP Report - HR-PT: Remuneration Sheet (Printed Version) (by Contributor)







RPCRSPP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for HR-PT: Remuneration Sheet (Printed Form) Provide the Social Security institutions where the company is registered with a monthly list of the remunerations paid to each employee in a given month as well as the total contributions...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 RPCRSPP0 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_CRSP - HR-PT: Remuneration Sheet (Print)


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 RPCRSPP0. "Basic submit
SUBMIT RPCRSPP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCRSPP0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: HR-PT: Remuneration Sheet (Printed Version) (by Contributor)
Text Symbol: 014 = DD MM YYYY
Text Symbol: 013 = FULL NAMES
Text Symbol: 012 = NUMBERS
Text Symbol: 011 = NOTES
Text Symbol: 010 = <- TOTAL FROM 3 COLLS.
Text Symbol: 009 = CATEGORY
Text Symbol: 008 = ALLOWAN.
Text Symbol: 007 = COMMISSION
Text Symbol: 006 = REMUNERATIONS
Text Symbol: 005 = DATE
Text Symbol: 004 = BENEFICIARIES
Text Symbol: 003 = SHEET NO
Text Symbol: 002 = OF
Text Symbol: 001 = REMUNERATION SHEET REGARDING MONTH
Text Symbol: 015 = DAYS
Text Symbol: 030 = POSTAL CODE
Text Symbol: 029 = MUNICIP.
Text Symbol: 028 = ADDR.
Text Symbol: 027 = NAME
Text Symbol: 026 = ACTIVITY
Text Symbol: 025 = TOTAL TO DEPOSIT
Text Symbol: 024 = ROUNDING
Text Symbol: 023 = TO BE FILLED IN BY THE SOC.SECURITY REGIONAL CENTER
Text Symbol: 022 = OV/TOTAL PAID
Text Symbol: 021 = RATE
Text Symbol: 020 = To carry-forward........................................
Text Symbol: 019 = Carry-forward........................................
Text Symbol: 017 = CHRISTM.
Text Symbol: 016 = AMOUNT
Text Symbol: 050 = %
Text Symbol: 048 = Situat.
Text Symbol: 047 = COMPANY IDENTIFICATION NUMBER
Text Symbol: 046 = TELEPH.
Text Symbol: 042 = VALIDATE
Text Symbol: 041 = RECORDED
Text Symbol: 040 = __/__/__ _____________________
Text Symbol: 039 = SET UP





Text Symbol: 037 = SOC.SECURITY CONTRIB.NO.
Text Symbol: 036 = OTHERS
Text Symbol: 035 = (Signature and stamp)
Text Symbol: 034 = CALCULATION CONTRIBUTIONS TO DEPOSIT
Text Symbol: 033 = TO BE FILLED IN BY THE EMPLOYER
Text Symbol: 032 = $
Text Symbol: 051 = BIRTH
Text Symbol: NUM = No
Text Symbol: HIR = ADMISS.:
Text Symbol: FIR = LEAVE:
Text Symbol: 061 = Use the new report RPCSSRP0
Text Symbol: 060 = This program is not valid!!!
Text Symbol: 059 = ENTRY AND RECORD DATA
Text Symbol: 058 = OF THE MONTH AFTER THE ONE IT REGARDS
Text Symbol: 057 = THIS LIST MUST BE DELIVERED FROM 1 TO 15
Text Symbol: 056 = AND EASTER
Text Symbol: 055 = INSTALLMS.
Text Symbol: 054 = OF VACAT.,
Text Symbol: 053 = BON.AND
Text Symbol: 052 = PERMANENT CHARACTER
Text Symbol: 031 = _____________________ $ __


INCLUDES used within this REPORT RPCRSPP0

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:

No SAP FUNCTION MODULES are executed within this report code!



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