BAPISHIPMENTDLVITEM SAP (Shipment BAPI, Delivery Item Data) Structure details

Dictionary Type: Structure
Description: Shipment BAPI, Delivery Item Data




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




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

BAPISHIPMENTDLVITEM 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 "Shipment BAPI, Delivery Item Data" 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_BAPISHIPMENTDLVITEM TYPE BAPISHIPMENTDLVITEM.

The BAPISHIPMENTDLVITEM table consists of various fields, each holding specific information or linking keys about Shipment BAPI, Delivery Item Data data available in SAP. These include DLV_POS (Item number of the SD document), DOC_CAT (SD document category), MATERIAL (Material Number), DLV_QTY (Actual quantity delivered (in sales units)).. 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 BAPISHIPMENTDLVITEM 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
DLV_NUMDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
DLV_POSItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
DOC_CATSD document category VBTYPCHAR1VBTYP
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DLV_QTYActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
DLV_QTY_STOCKActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BASE_UOM_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
ORG_PLANTPlant at point of departure WERKSACHAR4Assigned to domainWERKS
ORG_CUSTDeparture point: Customer KUNNACHAR10Assigned to domainALPHAKUNNR
ORG_SUPPLVendor number of departure point LIFNACHAR10Assigned to domainALPHALIFNR
DEST_PLANTPlant at destination point WERKSZCHAR4Assigned to domainWERKS
DEST_CUSTCustomer number for destination point KUNNZCHAR10Assigned to domainALPHAKUNNR
DEST_SUPPLVendor number of destination point LIFNZCHAR10Assigned to domainALPHALIFNR
GROSS_WTGross Weight BRGEWQUAN13(3) MENG13
NET_WEIGHTNet Weight NTGEWQUAN13(3) MENG13
UNIT_OF_WTWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
UNIT_OF_WT_ISOUnit of weight in ISO code GEWEI_ISOCHAR3Assigned to domainISOCD_UNIT
VOLUMEVolume VOLUMQUAN13(3) MENG13
VOLUMEUNITVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
VOLUMEUNIT_ISOVolume unit in ISO code VOLEH_ISOCHAR3Assigned to domainISOCD_UNIT
INCOTERMS1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCOTERMS2Incoterms (Part 2) INCO2CHAR28INCO2
HG_LV_ITEMHigher-level item in bill of material structures UEPOSNUMC6Assigned to domainPOSNR
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
SALES_OFFSales Office VKBURCHAR4Assigned to domainVKBURVKB
ITEM_CATEGSales document item category PSTYVCHAR4Assigned to domainPSTYV
MATL_TYPEMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
TRANS_GRPTransportation Group TRAGRCHAR4Assigned to domainTRAGR
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS

Key field Non-key field



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

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

How to access SAP table BAPISHIPMENTDLVITEM

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