/EACC/V_TOTALS_F SAP (Journal Totals - Field List) Table details

Dictionary Type: Table
Description: Journal Totals - Field List




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




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

/EACC/V_TOTALS_F is a standard SAP Table which is used to store Journal Totals - Field List data and is available within R/3 SAP systems depending on the version and release level.

The /EACC/V_TOTALS_F table consists of various fields, each holding specific information or linking keys about Journal Totals - Field List data available in SAP. These include ACC_SYSTEM (Accounting System), JOURNAL (Journal), TOTALS_INSTANCE (Two digit number), DIMENSION (Data Retention: Totals for Star Scheme in Totals Persistence).. 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: Cannot Be Enhanced


SAP /EACC/V_TOTALS_F 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
JOURNALJournal FIN_JOURNALCHAR8/EACC/V_TOTALS_JFIN_JOURNALFIN_JOURNAL
TOTALS_INSTANCETwo digit number NUMC2NUMC2NUMC2
DIMENSIONData Retention: Totals for Star Scheme in Totals Persistence FINB_DMT_DIMENSIONCHAR1FINB_DMT_DIMENSION
POSITION_Count parameters NUMC4NUMC4NUMC4
FIELDNAMEField Name FINB_MD_FIELDNAMECHAR30Assigned to domainFDNAME
KEY_FIELDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
TIME_CHAR 0
TYPEField Type FINB_PR_FIELD_TYPECHAR1FINB_PR_FIELD_TYPE

Key field Non-key field



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

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

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

How to access SAP table /EACC/V_TOTALS_F

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