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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M20_CTRM1 - Terminrep -Tax and ER contrib.
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.
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
INCLUDE RPC2CD00.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCTRMV1 - 2-month report - part 2: Build up arbeidsgivers forskuddsskatt RPCTRMV1 - 2-month report - part 2: Build up arbeidsgivers forskuddsskatt RPCTRMV0 - 2-month report - part 1: extract data for arbeidsgivers forskuddsskatt RPCTRMV0 - 2-month report - part 1: extract data for arbeidsgivers forskuddsskatt RPCTRMUL - Include RPCTRMUL RPCTRMUD_ALV - Include RPCTRMUD_ALV