SAP Reports / Programs | Payroll | Canada(PY-CA) SAP PY

RPCBPSK0 SAP ABAP Report - Business Payrolls Survey - Canada







RPCBPSK0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Business Payrolls Survey Report Statistics Canada calls on companies across Canada to participate in Business Payrolls Survey...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 RPCBPSK0 into the relevant SAP transactions such as SE38 or SE80


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 RPCBPSK0. "Basic submit
SUBMIT RPCBPSK0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBPSK0 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: SLRY = Salaried Employees
Selection Text: P_YEAR = Reporting Year
Selection Text: P_WRKAR = Province
Selection Text: P_MONTH = Reporting Month
Selection Text: P_CBUSN = Business Number
Selection Text: OTHR = Other Employees
Selection Text: HRLY = Hourly Employees
Title: Business Payrolls Survey - Canada
Text Symbol: T27 = Special payments
Text Symbol: T26 = Total number of overtime hours:
Text Symbol: T25 = Total number of hours payable:
Text Symbol: T24 = Overtime pay:
Text Symbol: T23 = Regular gross pay:
Text Symbol: T22 = Pay period type:
Text Symbol: T21 = Last pay period in the month:
Text Symbol: T20 = Number of employees :
Text Symbol: T19 = Number of part-time employees:
Text Symbol: T18 = Total number of employees in the last payrollperiod:
Text Symbol: T17 = Start and end dates of payroll month:
Text Symbol: T16 = Gross monthly payroll:
Text Symbol: T15 = Other Employees
Text Symbol: T13 = Salaried Employees
Text Symbol: T28 = Monthly payments:
Text Symbol: T29 = Payments made every 2 months:
Text Symbol: T30 = Quarterly payments:
Text Symbol: T31 = Greater than quarterly payments:
Text Symbol: T32 = Federal taxable benefits:
Text Symbol: T33 = Retroactive payments
Text Symbol: T34 = From/To:
Text Symbol: T35 = Amounts:
Text Symbol: T36 = Average number of working hours in a week:
Text Symbol: T38 = Rejected personnel numbers:
Text Symbol: T39 = Reporting Business Summary
Text Symbol: T40 = Total number of employees processed:
Text Symbol: T41 = Successful personnel numbers:
Text Symbol: T42 = Total warnings:
Text Symbol: T12 = Employees paid by the hour
Text Symbol: 000 = Business Survey details





Text Symbol: 002 = Business number
Text Symbol: 003 = Calendar month
Text Symbol: 004 = Calendar year
Text Symbol: 005 = File Generation details
Text Symbol: 006 = Enter a valid month or year
Text Symbol: 007 = Month value must be between 1 and 12
Text Symbol: 008 = Year must be between 1000 and 9999
Text Symbol: 009 = Province
Text Symbol: 010 = Province field is invalid:
Text Symbol: 01E = File download error
Text Symbol: 10C = Confirm download
Text Symbol: 10S = Some employees not counted, still download?
Text Symbol: E01 = Period modifier not found for employee
Text Symbol: E02 = No results extracted for this employee ID
Text Symbol: E03 = Configuration error:
Text Symbol: E04 = Unable to determine last day of the selected month
Text Symbol: E05 = No relevant wage types selected
Text Symbol: E06 = Unable to extract payroll period dates
Text Symbol: E07 = Unable to extract payroll pay date
Text Symbol: E08 = Unable to determine payroll period type
Text Symbol: E09 = Unable to extract employee subgrouping
Text Symbol: E10 = Address Type not found.
Text Symbol: E11 = Company Name not found.
Text Symbol: E12 = No entry found for employee subgroup
Text Symbol: E13 = in table T503Z for employee group
Text Symbol: F01 = Employee Category
Text Symbol: T00 = Business Payrolls Survey
Text Symbol: T02 = Reporting Business
Text Symbol: T05 = Contact:
Text Symbol: T06 = Phone:
Text Symbol: T07 = Fax:
Text Symbol: T08 = Email:
Text Symbol: T09 = Survey reference month:
Text Symbol: T10 = Reporting Unit:
Text Symbol: T11 = All Employees


INCLUDES used within this REPORT RPCBPSK0

INCLUDE RPCBPSKF.


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