SAP Reports / Programs | Personnel Management | Personnel Administration | Netherlands(PA-PA-NL) SAP PA

RPITVON0 SAP ABAP Report - Batch Input: Change Tax Class/Select Increased OT







RPITVON0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Batch Input for Initialization of Infotype Fiscal Data NL (0060) This report can be used to create a batch input session for persons changing from one tax class to another or persons who qualify for increased compensatory allowance (also referred to as premium transfer allowance [OT]...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 RPITVON0 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_M05_ITVO - Batch Input Sess.f.Ch.Tx.Cl.+Ch.OT


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 RPITVON0. "Basic submit
SUBMIT RPITVON0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPITVON0 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: USER = Password
Selection Text: TARGRP = Old Tax Class
Selection Text: STARTTAG = Start date
Selection Text: R2 = Increased Comp. Allowance [OT]
Selection Text: R1 = New Tax Class
Selection Text: NEWTARGR = New Tax Class
Selection Text: ENDTAG = End Date
Selection Text: BTCIX = Create batch input session
Selection Text: BTCIN = Name of Batch Input Session
Selection Text: BEREKENT = Calculation Table
Title: Batch Input: Change Tax Class/Select Increased OT
Text Symbol: 013 = write persons to batch input session
Text Symbol: 001 = Select the data you wish to change
Text Symbol: 002 = Selection Period for Infotype 0060
Text Symbol: 003 = Further Selection Criteria for Pay Scale Group
Text Symbol: 004 = Further Selection Criteria for Compensatory Allowance [OT]
Text Symbol: 005 = Data via Batch Input Session
Text Symbol: 006 = No persons for which infotype 0060 can be changed
Text Symbol: 007 = Thr.are
Text Symbol: 008 = Infotype 0060 can be changed for the following persons
Text Symbol: 009 = from tax class
Text Symbol: 010 = The following persons qualify for increased compensatory allowance [OT] in infotype 0060
Text Symbol: 011 = The following persons have a second nfotype 0060 in one period
Text Symbol: 012 = to tax class


INCLUDES used within this REPORT RPITVON0

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:

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = BTCIN USER = SY-UNAME.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' TABLES DYNPROTAB = BDCDATA.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' TABLES DYNPROTAB = BDCDATA.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.



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