LIKPD SAP (Dynamic Part of Delivery Header) Structure details

Dictionary Type: Structure
Description: Dynamic Part of Delivery Header




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




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

LIKPD 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 "Dynamic Part of Delivery 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_LIKPD TYPE LIKPD.

The LIKPD table consists of various fields, each holding specific information or linking keys about Dynamic Part of Delivery Header data available in SAP. These include VOGGT (Completion regarding dangerous goods), VSTRM (Activate delivery scheduling), TRTRM (Activate transportation scheduling), COMB_CRIT (External order combination/split criteria for delivery).. 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 (character-type)


SAP LIKPD 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
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
VOGGTCompletion regarding dangerous goods VOGGTCHAR1VOGGT
VSTRMActivate delivery scheduling VSTRMCHAR1VSTRM
TRTRMActivate transportation scheduling TRTRMCHAR1XFELD
COMB_CRITExternal order combination/split criteria for delivery LESHP_COMB_CRITNUMC10LESHP_COMB_CRIT
ADDELAdditional, Individually Selected Delivery SHP_VL10_ADDELCHAR1XFELD
KZEBUPosting as Partial Goods Receipt KZTWECHAR1XFELD
SPE_DIRECT_BILLINGDirect Billing Indicator (CRM Billing) /SPE/DE_DIRECT_BILLINGCHAR1CHAR1
SPE_BILLING_WAITBilling Wait (CRM Billing) /SPE/DE_BILLING_WAITCHAR1CHAR1
SPE_PRINTER_PROFDescription of print profile DRUCK_PROFIL_IDCHAR10DPROFIL_ID
SPE_INITIATOR_PROCESSCode for the Initiator of a Communication Chain /SPE/DE_INITIATOR_PROCESSCHAR3/SPE/DO_INITIATOR_PROCESS
SPE_SPDNRForwarding agent SPDNRCHAR10Assigned to domainALPHALIFNR
SPE_CD_PROCESSCross-Docking Process Number /SPE/CD_PROCESSCHAR10Assigned to domainALPHAVBELN/SPE/CD_DOCFLOW
MDIFF_BUCHQuantity Difference Posting BORGR_MDIFF_BUCHCHAR1CHAR0001
MDIFF_STORNOCheckbox XFELDCHAR1XFELD
SITKZSpecification for Issuing Valuated Stock in Transit SITKZCHAR1SITKZ
.INCLU--AP 0
CROSS_SYSTEM_SPLITField from Plant, Issuing SLoc, and Receiving SLoc /ISDFPS/MM_CS_DELV_SPLITCHAR12/ISDFPS/MM_CS_DELV_SPLIT
.INCLU--AP 0
RELOC_SPLITField from Relocation and Relocation Step for Delivery Split /ISDFPS/RELOC_SPLITCHAR14CHAR14

Key field Non-key field



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

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

How to access SAP table LIKPD

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