J_3RTASSET SAP (Time dependent master record tax parameters of vehicles) Table details

Dictionary Type: Table
Description: Time dependent master record tax parameters of vehicles




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




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

J_3RTASSET is a standard SAP Table which is used to store Time dependent master record tax parameters of vehicles data and is available within R/3 SAP systems depending on the version and release level.

The J_3RTASSET table consists of various fields, each holding specific information or linking keys about Time dependent master record tax parameters of vehicles data available in SAP. These include BUKRS (Company Code), ANLN1 (Main Asset Number), ANLN2 (Asset Subnumber), BDATU (Carrier registration date completion).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP J_3RTASSET table 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ANLN1Main Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4ANLAALPHAANLN2AN2
BDATUCarrier registration date completion J_3RTDTENDATS8DATUM
ADATUDate for beginning of validity ADATUDATS8DATUMADT
POWERPower at specific number of revolutions per minute ENGINE_POWERQUAN13(3) MENG13
UNITPPower unit UNIT_POWERUNIT3T006CUNITMEINS
OKATO1OKATO Code (Part 1) J_3RFOKATO1CHAR2J_3RFOKATOCHAR02
OKATO2OKATO Code (Part 2) J_3RFOKATO2CHAR3CHAR03
OKATO3OKATO Code (Part 3) J_3RFOKATO3CHAR3CHAR03
OKATO4OKATO Code (Part 4) J_3RFOKATO4CHAR3CHAR03
MODYFTax modifier J_3RTMODDEC6(3)
LICENSE_NUMLicense plate number LICENSE_NUMCHAR15LICENSE_NUM
DTBRADate Stolen J_3RTDTBRADATS8
DTBRBReturn Date J_3RTDTBRBDATS8
CNOTXTransport Tax Exemption Code J_3RTNOTXCHAR5J_3RTNTVEH
CPRTXTransport Tax Reduction Code J_3RTPREFCHAR5J_3RTPRTAX
DBTAXFull month tax J_3RTDBTAXCHAR1CHAR1_X

Key field Non-key field



How do I retrieve data from SAP table J_3RTASSET using ABAP code

The following ABAP code Example will allow you to do a basic selection on J_3RTASSET to SELECT all data from the table
DATA: WA_J_3RTASSET TYPE J_3RTASSET.

SELECT SINGLE *
FROM J_3RTASSET
INTO CORRESPONDING FIELDS OF WA_J_3RTASSET
WHERE...

How to access SAP table J_3RTASSET

Within an ECC or HANA version of SAP you can also view further information about J_3RTASSET 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!