WCOCOI SAP (Condition Contract: Eligible Partner) Table details

Dictionary Type: Table
Description: Condition Contract: Eligible Partner




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




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

WCOCOI is a standard SAP Table which is used to store Condition Contract: Eligible Partner data and is available within R/3 SAP systems depending on the version and release level.

The WCOCOI table consists of various fields, each holding specific information or linking keys about Condition Contract: Eligible Partner data available in SAP. These include NUM (Condition Contract Number), ITEM_GUID (Condition Contract: Item GUID), GUID (Condition Contract GUID), ELIGIBLE_CUST (Condition Contract: Eligible Partners for Customer).. 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 WCOCOI 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
CLIENTClient MANDTCLNT3T000MANDT
NUMCondition Contract Number WCB_COCO_NUMCHAR10ALPHAWCB_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

Key field Non-key field



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

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

SELECT SINGLE *
FROM WCOCOI
INTO CORRESPONDING FIELDS OF WA_WCOCOI
WHERE...

How to access SAP table WCOCOI

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