TRNSM_DIA SAP (Display of EDI Transmissions) Structure details

Dictionary Type: Structure
Description: Display of EDI Transmissions




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




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

TRNSM_DIA 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 "Display of EDI Transmissions" 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_TRNSM_DIA TYPE TRNSM_DIA.

The TRNSM_DIA table consists of various fields, each holding specific information or linking keys about Display of EDI Transmissions data available in SAP. These include MANDT (Client), TRMNO_INT (Transfer Number (Internal)), TRMNO_EXT (Transfer Number (External)), TRMNO_EXT_OLD (Old Transfer Number (External)).. 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 (character-type or numeric)


SAP TRNSM_DIA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TRMNO_INTTransfer Number (Internal) TRMNO_INTNUMC12Assigned to domainTRMNO_INT
TRMNO_EXTTransfer Number (External) TRMNO_EXTCHAR35ALPHATRMNO_EXT
TRMNO_EXT_OLDOld Transfer Number (External) TRMNO_EXT_OLDCHAR35ALPHATRMNO_EXT
TRMDATESender's Transfer Date EDI_TRMDATEDATS8DATUM
TRMTIMESender's Transfer Time EDI_TRMTIMETIMS6TIME
DIRECTDirection for IDoc EDI_DIRECTCHAR1EDI_DIRECT
PARNOPartner number EDIPPARNUMCHAR10EDPP1ALPHAEDI_PARNUMPN1
PARTYPPartner Type EDIPPARTYPCHAR2TEDSTEDI_RCVPRTPT1
PARFCTPartner Role EDI_PARFCTCHAR2EDIPVEDI_PARVW
MESTYPMessage Type EDI_MESTYPCHAR30EDMSGEDI_MESTYPMES
MESCODLogical Message Variant EDI_MESCODCHAR3EDI_MESCOD
MESFCTLogical message function EDI_MESFCTCHAR3EDI_MESFCT
TESTFlag for test mode EDIPTESTCHAR1EDI_FLAG
TIMESTAMPTime for Positive Processing EDI_TIMESTAMPDEC15TZNTSTMPS
DOCNOIDoc number EDI4DOCNUCCHAR16EDI_CHAR16
DATDate DATUMDATS8DATUM
TIMETime TIME_TIMS6SYTIME

Key field Non-key field



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

As TRNSM_DIA 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 TRNSM_DIA as there is no data to select.

How to access SAP table TRNSM_DIA

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