/SAPHT/DRMFIFINV SAP (DRM Inventory Reconciliation FIFO Inventory) Table details

Dictionary Type: Table
Description: DRM Inventory Reconciliation FIFO Inventory




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




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

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

The /SAPHT/DRMFIFINV table consists of various fields, each holding specific information or linking keys about DRM Inventory Reconciliation FIFO Inventory data available in SAP. These include INVNO (Inventory record number), LOTNO (DRM lot number), IRCURRQTY (Lot quatity as on current date), RECOMP_DATE (Recomputation date.).. 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/DRMFIFINV 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_INVNOCHAR10/SAPHT/DRMINVSUMALPHABELNR
LOTNODRM lot number /SAPHT/DRM_LOTNOCHAR10/SAPHT/DRMHEADALPHABELNR
IRCURRQTYLot quatity as on current date /SAPHT/DRM_CURRQTYQUAN15(3) /SAPHT/DRM_CURRQTY
RECOMP_DATERecomputation date. /SAPHT/DRM_RECOMP_DATEDATS8DATS
QTY_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
CUR_COND_RATEIR rate as on current date /SAPHT/DRM_CURR_COND_RATECURR15(2) /SAPHT/DRM_CURR_COND_RATE
CUR_COND_CURRLot price currency on current date /SAPHT/DRM_CURR_COND_CURRCUKY5Assigned to domainWAERS
CUR_PRICE_UNITunit as on Current date /SAPHT/DRM_CURR_PRCUNITDEC5KPEIN
IREFFQTYLot quantity on effective date as per manufacturer/ supplier /SAPHT/DRM_EFFQTYQUAN15(3) /SAPHT/DRM_EFFQTY
EFF_COND_RATERate on effective date /SAPHT/DRM_EFF_COND_RATECURR11(2) WERTV6
EFF_COND_CURRCurrency on effective date /SAPHT/DRM_EFF_COND_CURRCUKY5Assigned to domainWAERS
EFF_PRICE_UNITUnit on effective date /SAPHT/DRM_EFF_PRCUNITDEC5KPEIN
RECON_QTYAdjustment quantity /SAPHT/DRM_RECONQTYQUAN15(3) MENGV15_3
TRANSIT_QTYAdjustment quantity /SAPHT/DRM_RECONQTYQUAN15(3) MENGV15_3
TRANSIT_DAYSIn-transit days /SAPHT/DRM_TRANSIT_DAYSNUMC3/SAPHT/DRM_TRANSIT_DAYS
TOT_ADJ_QTYAdjustment quantity /SAPHT/DRM_RECONQTYQUAN15(3) MENGV15_3
BUCKETTYPEDRM bucket type /SAPHT/DRM_BUCKTYPCHAR2/SAPHT/DRM_BUCKTYPE
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MSBOOKPARTNOManufacturer book part number /SAPHT/DRM_MSBOOKPARTNOCHAR18Assigned to domainMATN1MATNR/SAPHT/DRM_MSBOOKPRTMAT1
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/DRMFIFINV using ABAP code

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

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

How to access SAP table /SAPHT/DRMFIFINV

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