DMEE_HEAD_ABA SAP (DMEE: Format Tree Header Data) Table details

Dictionary Type: Table
Description: DMEE: Format Tree Header Data




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




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

DMEE_HEAD_ABA is a standard SAP Table which is used to store DMEE: Format Tree Header Data data and is available within R/3 SAP systems depending on the version and release level.

The DMEE_HEAD_ABA table consists of various fields, each holding specific information or linking keys about DMEE: Format Tree Header Data data available in SAP. These include TREE_ID (DMEE: ID for a DMEE format tree), VERSION (DMEE: version of format tree), PARAM_STRUC (DMEE: DDIC structure for format-specific parameters), FM_FIELDTP (DMEE: format field type).. 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 or numeric)


SAP DMEE_HEAD_ABA 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
TREE_TYPEDMEE: tree type DMEE_TREETYPE_ABACHAR4DMEE_TYPE_ABADMEE_TREETYPE_ABADMEE_TREE_TYPE_ABA
TREE_IDDMEE: ID for a DMEE format tree DMEE_TREEID_ABACHAR30DMEE_ABADMEE_TREEID_ABADMEE_TREE_ID_ABA
VERSIONDMEE: version of format tree DMEE_VERSION_ABANUMC3DMEE_VERSION_ABA
PARAM_STRUCDMEE: DDIC structure for format-specific parameters DMEE_PARAM_STRUC_ABACHAR30TABNAME
FM_FIELDTPDMEE: format field type DMEE_FMFDTP_ABACHAR1DMEE_FMFDTP_ABA
SGMG_DELIMDMEE: delimiter in segment groups DMEE_SGMG_DELIM_ABACHAR3DMEE_DELIMITER_ABA
SEGM_DELIMDMEE: delimiter in segments DMEE_SEGM_DELIM_ABACHAR3DMEE_DELIMITER_ABA
COMP_DELIMDMEE: delimiter in composites DMEE_COMP_DELIM_ABACHAR3DMEE_DELIMITER_ABA
COMPR_RULEDMEE: delimiters are compressed DMEE_COMPR_RULE_ABACHAR1XFELD
ESCAPE_SYMBDMEE: escape character for delimiter DMEE_ESCAPE_SYMB_ABACHAR1DMEE_ESCAPE_SYMB_ABA
SF_NAMESmart Forms: Form Name TDSFNAMECHAR30Assigned to domainTDSFNAMESSFNAME
FIRSTNODE_IDDMEE: node ID DMEE_NODEID_ABACHAR12Assigned to domainDMEE_NODEID_ABA
SGMG_CRSegment groups are separated by carriage return DMEE_SGMG_CR_ABACHAR1DMEE_SGMG_CR_ABA
SGMG_LFSegment groups are separated by line feed DMEE_SGMG_LF_ABACHAR1DMEE_SGMG_LF_ABA
SEGM_CRSegments are separated by carriage return DMEE_SEGM_CR_ABACHAR1DMEE_SEGM_CR_ABA
SEGM_LFSegments are separated by line feed DMEE_SEGM_LF_ABACHAR1DMEE_SEGM_LF_ABA
TDFORMDMEE: form for accompanying sheet (not used currently) DMEE_TDFORM_ABACHAR16TDFORM
FILESHEETDMEE: generation of an accompanying sheet DMEE_FILESHEET_ABACHAR1DMEE_FILESHEET_ABA
VERS_USERDMEE: Author or Last User to Change a Format Tree Version DMEE_VERS_USER_ABACHAR12UNAME
VERS_DATEDMEE: Date of Generation/Last Change to Format-Tree Version DMEE_VERS_DATE_ABADATS8DATUM
VERS_TIMEDMEE: Time of Generation/Last Change to Format-Tree Version DMEE_VERS_TIME_ABATIMS6TIME
CHARSETDMEE: Quantity of Inadmissible/Permitted Characters DMEE_CHARSET_ABACHAR86CHAR86L
CHARSET_EXCLDMEE: Character String Contains Inadmissible Characters DMEE_CHARSET_EXCL_ABACHAR1XFELD
XSLTDESCDMEE: Name of XSLT Program for Postprocessing DMEE_XSLTDESC_ABACHAR40O2XSLTNAME
HANDLE_BYTESEnable Length in Bytes DMEE_HANDLE_BYTES_ABACHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMEE_HEAD_ABA
INTO CORRESPONDING FIELDS OF WA_DMEE_HEAD_ABA
WHERE...

How to access SAP table DMEE_HEAD_ABA

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