J_3R_TRTAX_S2T SAP (Section2 Table Data for Transport Tax) Structure details

Dictionary Type: Structure
Description: Section2 Table Data for Transport Tax




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




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

J_3R_TRTAX_S2T 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 "Section2 Table Data for Transport Tax" 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_3R_TRTAX_S2T TYPE J_3R_TRTAX_S2T.

The J_3R_TRTAX_S2T table consists of various fields, each holding specific information or linking keys about Section2 Table Data for Transport Tax data available in SAP. These include N010_SEQ (Line Number), N020_VEHTYPE_CODE (Transport Type), N030_VIN (Vehicle Identification Number (VIN)), N040_BRAND (Vehicle Brand).. 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_3R_TRTAX_S2T 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
N10_OKATOOKATO Code J_3R_OKATOCHAR12
N010_SEQLine Number J_3R_SEQ_NRNUMC4NUMC4
N020_VEHTYPE_CODETransport Type J_3RTYPVCHAR5
N030_VINVehicle Identification Number (VIN) J_3R_VINCHAR25
N040_BRANDVehicle Brand J_3R_BRANDCHAR120CHAR120
N050_PLATE_NUMLicense plate number LICENSE_NUMCHAR15LICENSE_NUM
N060_TAX_BASETax Base Unit Upto Two Decimal Places J_3R_TTAXBASEQUAN15(2)
N070_TAX_BASE_UNITTax base unit J_3RTTAXUNITUNIT3Assigned to domainCUNITMEINS
N080_USAGE_YEARSTerm of Use J_3R_TERMCHAR3
N090_TAX_COEFFTax Coefficient J_3R_USE_COEFFDEC3(2) DEC1_2
N100_TAX_RATETax Rate J_3R_TAX_RATECURR15(2)
N110_TAX_VALUECumulative acquisition and production costs KANSWCURR13(2) ANLKWERT
N120_TAX_PRIVILEGECode of Tax Privilege J_3R_TAX_PRIVCHAR5
N130_PRIVILEGE_AMOUNTCumulative acquisition and production costs KANSWCURR13(2) ANLKWERT
N140_TAX_AMOUNTCumulative acquisition and production costs KANSWCURR13(2) ANLKWERT
N16_TAX_PRIVILEGECumulative acquisition and production costs KANSWCURR13(2) ANLKWERT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
INNINN of Reporting Company J_3R_INNCHAR30TEXT30
KPPSubdivision's KPP J_3RF_KPPCHAR12CHAR12
PAGE_NUMPage Number J_3R_PAGENUMNUMC3
MENGEUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
N120_TAX_COEFFTax Coefficient J_3R_USAGE_COEFFDEC5(4) DEC1_4
N090_ECOCLASSEcological Class J_3R_ECO_CLSCHAR1J_3R_ECO_CLS
N110_VALID_MONTHNumber of Valid Months with Respect To The Tax J_3R_VALID_MONTHNUMC2
N170_EXMP_CODETransport Tax Exemption Code J_3RTNOTXCHAR5
N170_EXMP_LAW Law Article for Exemption Code0
N180_EXMP_AMTCumulative acquisition and production costs KANSWCURR13(2) ANLKWERT
N190_AMTRED_CODETransport tax amount reduction code J_3R_AMTREDUCTIONCHAR5CHAR5
N190_AMTRED_LAW Law Article for Amount Reduction Code0
N200_AMTRED_AMTCumulative acquisition and production costs KANSWCURR13(2) ANLKWERT
N210_REDUCTION_CODETransport Tax Reduction Code J_3RTPREFCHAR5
N210_REDUCTION_LAW Law Article for Reduction Code0
N220_REDUCTION_AMTCumulative acquisition and production costs KANSWCURR13(2) ANLKWERT
N150_PRIVMONTHNumber of Valid Months with Respect To The Tax J_3R_VALID_MONTHNUMC2
N160_PRIV_COEFF Tax Coefficient0

Key field Non-key field



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

As J_3R_TRTAX_S2T 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_3R_TRTAX_S2T as there is no data to select.

How to access SAP table J_3R_TRTAX_S2T

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