SAP Reports / Programs

RPCPBSQ8 SAP ABAP Report - Comsuper PIF Interface







RPCPBSQ8 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report (Payroll Interface File, PIF) will include transactions for every employee of an agency or approved authority, who is a current member of either the PublicSector Superannuation (PSS) Scheme, the Commonwealth SuperannuationScheme (CSS) or the Public Sector Superannuation Accumulation plan (PSSap)...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 RPCPBSQ8 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_M13_PIF_PS - PIF Interface


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


Text pool values


Comsuper Interface - Employer Liability Download
Selection Text: R_WSFILE = Workstation (PC)
Selection Text: R_PSSA = PSSAp Fund
Selection Text: R_CSS = PSS & CSS Funds
Selection Text: R_ASFILE = Application Server
Selection Text: P_PATH =
Selection Text: P_FILE =
Title: Comsuper PIF Interface
Text Symbol: 051 = Country
Text Symbol: 050 = Post Code
Text Symbol: 049 = State Code
Text Symbol: 048 = Suburb/Town
Text Symbol: 047 = Address Line 3
Text Symbol: 046 = Address Line 2
Text Symbol: 045 = Address Line 1
Text Symbol: 044 = Cessation Reason Code
Text Symbol: 043 = Employment Cease Date
Text Symbol: 042 = LWOP End Date
Text Symbol: 041 = LWOP Start Date
Text Symbol: 040 = Part-time Hours Effective Date
Text Symbol: 039 = Part Time Hours
Text Symbol: 038 = Full Time Hours
Text Symbol: 052 = Work E-mailAddress
Text Symbol: 053 = Home E-mailAddress
Text Symbol: 054 = Work Telephone No.
Text Symbol: 055 = Home Telephone No.
Text Symbol: 056 = Mobile No.
Text Symbol: 057 = Base annual salary
Text Symbol: 058 = Employee Payroll No.
Text Symbol: 060 = Employer ID
Text Symbol: 061 = Payroll Run Number
Text Symbol: 062 = Pay Day
Text Symbol: 063 = Employment type
Text Symbol: 064 = Contract Start date
Text Symbol: 065 = Contract End date
Text Symbol: S01 = Report Selection
Text Symbol: 001 = Download options
Text Symbol: 002 = Dataset directory





Text Symbol: 003 = Dataset name
Text Symbol: 004 = Upload platform:
Text Symbol: 005 = Application Server
Text Symbol: 006 = Workstation (PC)
Text Symbol: 007 = Comsuper PIF Interface
Text Symbol: 008 = Running Mode
Text Symbol: 009 = Test run
Text Symbol: 011 = Scheme ID
Text Symbol: 012 = Membership No.
Text Symbol: 013 = Tax file no.
Text Symbol: 014 = Name title
Text Symbol: 015 = Family name
Text Symbol: 016 = Given name
Text Symbol: 017 = Sex
Text Symbol: 018 = Previous surname
Text Symbol: 019 = Employment Start Date
Text Symbol: 020 = Scheme Commencement
Text Symbol: 021 = Current Contribution
Text Symbol: 022 = Employer Contribution
Text Symbol: 023 = Employer Additional Contribution
Text Symbol: 024 = Salary Sacrifice Contribution
Text Symbol: 025 = Employer Shortfall Contribution
Text Symbol: 026 = ADIC Payment
Text Symbol: 027 = Contri Mode
Text Symbol: 028 = Annual Salry for Super
Text Symbol: 029 = Notional Salary
Text Symbol: 030 = Salary for Super Effective Date
Text Symbol: 031 = Ordinary Time Earning
Text Symbol: 032 = Casual Salary Payment
Text Symbol: 033 = Contribution Due Days
Text Symbol: 034 = Percentage Rate
Text Symbol: 035 = Percentage Rate Effective Date
Text Symbol: 036 = Employment Status
Text Symbol: 037 = Employment Status Effective Date


INCLUDES used within this REPORT RPCPBSQ8

INCLUDE RPCPBSQ8_DATA.
INCLUDE RPCPBSQ8_MAIN.
INCLUDE RPCPBSQ8_FORM.


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