DETAIL_LINV_STRUC SAP (Inventory Detail for BADI) Structure details

Dictionary Type: Structure
Description: Inventory Detail for BADI




ABAP Code to SELECT data from DETAIL_LINV_STRUC
Related tables to DETAIL_LINV_STRUC
Access table DETAIL_LINV_STRUC




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

DETAIL_LINV_STRUC 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 "Inventory Detail for BADI" 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_DETAIL_LINV_STRUC TYPE DETAIL_LINV_STRUC.

The DETAIL_LINV_STRUC table consists of various fields, each holding specific information or linking keys about Inventory Detail for BADI data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), IVNUM (Number of system inventory record), IVPOS (Physical inventory item), LGTYP (Storage 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DETAIL_LINV_STRUC 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
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
IVNUMNumber of system inventory record LVS_IVNUMCHAR10ALPHABELNRIVN
IVPOSPhysical inventory item LIDO_IVPOSCHAR4CHAR4
LGTYPStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1
PLPOSPosition in storage bin LVS_PLPOSCHAR2LVS_PLPOS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
LSONRSpecial Stock Number LVS_LSONRCHAR24LVS_LSONR
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
WDATUDate of goods receipt LIDO_WDATUCHAR8CHAR8
LENUMStorage Unit Number LENUMCHAR20Assigned to domainLENUMLENUMLEN
MENGAQuantity for counting result entry LIDO_MENGACHAR15CHAR15
ALTMEUnit of measure EDI6411_ECHAR3EDIF6411
LQNUMQuant number LIDO_LQNUMCHAR10CHAR10
NANUMInventory recount number LIDO_NANUMCHAR2CHAR2
NVERSInventory recount version LIDO_NVERSCHAR2CHAR2
ISTATItem status of inventory at quant level LINV_ISTATCHAR1LVS_ISTAT
IDATUDate of physical inventory LIDO_IDATUCHAR8CHAR8
KZINVInventory method LVS_KZINVCHAR2LVS_KZINV
IRNUMInventory reference number LVS_IRNUMCHAR10LVS_IRNUM
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
ISEITInventory page LIDO_ISEITCHAR4CHAR4
LETYPStorage Unit Type LVS_LETYPCHAR3Assigned to domainLVS_LETYP
KZNULIndicator: storage bin empty or quant does not exist RL04IKZNULCHAR1XFELD
VFDATExpiration Date or Best-Before Date (IDoc) LIDO_VFDATCHAR8CHAR8
LGORT 0
UNAME 0
MATNR_EXTERNAL 0
MATNR_VERSION 0
MATNR_GUID 0
PROCESSEDInventory item processed LVS_PROCESSEDCHAR1LVS_PROCESSED
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



How do I retrieve data from SAP structure DETAIL_LINV_STRUC using ABAP code?

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

How to access SAP table DETAIL_LINV_STRUC

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