BEL_JOURNAL SAP (Belgium : Sales/Purchase Journal Period Balances) Table details

Dictionary Type: Table
Description: Belgium : Sales/Purchase Journal Period Balances




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




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

BEL_JOURNAL is a standard SAP Table which is used to store Belgium : Sales/Purchase Journal Period Balances data and is available within R/3 SAP systems depending on the version and release level.

The BEL_JOURNAL table consists of various fields, each holding specific information or linking keys about Belgium : Sales/Purchase Journal Period Balances data available in SAP. These include BUKRS (Company Code), GJAHR (Fiscal Year), MONAT (Fiscal Period), JOURNAL_TYPE (Account Type).. 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 BEL_JOURNAL 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
JOURNAL_TYPEAccount Type KOARTCHAR1KOART
CREDIT_AMTAmount in Local Currency DMBTRCURR13(2) WERT7
DEBIT_AMTAmount in Local Currency DMBTRCURR13(2) WERT7
BASE_AMTTax Base Amount in Local Currency HWBASCURR13(2) WERT7
VAT_AMTTax Amount in Local Currency HWSTECURR13(2) WERT7

Key field Non-key field



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

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

SELECT SINGLE *
FROM BEL_JOURNAL
INTO CORRESPONDING FIELDS OF WA_BEL_JOURNAL
WHERE...

How to access SAP table BEL_JOURNAL

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