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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M25_CNRCL - Run Employer Claim Report for NRS
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = 'Generating List, please wait.....'(039)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.