OIB_LIPSO1_WRK_LIPS_DATA SAP (Runtime Parameters to Reflect QCI Related Delivery Item Data) Structure details

Dictionary Type: Structure
Description: Runtime Parameters to Reflect QCI Related Delivery Item Data




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




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

OIB_LIPSO1_WRK_LIPS_DATA 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 "Runtime Parameters to Reflect QCI Related Delivery Item Data" 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_OIB_LIPSO1_WRK_LIPS_DATA TYPE OIB_LIPSO1_WRK_LIPS_DATA.

The OIB_LIPSO1_WRK_LIPS_DATA table consists of various fields, each holding specific information or linking keys about Runtime Parameters to Reflect QCI Related Delivery Item Data data available in SAP. These include WERKS (Plant), LGORT (Storage Location), CHARG (Batch Number), XCHPF (Batch management requirement indicator).. 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: Cannot Be Enhanced


SAP OIB_LIPSO1_WRK_LIPS_DATA 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
UECHAHigher-Level Item of Batch Split Item UECHANUMC6Assigned to domainPOSNR
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
PIKMGPick/stock quantity in sales units PIKMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
LFIMG_OLDActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
VRKME_OLDSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
VRKME_BSMAINSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
QTY_VRKME_BSMAIN_OLDActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
QTY_VRKME_BSMAIN_F_OLDAdditional Oil and Gas Quantity OIB_ADQNTFLTP16(16) OIB_ADQNT
VRKME_BSMAIN_OLDSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
LGMNGActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
LGMNG_FAdditional Oil and Gas Quantity OIB_ADQNTFLTP16(16) OIB_ADQNT
LGMNG_OLDActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
LGMNG_F_OLDAdditional Oil and Gas Quantity OIB_ADQNTFLTP16(16) OIB_ADQNT
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
DATUMDelivery Date LFDAT_VDATS8DATUM
KZPODPOD indicator (relevance, verification, confirmation) KZPODCHAR1KZPOD
PODRELPOD Control (Proof of Delivery) PODRELCHAR1PODREL
HANDLE_LIPSWorldwide unique key for LIPS-VBELN & LIPS_POSNR TSEGGUID_LIPSCHAR22SYSUUID_22
GRUNDReason for variance in POD REACDCHAR4REACD
OIH_LICTPLicense type OIH_LICTPCHAR4Assigned to domainOIH_LICTPOII
OIH_LICINExcise tax internal license number OIH_LICINCHAR10Assigned to domainALPHAOIH_LICINOIHOIHL

Key field Non-key field



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

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

How to access SAP table OIB_LIPSO1_WRK_LIPS_DATA

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