LXHME_LDOCV_HEADER SAP (Logistic document view header) Structure details

Dictionary Type: Structure
Description: Logistic document view header




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




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

LXHME_LDOCV_HEADER 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 "Logistic document view header" 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_LXHME_LDOCV_HEADER TYPE LXHME_LDOCV_HEADER.

The LXHME_LDOCV_HEADER table consists of various fields, each holding specific information or linking keys about Logistic document view header data available in SAP. These include DOCTY (Reference Document Type), DOCNR (Reference Document), DOCPR (Reference Document Priority), TKNUM (Shipment 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: Cannot Be Enhanced


SAP LXHME_LDOCV_HEADER 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 LEINT_LGNUMCHAR3Assigned to domainLGNUMLGNH_T300
DOCTYReference Document Type LXHME_DOCTYCHAR2LXHME_DOCTY
DOCNRReference Document LEINT_DOCNRCHAR10Assigned to domainALPHAVBELN
DOCPRReference Document Priority LXHME_DOCPRNUMC2NUMC2
TKNUMShipment Number TKNUMCHAR10Assigned to domainALPHATKNUMTNRSD_F4_SHP_ID
ROUTERoute ROUTECHAR6Assigned to domainROUTE
LGTORDoor for Warehouse Number LGTORCHAR3Assigned to domainLGTOR
LGBZOStaging Area for Warehouse Complex LGBZOCHAR10Assigned to domainLGBZO
SPDNRForwarding agent SPDNRCHAR10Assigned to domainALPHALIFNR
NAME_SPForwarding agent name NAME1_SPCHAR35NAME
XPLDTTime Reference for Cross-Dock Planning LXDCK_XPLDTDEC15TSHMELXHME_TSTMP
SHPDTShipping Date for Cross-Dock Planning LXDCK_SHPDTDEC15TSHMELXHME_TSTMP
RLSDTRelease Time LXHME_RLSDTDEC15TSHMELXHME_TSTMP
MTCDTMatching Date & Time LXHME_MTCDTDEC15TSHMELXHME_TSTMP
KODATPicking Date LXHME_KODATDEC15TSHMELXHME_TSTMP
LDDATLoading Date LXHME_LDDATDEC15TSHMELXHME_TSTMP
TDDATTransportation Planning Date LXHME_TDDATDEC15TSHMELXHME_TSTMP
WADATPlanned Goods Movement Date LXHME_WADAKDEC15TSHMELXHME_TSTMP
LFDATDelivery Date LXHME_LFDATDEC15TSHMELXHME_TSTMP
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWIVDistribution channel for intercompany billing VTWIVCHAR2Assigned to domainVTWEGVTW
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
PRVBEProduction Supply Area PRVBECHAR10Assigned to domainPRVBEPVB
TERNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KUNNRShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
KDGRPCustomer group KDGRPCHAR2Assigned to domainKDGRPVKD
AULWERoute Schedule AULWECHAR10Assigned to domainAULWE
LSTELLoading Point LSTELCHAR2Assigned to domainLSTEL
ABLADUnloading Point ABLADCHAR25TEXT25
VSARTShipping type VSARTTRCHAR2Assigned to domainVERSART
GMSTSOverall status of warehouse management activities LXHME_LVSTKCHAR1LXHME_STATV
VSBEDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LIFEXExternal Identification of Delivery Note LIFEXCHAR35TEXT35
BETYPRequirement Type LVS_BETYPCHAR1Assigned to domainLVS_BETYP
BENUMRequirement Number LVS_BENUMCHAR10ALPHALVS_BENUM
LZNUMAdditional Reference Number for Transport LVS_LZNUMCHAR20LVS_LZNUM
TRAIDMeans of Transport ID TRAIDCHAR20TRAID
ITEMSNumber of Document Items LXHME_ITEMSNUMC4NUMC4
GRPNRGroup SAMMGCHAR10Assigned to domainALPHASAMMGGRN
IMWRKDelivery has Status 'In Plant' IMWRKCHAR1XFELD
TRAGRTransportation Group TRAGRCHAR4Assigned to domainTRAGR
PWLIFGoods supplier PWLIFCHAR10Assigned to domainALPHALIFNR
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS

Key field Non-key field



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

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

How to access SAP table LXHME_LDOCV_HEADER

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