LXDCKM_INBTR_ITEM SAP (Inbound TR for monitor - Item) Structure details

Dictionary Type: Structure
Description: Inbound TR for monitor - Item




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




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

LXDCKM_INBTR_ITEM 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 "Inbound TR for monitor - Item" 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_LXDCKM_INBTR_ITEM TYPE LXDCKM_INBTR_ITEM.

The LXDCKM_INBTR_ITEM table consists of various fields, each holding specific information or linking keys about Inbound TR for monitor - Item data available in SAP. These include DOCTY (Reference Document Type), DOCIT (Reference Document Item), ELIKZ (Indicator: Processing Complete), MATNR (Material Number).. 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 (Deep)


SAP LXDCKM_INBTR_ITEM 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
DOCNRReference Document LEINT_DOCNRCHAR10Assigned to domainALPHAVBELN
DOCTYReference Document Type LXHME_DOCTYCHAR2LXHME_DOCTY
DOCITReference Document Item LXHME_DOCITNUMC6NUMC6
ELIKZIndicator: Processing Complete LTBP_ELIKZCHAR1XFELD
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
MENGETransfer requirement quantity in stockkeeping unit LTBP_MENGEQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MENGATransfer Requirement Quantity in Alternate Unit LTBP_MENGAQUAN13(3) MENG13
ALTMEAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
TANUMTransfer Order Number Last Assigned LTBP_TANUMNUMC10TANUM
TAMENTransfer Order Quantity in Stockkeeping Unit LTBP_TAMENQUAN13(3) MENG13
TAMEATransfer Order Quantity in Alternative Unit LTBP_TAMEAQUAN13(3) MENG13
AOFTANumber of Open Transfer Order Items LTBP_AOFTADEC5LVS_ANZPS
AGSTATotal Number of Transfer Order Items LTBP_AGSTADEC5LVS_ANZPS
TDATUDate of Last Transfer Order LTBP_TDATUDATS8DATUM
TZEITTime of Last Transfer Order LTBP_TZEITTIMS6UZEIT
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
MBPOSItem in Material Document MBLPONUMC4MBLPOPOS
WDATUDate of Goods Receipt LVS_WDATUDATS8DATUM
ZEUGNCertificate Number LVS_ZEUGNCHAR10LVS_ZEUGN
BRGEWWeight of Material LTBP_BRGEWDEC11(3) DEC8_3
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
QPLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
VFDATShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
ANZL1Number of Storage Units to be Placed Into Storage LVS_ANZLEDEC3LVS_ANZLE
ANZL2Number of Storage Units to be Placed Into Storage LVS_ANZLEDEC3LVS_ANZLE
LMEN1Quantity per Storage Unit to be Placed into Stock in Alt.UoM LVS_LEMENQUAN13(3) MENG13
LMEN2Quantity per Storage Unit to be Placed into Stock in Alt.UoM LVS_LEMENQUAN13(3) MENG13
LETY1Storage Unit Type LVS_LETYPCHAR3Assigned to domainLVS_LETYP
LETY2Storage Unit Type LVS_LETYPCHAR3Assigned to domainLVS_LETYP
QPLOAInspection Lot on Which the Usage Decision is Based QPLOANUMC12Assigned to domainQPLOSQLS
RSARTRecord type RSARTCHAR1RSART
KZECHIndicator: Confirm Batch to PP LVS_KZECHCHAR1XFELD
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
L2SKRRelevance for 2-Step Picking in Reference Document Item LVS_2SKPRELCHAR1LVS_2SKPREL
KZFMEID: Leading unit of measure for completing a transaction KZFMECHAR1KZFME
DCSTSDecision Status of the Document LXDCK_DECISION_STATUSNUMC2LXDCK_DECISION_STATUS

Key field Non-key field



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

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

How to access SAP table LXDCKM_INBTR_ITEM

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