COCO_HEAD

COCO_HEAD is an SAP database table in S/4HANA. It contains 11 fields.

Fields (11)

KeyField CDS FieldsUsed in Views
KEY contract_type cc_type,coco_type 6
KEY cust_owner cc_cust_owner,cust_owner 6
KEY ekgrp coco_ekgrp,ekgrp_coco 6
KEY ekorg coco_ekorg,ekorg_coco 6
KEY process_variant coco_process_variant 1
KEY spart coco_spart,spart_coco 6
KEY vend_owner cc_vend_owner,vend_owner 6
KEY vkorg coco_vkorg,vkorg_coco 6
KEY vtweg coco_vtweg,vtweg_coco 6
category cc_category,coco_category 6
reference cc_reference,coco_reference 6

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE COCO_HEAD (
    CONTRACT_TYPE,
    CUST_OWNER,
    EKGRP,
    EKORG,
    PROCESS_VARIANT,
    SPART,
    VEND_OWNER,
    VKORG,
    VTWEG,
    CATEGORY,
    REFERENCE,
    PRIMARY KEY (CONTRACT_TYPE, CUST_OWNER, EKGRP, EKORG, PROCESS_VARIANT, SPART, VEND_OWNER, VKORG, VTWEG)
);