BAPI_CJ_HEADER SAP (Cash Journal Document Header for Transfer to a BAPI) Structure details

Dictionary Type: Structure
Description: Cash Journal Document Header for Transfer to a BAPI




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




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

BAPI_CJ_HEADER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Cash Journal Document Header for Transfer to a BAPI" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPI_CJ_HEADER TYPE BAPI_CJ_HEADER.

The BAPI_CJ_HEADER table consists of various fields, each holding specific information or linking keys about Cash Journal Document Header for Transfer to a BAPI data available in SAP. These include CAJO_NUMBER (Cash Journal Number), CURRENCY (Currency Key), CURRENCY_ISO (ISO code currency), DOC_DATE (Document Date in 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPI_CJ_HEADER structure 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
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CAJO_NUMBERCash Journal Number CJNRCHAR4Assigned to domainCJNRCJCAJONRH_CAJO_NUMBER
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
DOC_DATEDocument Date in Document BLDATDATS8DATUM
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
REF_DOC_NOReference Document Number XBLNR1CHAR16XBLNR1
BP_NAMEName of Receipt Recipient CJBPNAMECHAR35NAME
ALLOC_NMBRAssignment Number DZUONRCHAR18ZUONR
TEXT1Additional Field 1 for Cash Journal Document Header CJDOCTEXT100CHAR100TEXT100
TEXT2Additional Field 2 for Cash Journal Document Header CJDOCTEXT30CHAR30TEXT30
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
BANK_CTRY_ISOBank country key in ISO code BANKS_ISOCHAR2INTCABKL
SCBANK_INDState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
SUPCOUNTRYSupplying Country LANDLCHAR3Assigned to domainLAND1
SUPCOUNTRY_ISOSupplier country ISO code LANDL_ISOCHAR2INTCA

Key field Non-key field



How do I retrieve data from SAP structure BAPI_CJ_HEADER using ABAP code?

As BAPI_CJ_HEADER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPI_CJ_HEADER as there is no data to select.

How to access SAP table BAPI_CJ_HEADER

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