OIB_LIPSO1_WRK_CONTROL SAP (Runtime Parameters to Control Processing of QCI) Structure details

Dictionary Type: Structure
Description: Runtime Parameters to Control Processing of QCI




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




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

OIB_LIPSO1_WRK_CONTROL 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 Control Processing of QCI" 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_CONTROL TYPE OIB_LIPSO1_WRK_CONTROL.

The OIB_LIPSO1_WRK_CONTROL table consists of various fields, each holding specific information or linking keys about Runtime Parameters to Control Processing of QCI data available in SAP. These include IS_QCI_RELEVANT (Boolean Variable (X=True, -=False, Space=Unknown)), CMETH (Quantity Conversion Method), CMETH_WRK (Quantity Conversion Method), UOMGR (Unit of Mearsure Group (Oil, Natural Gas,...)).. 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_CONTROL 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
QCI_USE_CASEUse Case of QCI Calculation in SD OIB_SD_QCI_USE_CASENUMC3OIB_SD_QCI_USE_CASE
IS_QCI_RELEVANTBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
CMETHQuantity Conversion Method OIB_CMETHCHAR1OIB_CMETH
CMETH_WRKQuantity Conversion Method OIB_CMETHCHAR1OIB_CMETH
UOMGRUnit of Mearsure Group (Oil, Natural Gas,...) OIB_UOMGRCHAR3Assigned to domainOIB_UOMGR
NEW_DEFAULTSBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
USE_NEW_QCI_SCREENBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
WKSTAQCI working status OIB_WKSTACHAR1OIB_WKSTA
CONVERSION_DONEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
DISPLAY_ONLYBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
LIPSO1_FILLED_EXTERNALLYBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
LIPSO2_FILLED_EXTERNALLYBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
LISOFCreate delivery immediately LISOFCHAR1LISOF
IS_TAS_RELEVANTCharacter length 1 CHAR_01CHAR1CHAR01
IS_BSPLIT_MAIN_ITEMBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IS_BSPLIT_SUBITEMBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IS_BSPLIT_LAST_ITEMBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
PSTYVDelivery item category PSTYV_VLCHAR4Assigned to domainPSTYV
OIBOMUse of item category as part of an Oil bill of material(BOM) OIB_BOMCHAR1OIB_BOM
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
ORDER_KNUMVNumber of the document condition KNUMVCHAR10KNUMV

Key field Non-key field



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

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

How to access SAP table OIB_LIPSO1_WRK_CONTROL

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