/SAPHT/DRM_XM_HEADER SAP (Structure for accessing Transmission Header data from Web) Structure details

Dictionary Type: Structure
Description: Structure for accessing Transmission Header data from Web




ABAP Code to SELECT data from /SAPHT/DRM_XM_HEADER
Related tables to /SAPHT/DRM_XM_HEADER
Access table /SAPHT/DRM_XM_HEADER




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

/SAPHT/DRM_XM_HEADER 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 "Structure for accessing Transmission Header data from Web" 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_/SAPHT/DRM_XM_HEADER TYPE /SAPHT/DRM_XM_HEADER.

The /SAPHT/DRM_XM_HEADER table consists of various fields, each holding specific information or linking keys about Structure for accessing Transmission Header data from Web data available in SAP. These include TRACK_PARTNER_T (Name 1), IDOC_TYPE (IDoc Type), TRANSM_NO (Transmission number), TRAN_TYPE (DRM relevant processing code).. 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 /SAPHT/DRM_XM_HEADER 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
TRACK_PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
TRACK_PARTNER_TName 1 NAME1_GPCHAR35NAME
IDOC_TYPEIDoc Type EDI_DOCTYPCHAR8EDI_DOCTYP
TRANSM_NOTransmission number TRANSM_NOCHAR20CHAR20/SAPHT/DRM_TRANSM_NO
TRAN_TYPEDRM relevant processing code /SAPHT/DRM_PROCCODECHAR2/SAPHT/DRM_PROCCODE
TRAN_TYPE_TComment CHAR50CHAR50TEXT50
MAIN_CURRManufacturer/ supplier's currency MAIN_CURRCUKY5Assigned to domainWAERS
MAIN_CURR_TLong Text LTEXTCHAR40TEXT40
TXMN_CURRCurrency in which transmission data has been reported TXMN_CURRCUKY5Assigned to domainWAERS
TXMN_CURR_TLong Text LTEXTCHAR40TEXT40
STATUSTransmission status XM_STATUSCHAR1/SAPHT/DRM_XM_STATUS
STATUS_TStatus of the Transmission XM_STATCHAR35CHAR35
TRANSM_DTDate of EDI transmission TRANSM_DTDATS8DATS/SAPHT/DRM_TRANSM_DT
EFF_DATEEffective date of EDI transmission EFF_DATEDATS8DATS
VAL_MNCURSum of values in the transmission in main currency VAL_MNCURCURR15(2) WERTV8
VAL_TXCURSum of values in EDI transmission in transmission currency VAL_TXCURCURR15(2) WERTV8
TOT_LINESTotal number of lines in EDI transmission TOT_LNDEC8/SAPHT/DRM_XMLNS
TOT_ERLNTotal number of errored lines in EDI transmission TOT_ERLNDEC8/SAPHT/DRM_XMLNS
VAL_ERLNSum of values in errored lines in main currency VAL_ERLNCURR15(2) WERTV8
TOT_DLLNTotal number of deleted lines in EDI transmission TOT_DLLNDEC8/SAPHT/DRM_XMLNS
VAL_DLLNSum of values in deleted lines in main currency VAL_DLLNCURR15(2) WERTV8

Key field Non-key field



How do I retrieve data from SAP structure /SAPHT/DRM_XM_HEADER using ABAP code?

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

How to access SAP table /SAPHT/DRM_XM_HEADER

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