SAP Reports / Programs

RPCTRNL0 SAP ABAP Report - Updation of T5LRN







RPCTRNL0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program Updates T5LRN table to used for CP159 For the user to have flexibility a Customer Exit is also provided...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 RPCTRNL0 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_M14_CTRN - Prepare Table T5LRN for CP159


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 RPCTRNL0. "Basic submit
SUBMIT RPCTRNL0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCTRNL0 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: REFNO = Employer's Ref no:
Title: Updation of T5LRN
Text Symbol: 037 = Cheque No.
Text Symbol: 038 = Fax No.
Text Symbol: 039 = Employer's Business No.
Text Symbol: 042 = Employer's Head Office No.
Text Symbol: 050 = Tax Office Address
Text Symbol: 051 = Address
Text Symbol: 052 =
Text Symbol: 053 =
Text Symbol: 054 =
Text Symbol: 055 =
Text Symbol: 056 =
Text Symbol: 061 = VAN DE
Text Symbol: 062 = VON DE
Text Symbol: 063 = Van De
Text Symbol: 064 = Von De
Text Symbol: 065 = V.D.
Text Symbol: 066 = van de
Text Symbol: 067 = von de
Text Symbol: 068 = v.d.
Text Symbol: 090 = Update Table for CP159
Text Symbol: BEG = Processing started please be patient...
Text Symbol: BOX = Further Parameters
Text Symbol: E01 = Error
Text Symbol: ERN = Employers Ref No:
Text Symbol: FNM = TAXFORMA
Text Symbol: H01 = BORANG A TAX
Text Symbol: P01 = Print Form
Text Symbol: P2H = /usr/sap/trans/tmp/
Text Symbol: PAR = User Parameters
Text Symbol: PR1 = Parameters
Text Symbol: PTH = C:\TEMP\
Text Symbol: TIT = TAX MONTHLY REPORT
Text Symbol: 001 = Tax Monthly reporting format
Text Symbol: 002 = Tape
Text Symbol: 003 = Disk
Text Symbol: 004 = Employer Reference number





Text Symbol: 005 = Seqno
Text Symbol: 006 = Tax No
Text Symbol: 007 = IC No
Text Symbol: 008 = Employee Name
Text Symbol: 009 = STD Amt
Text Symbol: 010 = CP38 Amt
Text Symbol: 011 = Output Format
Text Symbol: 013 = Testing ( Tape/Disk )
Text Symbol: 014 = Officer In-charge
Text Symbol: 015 = IC Number
Text Symbol: 016 = List
Text Symbol: 018 = Designation
Text Symbol: 019 = Phone No
Text Symbol: 020 = Personnel No
Text Symbol: 021 = IC Old
Text Symbol: 022 = Payee Key
Text Symbol: 023 = Ref num
Text Symbol: 024 = CO Code
Text Symbol: 025 = Have you inserted the disk ?
Text Symbol: 026 = Confirm
Text Symbol: 027 = Specify the filename
Text Symbol: 028 = Branch
Text Symbol: 029 = Bank Draft
Text Symbol: 030 = Check
Text Symbol: 031 = Payment mode
Text Symbol: 032 = Standard Layout
Text Symbol: 033 = Customer Layout
Text Symbol: 034 = Filename
Text Symbol: 035 = Money Order
Text Symbol: 036 = Remittance date


INCLUDES used within this REPORT RPCTRNL0

INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPC2CA00.
INCLUDE RPC2CD09.
INCLUDE RPC2RX09.
INCLUDE RPC2RLL0.
INCLUDE RPCXRLL0.
INCLUDE RPCTRNL2.






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