/SAPHT/DRMXMCL SAP (Transmission Report Data - Class level) Table details

Dictionary Type: Table
Description: Transmission Report Data - Class level




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




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

/SAPHT/DRMXMCL is a standard SAP Table which is used to store Transmission Report Data - Class level data and is available within R/3 SAP systems depending on the version and release level.

The /SAPHT/DRMXMCL table consists of various fields, each holding specific information or linking keys about Transmission Report Data - Class level data available in SAP. These include VALCLASS (Validation Class : Grouping of ValidationTypes), TRANSM_NO (Transmission number), INT_XMNO (Internal transmission number), STAG_LINES (No of Lines in the Staging).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPHT/DRMXMCL 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
VALCLASSValidation Class : Grouping of ValidationTypes /SAPHT/DRM_VALCLASSCHAR4CHAR4
TRANSM_NOTransmission number TRANSM_NOCHAR20CHAR20/SAPHT/DRM_TRANSM_NO
INT_XMNOInternal transmission number INTXMNOCHAR20CHAR20
STAG_LINESNo of Lines in the Staging /SAPHT/DRM_STAG_LINESDEC8/SAPHT/DRM_XMLNS
STAG_VALUEValues in the Staging lines /SAPHT/DRM_STAG_VALUECURR15(2) WERTV8
VALUE_CURRCurrency of Staging Values /SAPHT/DRM_VALUE_CURRCUKY5Assigned to domainWAERS
PERC_LINESPercentage of Error Lines /SAPHT/DRM_PERC_LINESCHAR5CHAR5
PERC_VALUESPercentage of Error Line Value /SAPHT/DRM_PERC_VALUECHAR5CHAR5

Key field Non-key field



How do I retrieve data from SAP table /SAPHT/DRMXMCL using ABAP code

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

SELECT SINGLE *
FROM /SAPHT/DRMXMCL
INTO CORRESPONDING FIELDS OF WA_/SAPHT/DRMXMCL
WHERE...

How to access SAP table /SAPHT/DRMXMCL

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