SAP Reports / Programs | Payroll | Norway(PY-NO) SAP PY

RPCTRMV1 SAP ABAP Report - 2-month report - part 2: Build up arbeidsgivers forskuddsskatt







RPCTRMV1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Term report for tax and employer's contribution...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 RPCTRMV1 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_M20_CTRM1 - Terminrep -Tax and ER contrib.


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 RPCTRMV1. "Basic submit
SUBMIT RPCTRMV1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCTRMV1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


2-month report / -
Selection Text: P_YEAR = Year
Selection Text: P_TERMIN = Termin
Selection Text: P_EXTRA = Additional basis empl.contrib.
Selection Text: P_BUKRS = Company
Title: 2-month report - part 2: Build up arbeidsgivers forskuddsskatt
Text Symbol: 053 = Herav pensj.
Text Symbol: 052 = <- Herav arbg.avg. av: ->
Text Symbol: 051 = Extra avg.
Text Symbol: 050 = Pensj.innsk.
Text Symbol: 049 = Feriepenger
Text Symbol: 048 = Program parameter:
Text Symbol: 047 = UTENLANDSKE ARBEIDSTAKERE / SÆRSKILT MND. BELØPSSATS (UTL2)
Text Symbol: 046 = Disse beløpene er ikke inkludert på filen.
Text Symbol: 045 = Følgende kommuner kommer ut med minusbeløp:
Text Symbol: 044 = Sone
Text Symbol: 043 = SPESIFISERT KOMMUNEVIS
Text Symbol: 042 = FORSKUDDSTREKK OG ARBEIDSGIVERAVGIFTSGRUNNLAG
Text Symbol: 041 = Dato:
Text Symbol: 040 = (kemner/kommunekasserer)
Text Symbol: 039 = Arbeidsgivers navn og adresse
Text Symbol: 038 = Antall records ut på file:
Text Symbol: 037 = EKSTRA AVG. AV YTELSER > 16G (GX16)
Text Symbol: 036 = Arbg.avgift
Text Symbol: 035 = Prosent
Text Symbol: 034 = Avgiftsgr.lag
Text Symbol: 032 = SUM AVGIFTSGRUNNLAG OG AVGIFT FORDELT PÅ SONER
Text Symbol: 031 = Sum arbeidsgiveravgift
Text Symbol: 030 = Avgiftssats
Text Symbol: 029 = Kommunenavn
Text Symbol: 028 = Arbg.nr.:
Text Symbol: 027 = År:
Text Symbol: 026 = Termin:
Text Symbol: 024 = Antall
Text Symbol: 023 = Utenlandske arbeidstakere / særskilt prosentsats (UTL1)
Text Symbol: 022 = Sum forsk.trekk/avg.grunnlag
Text Symbol: 020 = Til Skatteoppkreveren i
Text Symbol: 019 = BEREGNINGSOPPGAVE FOR ARBEIDSGIVERAVGIFT





Text Symbol: 017 = Prog.name:
Text Symbol: 015 = TERMINOPPGAVE FOR FORSKUDDSTREKK
Text Symbol: 012 = Sone
Text Symbol: 008 = Avgiftsgrunnlag
Text Symbol: 007 = Forskuddstrekk


INCLUDES used within this REPORT RPCTRMV1

INCLUDE RPC2CD00.


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:

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' "AKRH014075 EXPORTING "AKRH014075 COMPANYCODE = $BUKRS "AKRH014075 IMPORTING "AKRH014075 ADDRESS = T001-ADRNR "AKRH014075 TABLES "AKRH014075 APPENDIX = T001Z "AKRH014075 EXCEPTIONS "AKRH014075 NOT_FOUND = 1 "AKRH014075 OTHERS = 2. "AKRH014075

ADDR_GET CALL FUNCTION 'ADDR_GET' "PH4K001163 EXPORTING "PH4K001163 ADDRESS_SELECTION = ADDR1 "PH4K001163 IMPORTING "PH4K001163 SADR = SADR "PH4K001163 EXCEPTIONS "PH4K001163 PARAMETER_ERROR = 1 "PH4K001163 ADDRESS_NOT_EXIST = 2 "PH4K001163 VERSION_NOT_EXIST = 3 "PH4K001163 INTERNAL_ERROR = 4 "PH4K001163 OTHERS = 5. "PH4K001163

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = 'X' NO_PRINT = ' ' * NO_IMG = ' ' * LINESIZE = SY-LINSZ TABLES ERROR = ERRORTAB 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 RPCTRMV1 or its description.