J_3RTSE SAP (Secondary index table for VAT) Table details

Dictionary Type: Table
Description: Secondary index table for VAT




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




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

J_3RTSE is a standard SAP Table which is used to store Secondary index table for VAT data and is available within R/3 SAP systems depending on the version and release level.

The J_3RTSE table consists of various fields, each holding specific information or linking keys about Secondary index table for VAT data available in SAP. These include BUKRS (Company Code), INITDOC (Accounting Document Number), INITDATE (Posting Date in the Document), INITBUZEI (Number of Line Item Within Accounting Document).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP J_3RTSE 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
INITDOCAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
INITDATEPosting Date in the Document BUDATDATS8DATUM
INITBUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
SECBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SECDOCAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
SECDATEDocument Date in Document BLDATDATS8DATUM
SECBUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
ORIGINOrigin J_3RFORIGINCHAR26SYCHAR26
TYPESecondary Event Type J_3RFSEC_TYPECHAR1J_3RFSECTYPEJ_3RFSEC_TYPE
QUANTQuantity MENGE_DQUAN13(3) MENG13
SUMMASecondary event amount J_3RDMBTRCURR13(2) VWERT13
PERCENTPercent J_3RPERCENTCURR13(2) VWERT13
REFERENCEAllocation number J_3RSZUONRCHAR18ZUONR
WITHOUTTAXVAT Include/Exclude J_3RWITHOUTTAXCHAR1J_3RWITHOUTTAX
TAXDOCAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
TAXDATEDocument Date in Document BLDATDATS8DATUM
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10MCH1CHARGCHA
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
INITXBLNRReference Document Number XBLNR1CHAR16XBLNR1
NDSPOSCThe VAT on an item of the invoice J_3RNDSPOSCURR13(2) J_3RNDSPOS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PROPLPercent of payment J_3RPROPLNUMC3NUM03
VOZMVATThe compensated amount of the VAT J_3RVOZMCURR13(2) J_3RVOZM
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
SECXBLNRReference Document Number XBLNR1CHAR16XBLNR1
POSENDThe item is processed J_3RPOSENDCHAR1CHAR1_X
EVENTSecondary Event Type J_3RNKSEVENTCHAR2J_3RNKSEVENT
ERRCODEError Code J_3RPERRCODECHAR2J_3RPERRCODE
DESCRIPTComment CHAR50CHAR50TEXT50
STATISTICAttribute of further processing J_3RSTOPCHAR1XFELD
RUNDATERun date J_3RRUNDATEDATS8DATS
RUNIDRun identificator J_3RRUNIDCHAR6CHAR6
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
UPDDTDate of the Last Document Update UPDDTDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3RTSE
INTO CORRESPONDING FIELDS OF WA_J_3RTSE
WHERE...

How to access SAP table J_3RTSE

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