SAP Reports / Programs | Payroll | Singapore(PY-SG) SAP PY

RPCNRSCL SAP ABAP Report - Employer claim report - National Service







RPCNRSCL 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 RPCNRSCL 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_M25_CNRCL - Run Employer Claim Report for NRS


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 RPCNRSCL. "Basic submit
SUBMIT RPCNRSCL AND RETURN. "Return to original report after report execution complete
SUBMIT RPCNRSCL 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: SUBTY = NRS-Absence subtype
Title: Employer claim report - National Service
Text Symbol: 028 = Last Name
Text Symbol: 029 = Date of Employment
Text Symbol: 030 = NS From
Text Symbol: 031 = NS To
Text Symbol: 032 = NS Unit
Text Symbol: 033 = Average Allowance
Text Symbol: 034 = Test run without printing
Text Symbol: 035 = Present Residential Address
Text Symbol: 036 = Present Correspondence Address
Text Symbol: 037 = Addresses
Text Symbol: 038 = Preview in process, please wait.....
Text Symbol: 039 = Generating List, please wait.....
Text Symbol: 040 = Basic Salary
Text Symbol: 041 = Total Salary
Text Symbol: 042 = Amount for Claim
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: PAR = Authorised Person's Information
Text Symbol: 027 = Specify the filename
Text Symbol: 001 = General parameters
Text Symbol: 002 = Single
Text Symbol: 003 = Designation
Text Symbol: 004 = Married
Text Symbol: 005 = Divorced
Text Symbol: 006 = Unmarried
Text Symbol: 007 = Seperated
Text Symbol: 008 = Widowed
Text Symbol: 009 = Company
Text Symbol: 010 = Name of the Layout set
Text Symbol: 011 = IC Number





Text Symbol: 012 = Output format
Text Symbol: 013 = Customer Layout
Text Symbol: 014 = Standard Layout
Text Symbol: 015 = SLNo
Text Symbol: 016 = Personnel No
Text Symbol: 017 = Ref Num
Text Symbol: 018 = Income Tax No
Text Symbol: 019 = IC No
Text Symbol: 020 = Employee Name
Text Symbol: 021 = NRS Employer Claim
Text Symbol: 022 = Employees Selected
Text Symbol: 023 = Print Errors
Text Symbol: 024 = First Name
Text Symbol: 025 = Print Errors
Text Symbol: 026 = Confirm


INCLUDES used within this REPORT RPCNRSCL

No INCLUDES are used within this REPORT code!


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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = 'Generating List, please wait.....'(039)



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