/EACC/DMB_DIM SAP (Table of Field Name and Dimensions for InfoCube) Table details

Dictionary Type: Table
Description: Table of Field Name and Dimensions for InfoCube




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




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

/EACC/DMB_DIM is a standard SAP Table which is used to store Table of Field Name and Dimensions for InfoCube data and is available within R/3 SAP systems depending on the version and release level.

The /EACC/DMB_DIM table consists of various fields, each holding specific information or linking keys about Table of Field Name and Dimensions for InfoCube data available in SAP. These include INFOCUBE (InfoCube Name), FIELDNAME (FIN Master Data: Field Name), DIMENSION (Dimension of a Star Schema).. 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)


SAP /EACC/DMB_DIM 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
INFOCUBEInfoCube Name /EACC/DMB_INFOCUBECHAR9/EACC/DMB_INFOCUBE
FIELDNAMEFIN Master Data: Field Name UG_FIELDNAMECHAR30Assigned to domainFDNAMEUG_FIELDNAME_BASIC
DIMENSIONDimension of a Star Schema /EACC/DMB_DIMENSIONCHAR1/EACC/DMB_DIMENSION

Key field Non-key field



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

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

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

How to access SAP table /EACC/DMB_DIM

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