KOMWCOCOI_LI SAP (WCB: Condition Contract Item List Fields) Structure details

Dictionary Type: Structure
Description: WCB: Condition Contract Item List Fields




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




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

KOMWCOCOI_LI 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 "WCB: Condition Contract Item List Fields" 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_KOMWCOCOI_LI TYPE KOMWCOCOI_LI.

The KOMWCOCOI_LI table consists of various fields, each holding specific information or linking keys about WCB: Condition Contract Item List Fields data available in SAP. These include CLIENT (Client), NUM (Condition Contract Number), ITEM_GUID (Condition Contract: Item GUID), GUID (Condition Contract GUID).. 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 KOMWCOCOI_LI 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
CLIENTClient MANDTCLNT3T000MANDT
NUMCondition Contract Number WCB_COCO_NUMCHAR10Assigned to domainALPHAWCB_COCO_NUM
ITEM_GUIDCondition Contract: Item GUID WCB_ITEM_GUIDRAW16WCB_GUID
GUIDCondition Contract GUID WCB_GUIDRAW16WCB_GUID
ELIGIBLE_CUSTCondition Contract: Eligible Partners for Customer WCB_ELIGIBLE_CUSTCHAR10KNA1ALPHAKUNNR
ELIGIBLE_VENDORCondition Contract: Eligible Partners for Vendor WCB_ELIGIBLE_VENDORCHAR10LFA1ALPHALIFNR
LIST_NUMNumber of an Eligible Partner List WCB_LIST_NUMCHAR10ALPHAWCB_COCO_NUM
EXCLUSIONFilter Eligible Partner from Group WCB_EXCLUSIONCHAR1BVALD
REFERENCECondition Contract: Reference WCB_REFERENCECHAR16WCB_REFERENCE
DEACTDeactivated WCB_DEACTIVATEDCHAR1WCB_DEACTIVATED
DATE_FROMValid from WCB_DATE_FROM_IDATS8WCB_DATE_FROM
DATE_TOValid to WCB_DATE_TO_IDATS8WCB_DATE_TO
ELIGIBLE_PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
QUANTITYQuantity WCB_QUANTITYQUAN13(3) MENGE13
UNIT_OF_MEASUREUnit of Measure WCB_UNIT_OF_MEASUREUNIT3T006CUNITMEINS
.INCLU-_GT 0
BEZEI_ELIGIBLE_CUST_GTWCB: Address Line for Eligible Customer WCB_LINES_ELIGIBLE_CUSTCHAR80LINES
BEZEI_ELIGIBLE_VENDOR_GTWCB: Address Line for Eligible Vendor WCB_LINES_ELIGIBLE_VENDCHAR80LINES

Key field Non-key field



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

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

How to access SAP table KOMWCOCOI_LI

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