/EACC/DMM_DIMT SAP (Test e for Dimensions of Accounting Views) Table details

Dictionary Type: Table
Description: Test e for Dimensions of Accounting Views




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




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

/EACC/DMM_DIMT is a standard SAP Table which is used to store Test e for Dimensions of Accounting Views data and is available within R/3 SAP systems depending on the version and release level.

The /EACC/DMM_DIMT table consists of various fields, each holding specific information or linking keys about Test e for Dimensions of Accounting Views data available in SAP. These include ACINST (Accounting Structure ID), COMPON_VIEW (Home Class of an Accounting Component), DIMENSION (Dimension of a Star Schema), SPRAS (Language Key).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table for: /EACC/DMM_DIM


SAP /EACC/DMM_DIMT 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 MANDTCLNT3/EACC/DMM_DIMMANDT
ACINSTAccounting Structure ID ACC_STRUCTURECHAR22ACC_STRUCTUREACC_STRUCTURE
COMPON_VIEWHome Class of an Accounting Component /EACC/COMPONCHAR30Assigned to domain/EACC/COMPON/EACC/COMPON/EACC/COMPON
DIMENSIONDimension of a Star Schema /EACC/DMM_DIMENSIONCHAR1Assigned to domain/EACC/DMM_DIMENSION
SPRASLanguage Key LANGULANG1T002ISOLASPRAS
TEXTLONGText Field of Length 60 TEXT60CHAR60TEXT60

Key field Non-key field



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

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

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

How to access SAP table /EACC/DMM_DIMT

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