ISI_POD_HEAD_ITEM SAP (POD data: Header and item in one line) Structure details

Dictionary Type: Structure
Description: POD data: Header and item in one line




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




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

ISI_POD_HEAD_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 "POD data: Header and item in one line" 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_ISI_POD_HEAD_ITEM TYPE ISI_POD_HEAD_ITEM.

The ISI_POD_HEAD_ITEM table consists of various fields, each holding specific information or linking keys about POD data: Header and item in one line data available in SAP. These include VBELN (Delivery), VERUR (Distribution delivery), LIFNR (Vendor Account Number), BZIRK (Sales district).. 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 or numeric)


SAP ISI_POD_HEAD_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
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
VERURDistribution delivery VERUR_VLCHAR35CHAR35
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BZIRKSales district BZIRKCHAR6Assigned to domainBZIRKBZI
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
LFARTDelivery Type LFARTCHAR4Assigned to domainLFARTALT
AUTLFComplete delivery defined for each sales order? AUTLFCHAR1XFELD
KZAZUOrder Combination Indicator KZAZU_DCHAR1XFELD
WADATPlanned goods movement date WADAKDATS8DATUM
LDDATLoading Date LDDATDATS8DATUM
TDDATTransportation Planning Date TDDAT_DDATS8DATUM
LFDATDelivery Date LFDAT_VDATS8DATUM
KODATPicking Date KODATDATS8DATUM
WADAT_ISTActual Goods Movement Date WADAT_ISTDATS8DATUMWDTI
BORGR_GRPInbound Dely Group: Multi-Level Goods Receipt Automotive BORGR_GRPCHAR35CHAR35
WBSTKTotal goods movement status WBSTKCHAR1STATV
PDSTKPOD status on header level PDSTKCHAR1STATV
POD_FLAGRelvant for POD creation ISI_PODFLAGCHAR1XFELD
PODVWKPOD Seen Flag ISI_PODVWKCHAR1ISI_PODVWK
PODVWK_TSTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
HANDLEWorldwide unique key for LIPS-VBELN & LIPS_POSNR TSEGGUID_LIPSCHAR22SYSUUID_22
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
PSTYVDelivery item category PSTYV_VLCHAR4Assigned to domainPSTYV
GRKORDelivery group (items are delivered together) GRKORNUMC3GRKOR
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERZETEntry time ERZETTIMS6UZEIT
ERDATDate on Which Record Was Created ERDATDATS8DATUM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATWAMaterial entered MATWACHAR18Assigned to domainMATN1MATNRMAT
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
LICHNVendor Batch Number LICHNCHAR15LICHN
KDMATMaterial belonging to the customer KDMATCHAR35IDNEX
PRODHProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
WBSTAGoods movement status WBSTACHAR1STATV
PDSTAPOD status on item level PDSTACHAR1STATV
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
ORMNGOriginal Quantity of Delivery Item ORMNG_VLQUAN13(3) MENG13
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR

Key field Non-key field



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

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

How to access SAP table ISI_POD_HEAD_ITEM

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