R_CONDITIONDOCUMENT

CDS View

Condition Document

R_CONDITIONDOCUMENT is a CDS View in S/4HANA. Condition Document. It contains 16 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_ConditionDocument view_entity from COMPOSITE Condition Document
P_CndnContr_Eligible_ValueHelp view inner BASIC Search Help for Condition Contracts with Eligible Partners
R_BasicConditionContract view_entity from COMPOSITE Basic Condition Contract
R_ConditionContract view_entity from COMPOSITE Condition Contract

Fields (16)

KeyField CDS FieldsUsed in Views
CndnContrProcessCategory process_category 1
CndnContrType contract_type 1
CndnDocActivationStatus deact 1
CndnDocWorkerCostCenter pers_kostl 1
CompanyCode bukrs 1
ConditionDocumentValidFromDate date_from 1
ConditionDocumentValidToDate date_to 1
Customer cust_owner 1
DistributionChannel vtweg 1
Division spart 1
ExternalDocumentReferenceID ext_num 1
PriorSupplier kolif 1
PurchasingGroup ekgrp 1
PurchasingOrganization ekorg 1
SalesOrganization vkorg 1
Supplier vend_owner 1

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.

-- Condition Document
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_CONDITIONDOCUMENT (
    CNDNCONTRPROCESSCATEGORY,
    CNDNCONTRTYPE,
    CNDNDOCACTIVATIONSTATUS,
    CNDNDOCWORKERCOSTCENTER,
    COMPANYCODE,
    CONDITIONDOCUMENTVALIDFROMDATE,
    CONDITIONDOCUMENTVALIDTODATE,
    CUSTOMER,
    DISTRIBUTIONCHANNEL,
    DIVISION,
    EXTERNALDOCUMENTREFERENCEID,
    PRIORSUPPLIER,
    PURCHASINGGROUP,
    PURCHASINGORGANIZATION,
    SALESORGANIZATION,
    SUPPLIER
);