J_3RTVEHRIP SAP (Vehicle tax report structure) Structure details

Dictionary Type: Structure
Description: Vehicle tax report structure




ABAP Code to SELECT data from J_3RTVEHRIP
Related tables to J_3RTVEHRIP
Access table J_3RTVEHRIP




Structure field list including key, data, relationships and ABAP select examples

J_3RTVEHRIP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Vehicle tax report structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_J_3RTVEHRIP TYPE J_3RTVEHRIP.

The J_3RTVEHRIP table consists of various fields, each holding specific information or linking keys about Vehicle tax report structure data available in SAP. These include BUKRS (Company Code), NUMBR (Order number), ANLN1 (Main Asset Number), ANLN2 (Asset Subnumber).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP J_3RTVEHRIP structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
LIGHTTemporary delivery status during wave creation ICON_4CHAR4ICON_4
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
NUMBROrder number J_3RTNUMBERNUMC6
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
OKATO1OKATO Code (Part 1) J_3RTOKATO1CHAR2CHAR02
OKATO2OKATO Code (Part 2) J_3RTOKATO2CHAR3CHAR03
OKATO3OKATO Code (Part 3) J_3RTOKATO3CHAR3CHAR03
OKATO4OKATO Code (Part 4) J_3RTOKATO4CHAR3CHAR03
ADATUCarrier registration date J_3RTDTBGDATS8DATUM
BDATUCarrier registration date completion J_3RTDTENDATS8DATUM
CTYPVTransport Type J_3RTYPVCHAR5
POWERTax base of transport J_3RTTAXBASEQUAN13(3) MENG13
UNITPTax base unit J_3RTTAXUNITUNIT3Assigned to domainCUNITMEINS
KOEFUTax coefficient J_3RTKOEFUCHAR7
TAXVLTransport Tax Rate J_3RTVALDEC8(2)
VALTXAmount of posting tax J_3RTVALTXCURR15(2)
PLNTXAmount of plan tax J_3RTPLNTXCURR15(2)
FULLTFull amount of tax J_3RTFULTXCURR15(2)
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TXT50Asset description TXA50_ANLTCHAR50TEXT50
LICENSE_NUMLicense plate number LICENSE_NUMCHAR15LICENSE_NUM
FLEET_VINManufacturer Vehicle Identification Number for Fleet Object FLEET_VINCHAR30FLEET_VIN
BAUJJYear of construction BAUJJCHAR4GJAHRCJAHR
CNOTXTransport Tax Exemption Code J_3RTNOTXCHAR5
CPRTXTransport Tax Reduction Code J_3RTPREFCHAR5
DTBRADate Stolen J_3RTDTBRADATS8
DTBRBReturn Date J_3RTDTBRBDATS8
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
DEPONUSLFRate depends on vehicle age J_3RTDEPONUSLFCHAR1XFELD
MONTXTax yield period J_3RTMNFULNUMC2
ERRCMError comment J_3RTERRCMCHAR100

Key field Non-key field



How do I retrieve data from SAP structure J_3RTVEHRIP using ABAP code?

As J_3RTVEHRIP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on J_3RTVEHRIP as there is no data to select.

How to access SAP table J_3RTVEHRIP

Within an ECC or HANA version of SAP you can also view further information about J_3RTVEHRIP and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!