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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M14_CTSQ - Prepare EA Form
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.
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
INCLUDE RPCTSQL4.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.