SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_3RTVEH SAP ABAP Report - Transport Tax Report (Russia)







J_3RTVEH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter J_3RTVEH 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

J3RTVEH - Transport Tax Report (Russia)


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 J_3RTVEH. "Basic submit
SUBMIT J_3RTVEH AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RTVEH 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: PA_BUKRS = D .
Selection Text: PA_FROM = D .
Selection Text: PA_GJAHR = D .
Selection Text: PA_MONAT = Till period
Selection Text: PA_VARNT = D .
Selection Text: P_EX1 = Extract
Selection Text: P_EX2 = Extract
Selection Text: P_EXT1 = Extract Name
Selection Text: P_LOAD = Read extract
Selection Text: P_NOEX = Without extract
Selection Text: P_SAVE = Save extract
Selection Text: SO_ANLKL = D .
Selection Text: SO_ANLN1 = D .
Selection Text: SO_ANLN2 = D .
Selection Text: SO_OKATO = D .
Title: Transport Tax Report (Russia)
Text Symbol: EXT = Extracts
Text Symbol: EX5 = Extract Description
Text Symbol: EX4 = Read
Text Symbol: EX3 = Save
Text Symbol: EX2 = Name of extract
Text Symbol: EX1 = Without extract
Text Symbol: E05 = Read extract
Text Symbol: 001 = is processing
Text Symbol: 100 = Valuation data does not exist (Entry is empty in table ANLC).
Text Symbol: 101 = Valuation area & does not exist (table ANLC).
Text Symbol: 102 = Time independed parameters does not fill in..
Text Symbol: 103 = Communication does not exist between equipment unit and asset
Text Symbol: 104 = Time depended parameters does not fill in master record.
Text Symbol: 105 = Tax base does not fill in master record.
Text Symbol: 106 = Date range does not fill in master record.
Text Symbol: 107 = Vehicle type code does not fill in master record.
Text Symbol: 108 = License plate number does not fill in master record.
Text Symbol: 109 = Manufacturer Vehicle Identification Number does not fill in master record.
Text Symbol: 110 = Region code does not fill in master record.
Text Symbol: 200 = Transport tax
Text Symbol: 201 = Vehicle asset parameters test
Text Symbol: 301 = Ordinary deprecation





Text Symbol: 302 = Special depreciation
Text Symbol: 303 = Interest
Text Symbol: 304 = Revaluation of replacement value
Text Symbol: 305 = Revaluation of cumulative ord. depreciation
Text Symbol: E01 = Without extract
Text Symbol: E02 = Save extract
Text Symbol: E03 = Name of extract
Text Symbol: E04 = Extract Description


INCLUDES used within this REPORT J_3RTVEH

INCLUDE J_3RTVEHTOP.
INCLUDE VEX01TOP.
INCLUDE J_3RTVEHSEL.
INCLUDE J_3RTVEHFLW.
INCLUDE J_3RTVEHFLE.
INCLUDE J_3RTVEHSTR.
INCLUDE J_3RTVEHFRM.


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:

No SAP FUNCTION MODULES are executed within this report code!



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