KOMWCOCOF_DISP SAP (Display KOMWCOCOF) Structure details

Dictionary Type: Structure
Description: Display KOMWCOCOF




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




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

KOMWCOCOF_DISP 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 "Display KOMWCOCOF" 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_KOMWCOCOF_DISP TYPE KOMWCOCOF_DISP.

The KOMWCOCOF_DISP table consists of various fields, each holding specific information or linking keys about Display KOMWCOCOF data available in SAP. These include CLIENT (Client), KNUMV (Number of the document condition), KPOSN (Condition item number), STUNR (Step number).. 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 KOMWCOCOF_DISP 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 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
.INCLU-_GT 0
UPDKZ_GTUpdate Indicator WCB_UPDATECHAR1UPDKZ
DOC_TYPE_TEXT_GTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
CON_TYPE_TEXT_GTName VTXTKCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table KOMWCOCOF_DISP

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