SAP Reports / Programs | Payroll | Portugal(PY-PT) SAP PY

RPCSSMP0 SAP ABAP Report - HR-PT: Remuneration Sheet (by subarea)







RPCSSMP0 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 Provide the Social Security institutions where the company is registered with a monthly list of the remunerations paid to each emplo yee 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 RPCSSMP0 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_CSSM - HR-PT: Employee's Remuneration Sheet


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 RPCSSMP0. "Basic submit
SUBMIT RPCSSMP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSSMP0 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_LIST = List detailed results?
Selection Text: P_FILE = Create TemSe files?
Selection Text: P_CLSTR = Use contributions from cluster
Title: HR-PT: Remuneration Sheet (by subarea)
Text Symbol: 014 = CONTR:
Text Symbol: 013 = $
Text Symbol: 012 = REMUN:
Text Symbol: 011 = %
Text Symbol: 010 = RATE:
Text Symbol: 009 = BOX 1 - CONTRIBUTOR'S IDENTIFICATION
Text Symbol: 008 = BOX 2 - TOTALS/RATE
Text Symbol: 007 = TELEPHONE
Text Symbol: 006 = POSTAL CODE
Text Symbol: 005 = LOCALITY:
Text Symbol: 004 = ADDRESS:
Text Symbol: 003 = ACTIVITY:
Text Symbol: 002 = TAX NO.:
Text Symbol: 001 = NAME:
Text Symbol: 015 = TOTALS SUMMARY SHEET OF REMUNERATIONS REPORTED IN
Text Symbol: 016 = DATA MEDIUM
Text Symbol: 017 = MONTH
Text Symbol: 018 = CRSS:
Text Symbol: 019 = FLOP.DISKs:
Text Symbol: FRM = Output
Text Symbol: FEA = Error reading feature:
Text Symbol: 041 = Use the new report RPCSSRP0
Text Symbol: 040 = This report is not valid
Text Symbol: 035 = (Signature and stamp)
Text Symbol: 025 = On __-__-__
Text Symbol: 024 = CONTRIBUTOR
Text Symbol: 023 = JOB:
Text Symbol: 022 = BOX 3 - CONTACT FOR FURTHER INFORMATION
Text Symbol: 021 = OTHERs:
Text Symbol: 020 = TAPEs:
002 | Ty Number Birth date Period Days Nat Amount |
001 | Ins Contr. Cod Name |


INCLUDES used within this REPORT RPCSSMP0

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