WCOCOF SAP (Condition Contract: Document Flow Data) Table details

Dictionary Type: Table
Description: Condition Contract: Document Flow Data




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




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

WCOCOF is a standard SAP Table which is used to store Condition Contract: Document Flow Data data and is available within R/3 SAP systems depending on the version and release level.

The WCOCOF table consists of various fields, each holding specific information or linking keys about Condition Contract: Document Flow Data data available in SAP. These include KNUMV (Number of the document condition), KPOSN (Condition item number), STUNR (Step number), ZAEHK (Condition counter).. 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 WCOCOF 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 MANDTCLNT3Assigned to domainMANDT
KNUMVNumber of the document condition KNUMVCHAR10KNUMV
KPOSNCondition item number KPOSNNUMC6NUM6
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
NUMCondition Contract Number WCB_COCO_NUMCHAR10ALPHAWCB_COCO_NUM
GUIDCondition Contract GUID WCB_GUIDRAW16WCB_GUID
DOC_TYPE_TODocument Type WCB_DOC_TYPECHAR2WCB_DOC_TYPE
DOCNR_TOCondition Contract: Document Number of Follow-On Document WCB_DOCNR_TOCHAR10WCB_DOCNR_TO
KNUMHCondition record number KNUMHCHAR10KONPKNUMB
KOPOSSequential number of the condition KOPOSNUMC2KONPNUM02
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KSCHLCondition type KSCHACHAR4T685KSCHLVKS
LOGICAL_DELETEDIndicator: Deleted Logically WCB_LOGICAL_DELETEDCHAR1WCB_LOGICAL_DELETED
FLOW_TYPEDocument Flow Type WCB_FLOW_TYPECHAR1WCB_FLOW_TYPE
KWERTCondition value KWERTCURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
BUDATPosting Date in the Document BUDATDATS8DATUM
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001

Key field Non-key field



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

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

SELECT SINGLE *
FROM WCOCOF
INTO CORRESPONDING FIELDS OF WA_WCOCOF
WHERE...

How to access SAP table WCOCOF

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