LIPSPOVB SAP (Delivery Item Purch. Order Reference Data Update Structure) Structure details

Dictionary Type: Structure
Description: Delivery Item Purch. Order Reference Data Update Structure




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




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

LIPSPOVB 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 "Delivery Item Purch. Order Reference Data Update Structure" 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_LIPSPOVB TYPE LIPSPOVB.

The LIPSPOVB table consists of various fields, each holding specific information or linking keys about Delivery Item Purch. Order Reference Data Update Structure data available in SAP. These include MANDT (Client), HANDLE_ITEM (Worldwide unique key for LIPS-VBELN & LIPS_POSNR), HANDLE_OBJ (Worldwide unique key for LIKP-VBELN), PONUM (Purchasing Document Number).. 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 LIPSPOVB 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_ITEMWorldwide unique key for LIPS-VBELN & LIPS_POSNR TSEGGUID_LIPSCHAR22SYSUUID_22
HANDLE_OBJWorldwide unique key for LIKP-VBELN TSEGGUID_LIKPCHAR22SYSUUID_22
PONUMPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
ITMNOItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
BSARTOrder Type (Purchasing) BSARTCHAR4Assigned to domainBSARTBSA
BSAKZControl indicator for purchasing document type BSAKZCHAR1BSAKZ
LOEKZAsset class marked for deletion LOEKZCHAR1XFELD
STATUStatus field string STATU_VLCHAR10STATS_VL
BEDATPurchase Order Date BEDATDATS8DATUM
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
WEPOSGoods Receipt Indicator WEPOSCHAR1XFELD
WEUNBGoods Receipt, Non-Valuated WEUNBCHAR1XFELD
WEBREIndicator: GR-Based Invoice Verification WEBRECHAR1XFELD
EILDTStart Date for GR-Based Settlement EILDTDATS8DATUM
USR01Additional data field 1 for delivery schedules USR01_DCHAR35TEXT35
USR02Additional data field 2 for delivery schedules USR02_DCHAR35TEXT35
USR03Additional data field 3 for delivery schedules USR03_DCHAR35TEXT35
USR04 Additional data field 4 for delivery schedules USR04_DCHAR10CHAR10
USR05Additional data field 5 for delivery schedules USR05_DCHAR10CHAR10
PPRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
ANZ_POS_GRKORNumber of Items in Delivery Group SHP_ANZ_POS_GRKORINT410
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



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

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

How to access SAP table LIPSPOVB

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