SAP Reports / Programs | Payroll | United Kingdom(PY-GB) SAP PY

RPCAPMG0 SAP ABAP Report - HR GB: Class 1A NICs Alternative Payment Method List







RPCAPMG0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report provides a list of the Class 1A National Insurance Contributions (NICs) to be paid for employees' company cars...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 RPCAPMG0 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_CAPM - Legislative reporting APM listing 08


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 RPCAPMG0. "Basic submit
SUBMIT RPCAPMG0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCAPMG0 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: TAX_YEAR = Tax year
Selection Text: BYPASS = Show each car's details
Title: HR GB: Class 1A NICs Alternative Payment Method List
Text Symbol: EX3 = Please use table control to adjust list width to printer format.
Text Symbol: EX2 = format.
Text Symbol: EX1 = No list display because width of list does not conform to printer
Text Symbol: 111 = NI number
Text Symbol: 107 = Cost center
Text Symbol: 106 = Class 1A NICs
Text Symbol: 104 = To
Text Symbol: 103 = From
Text Symbol: 102 = Car no.
Text Symbol: 101 = Name
Text Symbol: 022 = Car make/model:
Text Symbol: 021 = Cost center:
Text Symbol: 020 = Total class 1A NICs:
Text Symbol: 019 = Fuel scale charge:
Text Symbol: 018 = Net car benefit:
Text Symbol: 017 = Registration number:
Text Symbol: 016 = Registration date:
Text Symbol: 015 = Mileage band:
Text Symbol: 014 = Valid:
Text Symbol: 013 = Tax reference:
Text Symbol: 012 = Tax district:
Text Symbol: 011 = NI number:
Text Symbol: 010 = Personnel number:
Text Symbol: 009 = Details
Text Symbol: 008 = Number of cars processed:
Text Symbol: 007 = Number of persons processed:
Text Symbol: 006 = Class 1A NICs:
Text Symbol: 005 = Full car benefit:
Text Symbol: 004 = Payments for priv.use:
Text Symbol: 003 = Total days available:
Text Symbol: 002 = Tax year:
Text Symbol: 001 = Name:


INCLUDES used within this REPORT RPCAPMG0

INCLUDE RPIAPMG0.
INCLUDE RPC2CD09. "OFF
INCLUDE RPPPXD00.




INCLUDE RPC2RX09. "OFF
INCLUDE RPC2RGG0.
INCLUDE RPIMOLG9.
INCLUDE RPINI1GA.


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_DISPLAY_ERROR_LIST call function 'HR_DISPLAY_ERROR_LIST' exporting no_popup = 'X' no_print = ' ' no_img = 'X' linesize = sy-linsz tables error = error exceptions invalid_linesize = 1 others = 2.

HR_DISPLAY_ERROR_LIST call function 'HR_DISPLAY_ERROR_LIST' exporting no_popup = 'X' no_print = ' ' no_img = 'X' linesize = sy-linsz tables error = error exceptions invalid_linesize = 1 others = 2.



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