TVPODVB SAP (Reference Structure for XTVPOD/YTVPOD) Structure details

Dictionary Type: Structure
Description: Reference Structure for XTVPOD/YTVPOD




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




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

TVPODVB 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 "Reference Structure for XTVPOD/YTVPOD" 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_TVPODVB TYPE TVPODVB.

The TVPODVB table consists of various fields, each holding specific information or linking keys about Reference Structure for XTVPOD/YTVPOD data available in SAP. These include MANDT (Client), HANDLE_LIPS (Worldwide unique key for LIPS-VBELN & LIPS_POSNR), GRUND (Reason for variance in POD), HANDLE_LIKP (Worldwide unique key for LIKP-VBELN).. 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 TVPODVB 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
HANDLE_LIPSWorldwide unique key for LIPS-VBELN & LIPS_POSNR TSEGGUID_LIPSCHAR22SYSUUID_22
GRUNDReason for variance in POD REACDCHAR4TVPODGREACD
HANDLE_LIKPWorldwide unique key for LIKP-VBELN TSEGGUID_LIKPCHAR22SYSUUID_22
UE_HANDLE_LIPSWorldwide unique key for LIPS-VBELN & LIPS_POSNR TSEGGUID_LIPSCHAR22SYSUUID_22
VBELNDelivery VBELN_VLCHAR10VBUKALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6VBUPPOSNR
LFIMG_DIFFDeviation in quantity actually delivered in sales unit LFIMG_DIFFQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
LGMNG_DIFFDifference in actual delivery quantity in stockkeeping unit LGMNG_DIFFQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
PODMGActual quantity accepted in sales unit per delivery item PODMGQUAN13(3) MENG13
PODMG_LMEPOD quantity in stockkeeping units PODMG_LMEQUAN13(3) MENG13
PODMG_FLOInternal field: actual qty accepted (sales unit) float PODMG_FLOFLTP16(16) FLTP
LGMNG_DIFF_FLOInternal field: difference in actual deliv. qty in SKU float LGMNG_DIFF_FLOFLTP16(16) FLTP
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
LGMNGActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
KCMENG_VMECumulative batch quantity of all split items in sales units KCMENG_VMEQUAN15(3) MENGV15_3
KCMENGCumulative batch quantity of all split items (in StckUnit) KCMENGQUAN15(3) MENG15
CALCUQuantity calculation for POD CALCUCHAR1CALCU
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
PODATDate (proof of delivery) PODATDATS8DATUMDAT
POTIMConfirmation time POTIMTIMS6TIME_PLANTTIM
RUDATPOD verification date RUDATDATS8DATUM
RUTIMPOD verification time RUTIMTIMS6TIME_PLANT
FOBEMSubsequent processing quantities FOBEMCHAR1FOBEA
FOBEWSubsequent processing values FOBEWCHAR1FOBEAW
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
SELKZSelection flag SELKZCHAR1SELKZ
PODMULIndicator: more than one POD verification per delivery item PODMULCHAR4
DEFGRDefault Reason as Default for POD Differences DEFGRCHAR1DEFGR

Key field Non-key field



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

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

How to access SAP table TVPODVB

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