SAP Reports / Programs

RPCNIRG0 SAP ABAP Report - NI Rates: Limits and Percentages







RPCNIRG0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for National Insurance Rates: Limits and Percentages This report displays the limits and percentage rates for one NI category code for a particular pay frequency for the current fiscal year...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 RPCNIRG0 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_M08_CNIR - NI rates and limits


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 RPCNIRG0. "Basic submit
SUBMIT RPCNIRG0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCNIRG0 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: P_CTOUT = Category C Contracted out Flag
Selection Text: P_DATE = Date
Selection Text: P_FREQ = Payroll Frequency
Selection Text: P_NICAT = NI Category
Title: NI Rates: Limits and Percentages
Text Symbol: ER1 = Error in function HR_GB_NI_RATES
Text Symbol: F01 = Selection Options for NI Category and Payroll Frequency
Text Symbol: R30 = No messages exist
Text Symbol: T01 = NI Rates: Limits and Percentages


INCLUDES used within this REPORT RPCNIRG0

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:

HR_REFRESH_ERROR_LIST call function 'HR_REFRESH_ERROR_LIST'.

HR_GB_NI_RATES CALL FUNCTION 'HR_GB_NI_RATES' EXPORTING CALC_DATE = p_date PFREQ_IMP = p_freq TABLES NIR = nir NICALC = nicalc NIPAY = nipay EXCEPTIONS NO_TIMEUNIT = 1 NO_NI_LIMITS_FOUND = 2 NO_NI_PERCENTAGES_FOUND = 3 TIME_UNIT_NOT_ALLOWED = 4 OTHERS = 5.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING ARBGB = '5G' MSGTY = 'E' MSGNO = '202' MSGV1 = p_freq MSGV2 = p_date.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING ARBGB = '5G' MSGTY = 'E' MSGNO = '204' MSGV1 = p_nicat MSGV2 = p_date .

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING ARBGB = '5G' MSGTY = 'E' MSGNO = '203' MSGV1 = p_freq.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING ARBGB = 'RP' MSGTY = 'E' MSGNO = '16' MSGV1 = 'Error in function HR_GB_NI_RATES'(ER1).

HR_ALV_LIST_DISPLAY call function 'HR_ALV_LIST_DISPLAY' exporting current_report = 'RPCNIRG0' data_structure = 'NIRATES' list_title = alv_title hr_display_error_list = 'X' variant = alv_variant tables data_tab = nir exceptions others = 0.



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