J_3RFSEC_ITEM SAP (Data for Secondary events for deferred tax) Table details

Dictionary Type: Table
Description: Data for Secondary events for deferred tax




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




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

J_3RFSEC_ITEM is a standard SAP Table which is used to store Data for Secondary events for deferred tax data and is available within R/3 SAP systems depending on the version and release level.

The J_3RFSEC_ITEM table consists of various fields, each holding specific information or linking keys about Data for Secondary events for deferred tax data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (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: 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_3RFSEC_ITEM 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
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
ZBUKRCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ZBELNAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
ZGJAHFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ZBUZENumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
CBELNClearing document number BELNR_CCHAR10ALPHABELNRBLN
CGJAHClearing document fiscal year GJAHR_CNUMC4GJAHRGJAHRGJR
CBUZENumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
MWSKZ_TOTarget Tax Code (for Deferred Tax) DZMWSKCHAR2Assigned to domainMWSKZ
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
HKONTGeneral Ledger Account HKONTCHAR10SKB1ALPHASAKNR
HKONT_TOGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KBETRTax Rate KBETR_TAXCURR11(2) WERTV6
HWBTRGross Amount in Local Currency HWBTR_DEFTAX_ITEMCURR15(2) WERTV8
FWBTRGross Amount in Document Currency FWBTR_DEFTAX_ITEMCURR15(2) WERTV8
HWBASTax Base Amount in Local Currency HWBAS_BSESCURR15(2) WERTV8
FWBASTax base amount in document currency FWBAS_BSESCURR15(2) WERTV8
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
FWSTETax Amount in Document Currency FWSTECURR13(2) WERT7
LWAERCountry currency WAERS_005CUKY5Assigned to domainWAERS
XAUSGRelevant Document Has Been Cleared XAUSECHAR1XFELD
STMD1Date from which Advance Tax Reporting Must Be Executed STMD1DATS8DATUM
STMD2Date on Which the Tax Return Was Made STMDT_BSETDATS8DATUM
STMT2Time of Program Run for the Tax Return STMTI_BSETCHAR6TIME6
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
TBELNTax transfer document BELNR_TCHAR10ALPHABELNRBLN
TGJAHTransfer document fiscal year GJAHR_TNUMC4GJAHRGJAHRGJR
RBELNTax transfer reversal document BELNR_RCHAR10ALPHABELNRBLN
RGJAHReversal document year GJAHR_RNUMC4GJAHRGJAHRGJR
LINE_TYPELine category REF_LINE_TYPECHAR2CHAR2
REFERENCEReference Field REF_DEFTAX_ITEMCHAR20CHAR20
EVENTSecondary Event Type J_3RNKSEVENTCHAR2J_3RNKSEVENT

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3RFSEC_ITEM
INTO CORRESPONDING FIELDS OF WA_J_3RFSEC_ITEM
WHERE...

How to access SAP table J_3RFSEC_ITEM

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