TBDME SAP (ALE supplement data for EDI message type) Table details

Dictionary Type: Table
Description: ALE supplement data for EDI message type




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




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

TBDME is a standard SAP Table which is used to store ALE supplement data for EDI message type data and is available within R/3 SAP systems depending on the version and release level.

The TBDME table consists of various fields, each holding specific information or linking keys about ALE supplement data for EDI message type data available in SAP. These include REFMESTYP (Reference message type), IDOCFBNAME (ALE: IDoc editing function module), OBTAB (Name of database table for object), CREUSER (Created by).. 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: Not classified


SAP TBDME 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
MESTYPMessage Type EDI_MESTYPCHAR30EDMSGEDI_MESTYPMES
REFMESTYPReference message type REFMESTYPCHAR30EDMSGEDI_MESTYP
IDOCFBNAMEALE: IDoc editing function module IDOCFBNAMECHAR30TFDIRFUNCNAME
OBTABName of database table for object TABELLECHAR30Assigned to domainOBJEKTTABOTA
CREUSERCreated by CRUSERCHAR12UNAME
CREDATECreated on CRDATEDATS8DATUM
CHAUSERChanged by CHUSERCHAR12UNAME
CHADATEChanged On CHDATEDATS8DATUM
OBJTYPEALE Object Type MODOBJTYPECHAR30TBD11MODOBJTYPE
REDUCIBLEID for reducible message type REDUCIBLECHAR1XFELD
BDCP2_SUPMessage Type Supports Change Pointers in Table BDCP2 BDCP2_SUPCHAR1BDCP2_SUP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBDME
INTO CORRESPONDING FIELDS OF WA_TBDME
WHERE...

How to access SAP table TBDME

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