/SAPHT/DRMINVSUM SAP (DRM Inventory Summary) Table details

Dictionary Type: Table
Description: DRM Inventory Summary




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




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

/SAPHT/DRMINVSUM is a standard SAP Table which is used to store DRM Inventory Summary data and is available within R/3 SAP systems depending on the version and release level.

The /SAPHT/DRMINVSUM table consists of various fields, each holding specific information or linking keys about DRM Inventory Summary data available in SAP. These include INVNO (Inventory record number), MSBOOKPARTNO (Manufacturer book part number), TRACK_PARTNER (Tracking partner), LOTTYPE (DRM lot type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPHT/DRMINVSUM 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 MANDTCLNT3T000MANDT
INVNOInventory record number /SAPHT/DRM_INVNOCHAR10ALPHABELNR
MSBOOKPARTNOManufacturer book part number /SAPHT/DRM_MSBOOKPARTNOCHAR18Assigned to domainMATN1MATNR/SAPHT/DRM_MSBOOKPRTMAT1
TRACK_PARTNERTracking partner /SAPHT/DRM_TRACK_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBUPA
LOTTYPEDRM lot type /SAPHT/DRM_LOTTYPECHAR1/SAPHT/DRM_LOTTYPE
END_CUSTDRM end customer /SAPHT/DRM_ENDCSTCHAR10Assigned to domainALPHABU_PARTNERDEBI
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
SALES_ORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
DIST_CHNLDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
PURCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
MS_DR_INDIndicates manufacturer/supplier or distributor/reseller lot /SAPHT/DRM_MSDRINDCHAR1/SAPHT/DRM_MSDRIND
TRANSM_NOEDI transmission number /SAPHT/DRM_TRANSMNOCHAR20CHAR20/SAPHT/DRM_TRANSM_NO
EFF_DATEEDI transmission effective date /SAPHT/DRM_EFFDATEDATS8DATS
CURR_FIFO_QTYCurrent material inventory with distributor/ reseller /SAPHT/DRM_FIFOQTYQUAN15(3) MENGV15_3
RECOMP_DATERecomputation date. /SAPHT/DRM_RECOMP_DATEDATS8DATS
FIFO_QTYInventory of material as on effective date /SAPHT/DRM_EFF_FIFOQTYQUAN15(3) MENGV15_3
SELLTHRUQTReported material quantity in base unit /SAPHT/DRM_SELLTTHRUQTYQUAN15(3) MENGV15_3
TRANSIT_QTYQuantity of material in transit. /SAPHT/DRM_TRANSIT_QTYQUAN15(3) MENGV15_3
TRANSIT_DAYSIn-transit days /SAPHT/DRM_TRANSIT_DAYSNUMC3/SAPHT/DRM_TRANSIT_DAYS
RECON_QTYAdjustment quantity /SAPHT/DRM_RECONQTYQUAN15(3) MENGV15_3
TOT_RECON_QTYTotal reconciliation applied so far /SAPHT/DRM_TOT_RECONQTYQUAN15(3) MENGV15_3
QTY_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
IR_STATUSReconciliation status of inventory summary record /SAPHT/DRM_IR_STATUSCHAR2/SAPHT/DRM_IR_STATUS
MAT_NOT_REP_FLAGFlag to check whether the material has been reported or not. /SAPHT/DRM_MAT_NOT_REP_FLAGCHAR1/SAPHT/DRM_MAT_NOT_REP_FLAG
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATED_DTCreated on /SAPHT/DRM_CRDATEDATS8DATUM
CREATED_TMTime created C_TIMETIMS6UZEIT
LASTCHGDBYLast Changed By UPNAMCHAR12USNAM
LASTCHGDDTChanged On AEDATDATS8DATUM
CHANGED_TMLast changed at AS4TIMETIMS6AS4TIME
DUMMY_1Dummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

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

How to access SAP table /SAPHT/DRMINVSUM

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