BAPISHIPMENTDLVHEADER SAP (Shipment BAPI, Delivery Header Data) Structure details

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




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




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

BAPISHIPMENTDLVHEADER 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 Header 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_BAPISHIPMENTDLVHEADER TYPE BAPISHIPMENTDLVHEADER.

The BAPISHIPMENTDLVHEADER table consists of various fields, each holding specific information or linking keys about Shipment BAPI, Delivery Header Data data available in SAP. These include DOC_CAT (SD document category), ORG_PLANT (Plant at point of departure), ORG_CUST (Departure point: Customer), ORG_SUPPL (Vendor number of departure point).. 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 BAPISHIPMENTDLVHEADER 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
DOC_CATSD document category VBTYPCHAR1VBTYP
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
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
SALES_OFFSales Office VKBURCHAR4Assigned to domainVKBURVKB
MAT_AVAIL_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
LOAD_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
GI_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
DELIVERY_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
TIME_ZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
TRANS_GRPTransportation Group TRAGRCHAR4Assigned to domainTRAGR
ROUTERoute ROUTECHAR6Assigned to domainROUTE
DLV_PRIODelivery Priority LPRIONUMC2Assigned to domainLPRIO
SHIP_CONDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
TRANS_CATMeans-of-Transport Type TRATYCHAR4Assigned to domainTRATY
CONT_DGIndicator: Document contains dangerous goods ADGE_NCDGCHAR1X

Key field Non-key field



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

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

How to access SAP table BAPISHIPMENTDLVHEADER

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