/EACC/V_JOURN_N SAP (Journals) Table details

Dictionary Type: Table
Description: Journals




ABAP Code to SELECT data from /EACC/V_JOURN_N
Related tables to /EACC/V_JOURN_N
Access table /EACC/V_JOURN_N




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

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

The /EACC/V_JOURN_N table consists of various fields, each holding specific information or linking keys about Journals data available in SAP. These include ACC_SYSTEM (Accounting System), FIELDNAME (Field Name), JOURNAL (Journal), NAME (Home Class of an Accounting Component).. 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)


SAP /EACC/V_JOURN_N 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
ACC_SYSTEMAccounting System ACC_SYSTEMCHAR8Assigned to domainACC_SYSTEMACC_SYSTEM
FIELDNAMEField Name FINB_MD_FIELDNAMECHAR30Assigned to domainFDNAME
JOURNALJournal FIN_JOURNALCHAR8Assigned to domainFIN_JOURNALFIN_JOURNAL
NAMEHome Class of an Accounting Component /EACC/COMPONCHAR30Assigned to domain/EACC/COMPON/EACC/COMPON/EACC/COMPON

Key field Non-key field



How do I retrieve data from SAP table /EACC/V_JOURN_N using ABAP code

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

SELECT SINGLE *
FROM /EACC/V_JOURN_N
INTO CORRESPONDING FIELDS OF WA_/EACC/V_JOURN_N
WHERE...

How to access SAP table /EACC/V_JOURN_N

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