TVPODO2 SAP (Proof of delivery - Oil additional quantities) Table details

Dictionary Type: Table
Description: Proof of delivery - Oil additional quantities




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




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

TVPODO2 is a standard SAP Table which is used to store Proof of delivery - Oil additional quantities data and is available within R/3 SAP systems depending on the version and release level.

The TVPODO2 table consists of various fields, each holding specific information or linking keys about Proof of delivery - Oil additional quantities data available in SAP. These include HANDLE_LIPS (Worldwide unique key for LIPS-VBELN & LIPS_POSNR), GRUND (Reason for variance in POD), MSEHI (Unit of Measurement), PODMG (POD quantity (float)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TVPODO2 table 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 REACDCHAR4REACD
MSEHIUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
PODMGPOD quantity (float) OIB_PODMGFLTP16(16) OIB_ADQNT
PODMGPPOD quantity (packed) OIB_PODMGPQUAN13(3) MENG13
DIFMGPOD difference quantity (float) OIB_DIFMGFLTP16(16) OIB_ADQNT
DIFMGPPOD difference quantity (packed) OIB_DIFMGPQUAN13(3) MENG13
MANENQuantity manual entry (indicator) OIB_MANENCHAR1OIB_MANEN

Key field Non-key field



How do I retrieve data from SAP table TVPODO2 using ABAP code

The following ABAP code Example will allow you to do a basic selection on TVPODO2 to SELECT all data from the table
DATA: WA_TVPODO2 TYPE TVPODO2.

SELECT SINGLE *
FROM TVPODO2
INTO CORRESPONDING FIELDS OF WA_TVPODO2
WHERE...

How to access SAP table TVPODO2

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