TCJ_DOCUMENTS SAP (Cash Journal Documents (Header Data)) Table details

Dictionary Type: Table
Description: Cash Journal Documents (Header Data)




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




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

TCJ_DOCUMENTS is a standard SAP Table which is used to store Cash Journal Documents (Header Data) data and is available within R/3 SAP systems depending on the version and release level.

The TCJ_DOCUMENTS table consists of various fields, each holding specific information or linking keys about Cash Journal Documents (Header Data) data available in SAP. These include COMP_CODE (Company Code), CAJO_NUMBER (Cash Journal Number), FISC_YEAR (Fiscal Year), POSTING_NUMBER (Cash Journal Document Number).. 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 TCJ_DOCUMENTS 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
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
CAJO_NUMBERCash Journal Number CJNRCHAR4TCJ_C_JOURNALSCJNRCJCAJONRH_CAJO_NUMBER
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
POSTING_NUMBERCash Journal Document Number CJBELNRCHAR10ALPHABELNR
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
H_RECEIPTSCash Journal Amount Field with +/- Sign CJAMOUNTCURR15(2) CJAMT
H_PAYMENTSCash Journal Amount Field with +/- Sign CJAMOUNTCURR15(2) CJAMT
H_NET_AMOUNTCash Journal Document Net Amount - Document Currency CJNET_AMOUNTCURR13(2) WERTV7
H_NET_PAYMENT_WTNet Payment Amount (Withholding Tax Deducted) CJNET_PAYMENT_WTCURR15(2) CJAMT
H_TAX_AMOUNTTax amount in document currency WMWSTCURR13(2) WERT7
BP_NAMEName of Receipt Recipient CJBPNAMECHAR35NAME
DOCUMENT_DATEDocument Date in Document BLDATDATS8DATUM
DOCUMENT_NUMBERReference Document Number XBLNR1CHAR16XBLNR1
POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
DOCUMENT_STATUSCash Journal Entry Document Status CJDOCSTATCHAR2CJDOCSTAT
ACCOUNTANTUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
PRINT_INDCash Journal Print Indicator CJPRINTINDCHAR1BOOLEAN
TAX_PERCENTTax rate MSATZ_F05LDEC7(3) PRZ43V
D_POSTING_NUMBCash Journal Document Number for Display CJBELNR_DISPCHAR10ALPHABELNR
TEXT1Additional Field 1 for Cash Journal Document Header CJDOCTEXT100CHAR100TEXT100
TEXT2Additional Field 2 for Cash Journal Document Header CJDOCTEXT30CHAR30TEXT30
MEANS_OF_PAYMENTCash Journal Means of Payment CJMOFPAYMCHAR1CJMOP
CHECK_NUMBER13-digit check number SCKNR_EBNUMC13NUMC13
CHECK_ISSUERCheck Issuer (Cash Journal) CJCHECKISSUERCHAR14TEXT14
BANK_KEYBank Keys BANKKCHAR15BANKKBNK
BANK_ACCTBank account number BANKNCHAR18BANKN
BANK_CTRYBank country key BANKSCHAR3Assigned to domainLAND1BKL
CHECK_STACKNumber of Check Lot in Cash Journal CJCHECKSTACKCHAR8CHAR8
CHECK_STATUSPosting Status for Checks in Cash Journal CJCHECKSTATUSCHAR1CJCHSTAT
REVBELNRReversal Document Number for Cash Journal Document CJREVBELNRCHAR10ALPHABELNR
EXCH_RATEExchange rate KURSFDEC9(5) EXCRTKURSF
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
SECCOSection Code SECCOCHAR4Assigned to domainSECCOSECCO_ABA
SPLITSplit Information for Cash Journal Document CJDOCSPLITCHAR1CJDSPLIT
LZBKZState Central Bank Indicator LZBKZCHAR3T015LLZBKZ
LANDLSupplying Country LANDLCHAR3T005LAND1
CHECK_FYFiscal Year of Check Deposit CJCHECKSTACKFYNUMC4GJAHRGJAHR
VALUTA_DATEValue date VALUTDATS8DATUM
VATDATETax Reporting Date VATDATEDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCJ_DOCUMENTS
INTO CORRESPONDING FIELDS OF WA_TCJ_DOCUMENTS
WHERE...

How to access SAP table TCJ_DOCUMENTS

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