TCJ_C_JOURNALS SAP (Cash Journals) Table details

Dictionary Type: Table
Description: Cash Journals




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




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

TCJ_C_JOURNALS is a standard SAP Table which is used to store Cash Journals data and is available within R/3 SAP systems depending on the version and release level.

The TCJ_C_JOURNALS table consists of various fields, each holding specific information or linking keys about Cash Journals data available in SAP. These include COMP_CODE (Company Code), CAJO_NUMBER (Cash Journal Number), GL_ACCOUNT (G/L Account Number), CURRENCY (Currency Key).. 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)

Text table = TCJ_CJ_NAMES


SAP TCJ_C_JOURNALS 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 CJNRCHAR4CJNRCJCAJONRH_CAJO_NUMBER
GL_ACCOUNTG/L Account Number SAKNRCHAR10SKB1ALPHASAKNRSAKC_SAKNR
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
DOC_TYPE_SKCash Journal Document Type: G/L Account Posting CJDOCTYPSKCHAR2T003BLART
DOC_TYPE_SODocument Type for Cash Disbursements CJDOCTYPSOCHAR2T003BLART
DOC_TYPE_KZCash Journal Document Type: Payment to Vendor CJDOCTYPKZCHAR2T003BLART
DOC_TYPE_KGCash Journal Document Type: Payment from Vendor CJDOCTYPKGCHAR2T003BLART
DOC_TYPE_DZCash Journal Document: Payment from Customer CJDOCTYPDZCHAR2T003BLART
DOC_TYPE_DGCash Journal Document Type: Payment to Customer CJDOCTYPDGCHAR2T003BLART
BEGRUAuthorization Group BEGRUCHAR4BEGRU
PERSON1Cash Journal: Person 1 CJPERSON1CHAR40TEXT40
PERSON2Cash Journal: Person 2 CJPERSON2CHAR40TEXT40
TEXTAdditional Field for Cash Journal CJCJTEXT30CHAR30TEXT30
CJCLOSEDIndicator: Cash Journal Closed? CJCLOSEDCHAR1XFELD
CHECKSUMSPLITSplit Indicator for Totals Document During Check Deposit CJCHECKSUMSPLITCHAR2CJCHECKSPLIT
NUMBERING_OUTNumbering Group for Payments CJDNUMOUTCHAR6TCJ_NUMB_GROUPCJDNUM
NUMBERING_INNumbering Group for Receipts CJDNUMINCHAR6TCJ_NUMB_GROUPCJDNUM
NUMBERING_IN_CHENumbering Group for Check Receipts CJDNUMINCHEQUECHAR6TCJ_NUMB_GROUPCJDNUM
CJSUBSTIndicator: Substitution in Cash Journal? CJSUBSTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCJ_C_JOURNALS
INTO CORRESPONDING FIELDS OF WA_TCJ_C_JOURNALS
WHERE...

How to access SAP table TCJ_C_JOURNALS

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