SAP Reports / Programs

RPCTSQL0 SAP ABAP Report - Prepare EA form







RPCTSQL0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for HR-MY: Sequence Number Generation for EA Form - Malaysia (RPCTSQL0) This report generates sequence numbers for the selected employees...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 RPCTSQL0 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_CTSQ - Prepare EA Form


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 RPCTSQL0. "Basic submit
SUBMIT RPCTSQL0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCTSQL0 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: YEAR = Tax Assesment Year
Selection Text: P_TEST = Test run
Selection Text: EMPREFNO = Employer's Reference No:
Title: Prepare EA form
Text Symbol: REP = Employers Ref No:
Text Symbol: ERN = Employers Ref No:
Text Symbol: ENT = User Parameters
Text Symbol: 068 = v.d.
Text Symbol: 067 = von de
Text Symbol: 066 = van de
Text Symbol: 065 = V.D.
Text Symbol: 064 = Von De
Text Symbol: 063 = Van De
Text Symbol: 062 = VON DE
Text Symbol: 061 = VAN DE
Text Symbol: 039 = Generating Sequence nos, please wait.....
Text Symbol: 031 = employee/employees selected for this criteria
Text Symbol: 030 = No Payroll Results available and no
Text Symbol: 029 = Process Discontinued
Text Symbol: 027 = Specify the filename
Text Symbol: 026 = Confirm
Text Symbol: 025 = Have you inserted the disk ?
Text Symbol: 016 = Do you want to continue?
Text Symbol: 015 = and saved in the Database
Text Symbol: 014 = Sequence numbers will be generated
Text Symbol: 013 = Type of run
Text Symbol: 009 = Generated Sequence Numbers
Text Symbol: 008 = Prepare EA Form for year
Text Symbol: 007 = Status
Text Symbol: 006 = Sequence No.
Text Symbol: 005 = Employee Name
Text Symbol: 004 = Employee Personnel No.
Text Symbol: 003 = Employee Tax no.
Text Symbol: 002 = Employer Tax Ref No.
Text Symbol: 001 = Tax Office


INCLUDES used within this REPORT RPCTSQL0

INCLUDE RPCTSQL4.


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