/SAPHT/DRMSDAT SAP (DRM FIFO Header: Data record) Structure details

Dictionary Type: Structure
Description: DRM FIFO Header: Data record




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




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

/SAPHT/DRMSDAT 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 "DRM FIFO Header: Data record" 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/DRMSDAT TYPE /SAPHT/DRMSDAT.

The /SAPHT/DRMSDAT table consists of various fields, each holding specific information or linking keys about DRM FIFO Header: Data record data available in SAP. These include INVOICQTY (Invoice quantity), DRAVLQTY (Unresold quantity in DRM lot), DRSTQTY (Sell-through quantity), PRISSQTY (Quantity of material issued to production).. 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/DRMSDAT 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
MATDOCQTYMaterial document quantity /SAPHT/DRM_MDQTYQUAN15(3) MENG15
INVOICQTYInvoice quantity /SAPHT/DRM_INVQTYQUAN15(3) MENG15
DRAVLQTYUnresold quantity in DRM lot /SAPHT/DRM_AVLQTYQUAN15(3) MENG15
DRSTQTYSell-through quantity /SAPHT/DRM_STQTYQUAN15(3) MENG15
PRISSQTYQuantity of material issued to production /SAPHT/DRM_PRISSQTYQUAN15(3) MENG15
ECRETQTYChange in resale return quantity /SAPHT/DRM_ECRETQTYQUAN15(3) MENG15
MSRETQTYQuantity returned by distributor/ reseller /SAPHT/DRM_MSRETQTYQUAN15(3) MENG15
DSSELLINQTYDrop-Ship Sell-in qty awaiting Resale Reporting /SAPHT/DRM_DSSELLINQTYQUAN15(3) MENG15
QTY_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ALT_UOMAlternate unit of measure for quantities /SAPHT/DRM_ALT_UOMUNIT3T006CUNITMEINS
QTY_NUMERNumerator to convert quantities /SAPHT/DRM_QTY_NUMERDEC5UMBSZ
QTY_DENOMDenominator to convert quantities /SAPHT/DRM_QTY_DENOMDEC5UMBSN
PRIC_UNITPricing unit for price protectable price /SAPHT/DRM_PRCUNITDEC5KPEIN
COND_RATEPrice protectable price condition rate /SAPHT/DRM_COND_RATECURR11(2) WERTV6
COND_CURRPrice protectable price currency /SAPHT/DRM_COND_CURRCUKY5Assigned to domainWAERS
COND_NUMERNumerator for converting price protectable price /SAPHT/DRM_COND_NUMERATORDEC5UMBSZ
COND_DENOMDenominator for conversion to base unit /SAPHT/DRM_COND_DENOMDEC5UMBSN
COND_UOMPricing unit of measure /SAPHT/DRM_PRIC_UOMUNIT3T006CUNITMEINS
LAST_SELLIN_DTLatest Sell In Date /SAPHT/DRM_SELLINDTDATS8DATUM
PPTYPEPrice protection type /SAPHT/DRM_PPTYPECHAR1/SAPHT/DRM_PPTYPE
LASTAUDITNOTotal number of audit trails for DRM lot /SAPHT/DRM_AUDITMNUMC6NUMC6
PP_STATUSPrice protection status of DRM lot /SAPHT/DRM_PPSTATUSCHAR1/SAPHT/DRM_PPSTATUS
REF_ASMB_PRODORDProduction order number /SAPHT/DRM_PRODNOCHAR12XUACCNT
REF_ASMB_SLSORDReference assembly sales order /SAPHT/DRM_REF_ASMB_SLSORDCHAR10Assigned to domainALPHAVBELN
REF_ASMB_SLSITMReference sales order item /SAPHT/DRM_REF_ASMB_SLSITMNUMC6Assigned to domainPOSNR

Key field Non-key field



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

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

How to access SAP table /SAPHT/DRMSDAT

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