DMEE_EXIT_INTERFACE_ABA SAP (DMEE: Extended Interface for Exit Module) Structure details

Dictionary Type: Structure
Description: DMEE: Extended Interface for Exit Module




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




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

DMEE_EXIT_INTERFACE_ABA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "DMEE: Extended Interface for Exit Module" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DMEE_EXIT_INTERFACE_ABA TYPE DMEE_EXIT_INTERFACE_ABA.

The DMEE_EXIT_INTERFACE_ABA table consists of various fields, each holding specific information or linking keys about DMEE: Extended Interface for Exit Module data available in SAP. These include TREE_TYPE (DMEE: tree type), TREE_ID (DMEE: ID for a DMEE format tree), VERSION (DMEE: version of format tree), NODE_ID (DMEE: node ID).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP DMEE_EXIT_INTERFACE_ABA structure 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
NODE 0
TREE_TYPEDMEE: tree type DMEE_TREETYPE_ABACHAR4DMEE_TREETYPE_ABADMEE_TREE_TYPE_ABA
TREE_IDDMEE: ID for a DMEE format tree DMEE_TREEID_ABACHAR30DMEE_TREEID_ABADMEE_TREE_ID_ABA
VERSIONDMEE: version of format tree DMEE_VERSION_ABANUMC3DMEE_VERSION_ABA
NODE_IDDMEE: node ID DMEE_NODEID_ABACHAR12DMEE_NODEID_ABA
TECH_NAMEDMEE: node name for format tree node DMEE_TECH_NAME_ABACHAR50DMEE_TECH_NAME_ABA
REF_NAMEDMEE: unique node identification for referencing purposes DMEE_REF_NAME_ABACHAR12DMEE_REF_NAME_ABA
PARENT_IDDMEE: node ID DMEE_NODEID_ABACHAR12DMEE_NODEID_ABA
BROTHER_IDDMEE: node ID DMEE_NODEID_ABACHAR12DMEE_NODEID_ABA
FIRSTCHILD_IDDMEE: node ID DMEE_NODEID_ABACHAR12DMEE_NODEID_ABA
NODE_TYPEDMEE: node type DMEE_NODETYPE_ABACHAR4DMEE_NODETYPE_ABA
LENGTHDMEE: length of DMEE node DMEE_LENGTH_ABANUMC4DMEE_LENGTH_ABA
DATA_TYPEDMEE: data type of DMEE node DMEE_DATA_TYPE_ABACHAR1DMEE_DATA_TYPE_ABA
EX_STATUSDMEE: existence status of a format tree node DMEE_EX_STATUS_ABACHAR1DMEE_EX_STATUS_ABA
LEVDMEE: hierarchy level of a format tree node DMEE_LEVEL_ABANUMC3DMEE_LEVEL_ABA
X_COMPLTABDMEE: loop starts with the first line of internal table DMEE_X_COMPLTAB_ABACHAR1XFELD
TAB_KEYFLDDMEE: key field of internal table DMEE_TABKEYFLD_ABACHAR6DMEE_TABKEYFLD_ABA
ATOM_HANDLDMEE: handling of different atoms for an element DMEE_ATOM_HANDL_ABACHAR2DMEE_ATOM_HANDL_ABA
MP_OFFSETDMEE: offset in target field DMEE_MP_OFFSET_ABANUMC3DMEE_MP_OFFSET_ABA
MP_SC_TABDMEE: name of DDIC structure for source/target field DMEE_MP_SC_TAB_ABACHAR30DMEE_MP_SC_TAB_ABA
MP_SC_FLDDMEE: name of a source/target field DMEE_MP_SC_FLD_ABACHAR30DMEE_MP_SC_FLD_ABA
MP_SC_OFFSETDMEE: mapping offset in source field DMEE_MP_SC_OFFSET_ABANUMC3DMEE_MP_SC_OFFSET_ABA
MP_IF_TPDMEE: type of interface that source struct. originates from DMEE_IF_TP_ABACHAR1DMEE_IF_TP_ABA
MP_SC_NODEDMEE: node ID DMEE_NODEID_ABACHAR12DMEE_NODEID_ABA
MP_SC_NODE_ATTRDMEE: node attribute that serves as source value DMEE_MP_SC_NODE_ATTR_ABACHAR2DMEE_MP_SC_NODE_ATTR_ABA
MP_SC_REF_NAMEDMEE: Reference ID of node that Overwrites Source Value DMEE_USED_REF_NAME_ABACHAR12DMEE_REF_NAME_ABA
MP_CONSTDMEE: constant source value DMEE_MP_CONST_ABACHAR132DMEE_MP_CONST_ABA
CV_RULEDMEE: internal conversion function DMEE_CV_RULE_ABACHAR10DMEE_CV_RULE_ABA
MP_EXIT_FUNCDMEE: name of mapping exit function module DMEE_MP_EXIT_FUNC_ABACHAR30FUNCNAME
MP_SELECTIONDMEE: selected mapping procedure DMEE_MP_SELECTION_ABACHAR1DMEE_MP_SELECTION_ABA
MP_CUKY_TABTable for reference field REFTABLECHAR30AS4TAB
MP_CUKY_FLDReference field for currency and qty fields REFFIELDCHAR30FDNAME
INT_DATA_TYPEDMEE: internal type (A: currency amount; SPACE: other) DMEE_INTDATATYPE_ABACHAR1CHAR1
TDFORM_NAMEDMEE: name of node in SAPscript form DMEE_TDFORM_NAME_ABACHAR20DMEE_TDFORM_NAME_ABA
SHIFTED_OUTPUTDMEE: Delayed Segment Output DMEE_SHIFTED_OUTPUT_ABACHAR1DMEE_SHIFTED_OUTPUT_ABA
SEGM_ENDDMEE: Rule for Closing a Segment DMEE_SEGM_END_ABACHAR1DMEE_SEGM_END_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
CRLF_ONLYDMEE: Empty Segment for Generating CR/LF Only DMEE_CRLF_ONLY_ABACHAR1XFELD
CK_EXIT_FUNCDMEE: Name of CHECK Exit Function Module DMEE_CK_EXIT_FUNC_ABACHAR30FUNCNAME
REACT_LEV_SCREENDMEE: System Response for Configurable Check DMEE_REACT_LEV_SCREEN_ABACHAR1DMEE_MSGTYPE_ABA
REACT_LEV_EXITDMEE: System Response for Exit-Module Check DMEE_REACT_LEV_EXIT_ABACHAR1DMEE_MSGTYPE_ABA
MSG_CLASS_SCREENDMEE: Message Class for Response (Configurable Check) DMEE_MSG_CLASS_SCREEN_ABACHAR20ARBGB
MSG_NUM_SCREENDMEE: Message Number for Response (Configurable Check) DMEE_MSG_NUMBER_SCREEN_ABACHAR3MSGNR
MSG_CLASS_EXITDMEE: Message Class for Response (Exit) DMEE_MSG_CLASS_EXIT_ABACHAR20ARBGB
MSG_NUM_EXITDMEE: Message Number for Response (Exit) DMEE_MSG_NUMBER_EXIT_ABACHAR3MSGNR
TRAILERDMEE: Trailer Segment for Closing Data Record DMEE_TRAILER_ABACHAR1XFELD
CV_SOURCE_FORMATDMEE: Source data format for conversion (incoming files) DMEE_CV_SOURCE_FORMAT_ABACHAR10DMEE_CV_RULE_ABA
LENGTH_IN_BYTESLength in Bytes DMEE_LENGTH_IN_BYTES_ABACHAR1XFELD
NODE_VALUES 0
REF_NAMEDMEE: unique node identification for referencing purposes DMEE_REF_NAME_ABACHAR12DMEE_REF_NAME_ABA
O_VALUEDMEE: Maximum Value of Character String DMEE_MAX_C_ABACHAR1500
C_VALUEDMEE: Maximum Value of Character String DMEE_MAX_C_ABACHAR1500
N_VALUEDMEE: Relevant Places of Character String with Numbers DMEE_MAX_N_ABANUMC250
P_VALUEDMEE: Value of ABAP type P of the DMEE node DMEE_P_VALUE_ABADEC16(6)
LENGTHDMEE: length of DMEE node DMEE_LENGTH_ABANUMC4DMEE_LENGTH_ABA
COUNTERCount Parameters NUMC07NUMC7NUMC07
REF_TABLE 0

Key field Non-key field



How do I retrieve data from SAP structure DMEE_EXIT_INTERFACE_ABA using ABAP code?

As DMEE_EXIT_INTERFACE_ABA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DMEE_EXIT_INTERFACE_ABA as there is no data to select.

How to access SAP table DMEE_EXIT_INTERFACE_ABA

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