SAP Reports / Programs

RPCUIDW0 SAP ABAP Report - South African UIF Declarations - Create Electronic Media







RPCUIDW0 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 RPCUIDW0 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 RPCUIDW0. "Basic submit
SUBMIT RPCUIDW0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCUIDW0 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_TXYR = Tax year
Selection Text: P_TEMSE = TemSe object
Selection Text: P_MONTH = Payroll month
Selection Text: P_FILSIZ = Maximum filesize (in bytes)
Selection Text: P_FILENO = File number
Selection Text: P_CREAR = Creator UIF reference number
Title: South African UIF Declarations - Create Electronic Media
Text Symbol: 303 = ".
Text Symbol: APO = '
Text Symbol: E01 = File exists
Text Symbol: E02 = File &1 with status &3 exists for Temse object &2.
Text Symbol: E03 = The file is valid for payroll year &1 and month &2.
Text Symbol: E04 = Do you want to overwrite this file? - If the file was already sent to
Text Symbol: E05 = the UIF authorities, it would also be replaced in their system.
Text Symbol: F01 = Repeated Download
Text Symbol: F02 = File &1 exists for this Temse object.
Text Symbol: F03 = You must not send the same file with different creators to the authorities!
Text Symbol: F04 = Do you still want to download this file?
Text Symbol: FR1 = Program selections
Text Symbol: FR2 = Electronic Media Parameters
Text Symbol: FR3 = File Generation Number
Text Symbol: FRM = Form name for Label Printing
Text Symbol: LAB = Labels for Tax Certificates (Tax Year &1: Run Number &2)
Text Symbol: LAC = Labels for UIF Declarations (Payroll Year &1, Payroll Month &3: Run Number &2)
Text Symbol: N11 = Next free file number
Text Symbol: N12 = The next free file number for creator '&1' is &2
Text Symbol: N13 = Do you want to use this number?
Text Symbol: NUM = File numbers used
Text Symbol: O01 = Overwrite Confirmation
Text Symbol: O02 = The following file already exists :
Text Symbol: O03 = Do you want to overwrite this file ?
Text Symbol: S01 = Number of files Generated :
Text Symbol: S02 = Filename:
Text Symbol: S03 = Filesize:
Text Symbol: S04 = Generation Number:
Text Symbol: 302 = " was replaced by "
Text Symbol: 001 = Converting certificates ...
Text Symbol: 002 = Reading TemSe ...





Text Symbol: 003 = File Information
Text Symbol: 004 = Tax Year
Text Symbol: 005 = File Name for Download
Text Symbol: 006 = Status Report
Text Symbol: 007 = Download of file
Text Symbol: 008 = for tax year
Text Symbol: 009 = completed.
Text Symbol: 010 = Creator information:
Text Symbol: 011 = UIF reference number:
Text Symbol: 012 = Contact person:
Text Symbol: 013 = Tel.
Text Symbol: 014 = E-mail address:
Text Symbol: 015 = Number of employer records:
Text Symbol: 016 = Number of employee records:
Text Symbol: 017 = Sent
Text Symbol: 018 = Downloaded
Text Symbol: 100 = Write to Application Server using Logical Name
Text Symbol: 101 = Logical File Name
Text Symbol: 102 = Write to Presentation Server
Text Symbol: 103 = File Name
Text Symbol: 104 = All files(*.*)|*.*
Text Symbol: 105 = Write to Application Server using Physical Name
Text Symbol: 111 = Warning:
Text Symbol: 112 = This file overwrites file
Text Symbol: 113 = Payroll year
Text Symbol: 114 = and month
Text Symbol: 120 = You tried to overwrite all files
Text Symbol: 121 = that where created for TemSe object
Text Symbol: 122 = .
Text Symbol: 123 = However, for file
Text Symbol: 124 = , no overwrite file was created
Text Symbol: 125 = This could be due to a different file size limit.
Text Symbol: 301 = Filename "


INCLUDES used within this REPORT RPCUIDW0

INCLUDE RPCUIDW1.
INCLUDE RPCUIDW2.


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