SAP Reports / Programs

RPCECSP0 SAP ABAP Report - HR-PT: Earnings Complementary Survey







RPCECSP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for HR-PT: Earnings Complementary Survey To collect annual information about the earnings of employees within a certain activitiy group...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 RPCECSP0 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_RPCECSP0 - HR-PT: Earnings Complementary Survey


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 RPCECSP0. "Basic submit
SUBMIT RPCECSP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCECSP0 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: YEAR = Year
Selection Text: MONTH = Month of birth
Title: HR-PT: Earnings Complementary Survey
Text Symbol: 029 = Date of
Text Symbol: 030 = Regime of
Text Symbol: 031 = Type of
Text Symbol: 032 = Yr.
Text Symbol: 033 = Amount
Text Symbol: 034 = Gen.
Text Symbol: 035 = birth
Text Symbol: 036 = irregular
Text Symbol: 037 = 1
Text Symbol: 038 = 2
Text Symbol: 039 = 3
Text Symbol: 040 = 4
Text Symbol: 041 = 5
Text Symbol: 042 = 6
Text Symbol: 043 = 7
Text Symbol: 044 = 11
Text Symbol: 045 = 12
Text Symbol: 046 = 13
Text Symbol: 047 = 14
Text Symbol: 048 = 15
Text Symbol: 049 = 16
Text Symbol: 050 = C
Text Symbol: 051 = F
Text Symbol: 052 = Selection dates
Text Symbol: 999 = This report is no longer supported by SAP
Text Symbol: 001 = COMPANY'S TAX NUMBER
Text Symbol: 002 = NAME OF LOCAL UNIT
Text Symbol: 003 = POSTAL CODE
Text Symbol: 004 = ADDR.
Text Symbol: 005 = MUNICIP.
Text Symbol: 006 = DISTRICT OR ISL.
Text Symbol: 007 = MAIN ACTIVITY
Text Symbol: 008 = EARNINGS COMPLEMENTARY SURVEY - YEAR
Text Symbol: 009 = PART B
Text Symbol: 010 = INFORMATION REGARDING EMPLOYEES





Text Symbol: 011 = Number of
Text Symbol: 012 = Min.no.
Text Symbol: 013 = No.month
Text Symbol: 014 = Alls.and
Text Symbol: 015 = Line
Text Symbol: 016 = beneficiary
Text Symbol: 017 = admiss.
Text Symbol: 018 = work
Text Symbol: 019 = relshp.
Text Symbol: 020 = of days of
Text Symbol: 021 = full
Text Symbol: 022 = days
Text Symbol: 023 = gross
Text Symbol: 024 = installms.
Text Symbol: 025 = net
Text Symbol: 026 = of Soc.Secur.
Text Symbol: 027 = paid vacat.
Text Symbol: 028 = Pay.


INCLUDES used within this REPORT RPCECSP0

INCLUDE RPCECSPD.


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