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

RPCROEK0_XMPORTER_CE SAP ABAP Report - Record of Employment (ROE) - Exporter/Importer for CE







RPCROEK0_XMPORTER_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPCROEK0_XMPORTER_CE 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 RPCROEK0_XMPORTER_CE. "Basic submit
SUBMIT RPCROEK0_XMPORTER_CE AND RETURN. "Return to original report after report execution complete
SUBMIT RPCROEK0_XMPORTER_CE 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: PL_HEADR = D .
Selection Text: PL_MJVER = D .
Selection Text: PL_MNVER = D .
Selection Text: PL_PRINT = Launch ROE Laser Print
Selection Text: PL_SREV = D .
Selection Text: PL_UPD = D .
Selection Text: P_APPS = Application server
Selection Text: P_FNAME = PC file path & name
Selection Text: P_FRNT = Presentation server
Selection Text: P_LASR = ROE Laser
Selection Text: P_MPORT = ROE Import
Selection Text: P_PERSON = Person ID
Selection Text: P_RUNID = ROE Run ID
Selection Text: P_SNAME = App.server file path & name
Selection Text: P_TEST = Test Import
Selection Text: P_WEB = ROE Web
Selection Text: P_XPORT = ROE Export
Title: Record of Employment (ROE) - Exporter/Importer for CE
Text Symbol: E10 = import
Text Symbol: E11 = Directory
Text Symbol: E12 = could not be created.
Text Symbol: I01 = Run already in final status.
Text Symbol: I02 = ROE file downloaded to:
Text Symbol: I03 = ROE file uploaded from:
Text Symbol: I04 = HRDC software attributes successfully updated:
Text Symbol: I05 = File header:
Text Symbol: I06 = Major software version:
Text Symbol: I07 = Minor software version:
Text Symbol: I08 = Software revision:
Text Symbol: X04 = Application server
Text Symbol: X03 = Presentation server
Text Symbol: X02 = Import from
Text Symbol: X01 = XML schema upload options
Text Symbol: W02 = No changes to HRDC software attributes
Text Symbol: W01 = Update option not selected.
Text Symbol: SS4 = ROE Import
Text Symbol: SS3 = ROE Export
Text Symbol: SS2 = Employee Number





Text Symbol: SS1 = ROE Run ID
Text Symbol: Q03 = HRDC ERROR log exists, do you want to display?
Text Symbol: Q02 = File does not exist. Do you want to select another file?
Text Symbol: Q01 = already exists. Do you want to replace it?
Text Symbol: 001 = Export ROE to file
Text Symbol: 002 = Import ROE from file
Text Symbol: 003 = Select HRDC Laser ROE Print program
Text Symbol: 004 = Record of Employment (ROE) - Exporter for CE
Text Symbol: 005 = Record of Employment (ROE) - Importer for CE
Text Symbol: 006 = Export selection
Text Symbol: 007 = Import selection
Text Symbol: 008 = Exported to
Text Symbol: 009 = Imported from
Text Symbol: 010 = Record of Employment (Web ROE) - Exporter for CE
Text Symbol: 012 = Log report
Text Symbol: 013 = ROE Export - Application Log
Text Symbol: 014 = ROE Import - Application Log
Text Symbol: 020 = Presentation server
Text Symbol: 021 = Application server
Text Symbol: 022 = Laser ROE
Text Symbol: 023 = Web ROE
Text Symbol: 024 = File format
Text Symbol: 025 = Submission mode
Text Symbol: 026 = Draft
Text Symbol: 027 = Final
Text Symbol: 030 = Select ROE processing
Text Symbol: 031 = Record exported to
Text Symbol: 032 = Record imported from
Text Symbol: 033 = batch file
Text Symbol: 035 = First Day Worked
Text Symbol: 036 = Last Day For Which Paid
Text Symbol: 037 = Personnel No.
Text Symbol: 038 = Business Number
Text Symbol: 044 = ROE: Configure HRDC Software Attributes
Text Symbol: 045 = Laser Print software attributes required in batch file creation
Text Symbol: 046 = Confirm
Text Symbol: E01 = Run locked
Text Symbol: E02 = Run not found
Text Symbol: E03 = Invalid run status





Text Symbol: E04 = Database insert failure
Text Symbol: E05 = Employee status not updated.
Text Symbol: E06 = Software attributes not updated.
Text Symbol: E07 = Error updating table
Text Symbol: E08 = Enter a filename
Text Symbol: E09 = export


INCLUDES used within this REPORT RPCROEK0_XMPORTER_CE

INCLUDE RPCROEK0_XMPORTER_SELECTION_CE. " SELECTION PARAMETERS, XMPORTER
INCLUDE RPCROEK0_MACRO.


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