TCJ_MAX_AMOUNT SAP (Cash Journal: Amount Limit) Table details

Dictionary Type: Table
Description: Cash Journal: Amount Limit




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




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

TCJ_MAX_AMOUNT is a standard SAP Table which is used to store Cash Journal: Amount Limit data and is available within R/3 SAP systems depending on the version and release level.

The TCJ_MAX_AMOUNT table consists of various fields, each holding specific information or linking keys about Cash Journal: Amount Limit data available in SAP. These include COMP_CODE (Company Code), CURRENCY (Currency Key), CAJO_NUMBER (Cash Journal Number), MEANS_OF_PAYMENT (Cash Journal Means of Payment).. 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 TCJ_MAX_AMOUNT 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
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
CAJO_NUMBERCash Journal Number CJNRCHAR4TCJ_C_JOURNALSCJNRCJCAJONRH_CAJO_NUMBER
MEANS_OF_PAYMENTCash Journal Means of Payment CJMOFPAYMCHAR1CJMOP
GDATUDate As of Which the Exchange Rate Is Effective GDATU_INVCHAR8INVDTDATUM_INV
AMOUNTCash Journal Amount Field with +/- Sign CJAMOUNTCURR15(2) CJAMT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCJ_MAX_AMOUNT
INTO CORRESPONDING FIELDS OF WA_TCJ_MAX_AMOUNT
WHERE...

How to access SAP table TCJ_MAX_AMOUNT

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