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
Below is a list of transaction codes which are relevant to this SAP report
J3RTVEH - Transport Tax Report (Russia)
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.
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
INCLUDE J_3RTVEHTOP.
INCLUDE VEX01TOP.
INCLUDE J_3RTVEHSEL.
INCLUDE J_3RTVEHFLW.
INCLUDE J_3RTVEHFLE.
INCLUDE J_3RTVEHSTR.
INCLUDE J_3RTVEHFRM.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.