SAMDT_ELEMENTS SAP (S&AM Elements) Table details

Dictionary Type: Table
Description: S&AM Elements




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




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

SAMDT_ELEMENTS is a standard SAP Table which is used to store S&AM Elements data and is available within R/3 SAP systems depending on the version and release level.

The SAMDT_ELEMENTS table consists of various fields, each holding specific information or linking keys about S&AM Elements data available in SAP. These include VERSION_ID (Numeric Character Field, Length 10), ELEMENT_ID (S&AM GUID), ELEMENT_P_ID (S&AM GUID), DEPENDS_ON (S&AM GUID).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP SAMDT_ELEMENTS 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
SCHEMA_IDS&AM GUID SAMDT_GUIDCHAR32CHAR32
VERSION_IDNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
ELEMENT_IDS&AM GUID SAMDT_GUIDCHAR32CHAR32
ELEMENT_P_IDS&AM GUID SAMDT_GUIDCHAR32CHAR32
DEPENDS_ONS&AM GUID SAMDT_GUIDCHAR32CHAR32
ELEMENT_NAMEStatus Model Element Name SAM_ELEMENT_NAMECHAR30
ELEMENT_LABELS&AM Element labels SAMDT_LABELCHAR70CHAR70
ELEMENT_TYPEStatus Model Element Type SAM_ELEMENT_TYPECHAR2SAM_ELEMENT_TYPE
ESR_NAMESAM ESR name SAM_ESR_NAMECHAR120SAM_ESR_NAME
ESR_NAMESPACESAM ESR namespace SAM_ESR_NAMESPACECHAR255SAM_ESR_NAMESPACE
STATE_GUARDSingle-Character Indicator CHAR1CHAR1CHAR1
PROC_AGENTSingle-Character Indicator CHAR1CHAR1CHAR1
DEFAULT_VALUESingle-Character Indicator CHAR1CHAR1CHAR1
INHIBITINGSingle-Character Indicator CHAR1CHAR1CHAR1
ADAPTABLESingle-Character Indicator CHAR1CHAR1CHAR1
HEIGHTNatural Number INT4INT410INT4
WIDTHNatural Number INT4INT410INT4
XNatural Number INT4INT410INT4
YNatural Number INT4INT410INT4
DER_DIRECTIONSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM SAMDT_ELEMENTS
INTO CORRESPONDING FIELDS OF WA_SAMDT_ELEMENTS
WHERE...

How to access SAP table SAMDT_ELEMENTS

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