P_CHARCCTLGCLFNCVALUEINCLDEL1

CDS View

Charac Catalog Classification Charac Value with Deleted

P_CHARCCTLGCLFNCVALUEINCLDEL1 is a CDS View in S/4HANA. Charac Catalog Classification Charac Value with Deleted. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_CharcCtlgClfnCValueInclDel2 view_entity from COMPOSITE Charc Ctlg Classification Charac Value with Deleted and Dscr

Fields (6)

KeyField CDS FieldsUsed in Views
KEY CharcInternalID CharcInternalID 1
KEY CharcValuePositionNumber CharcValuePositionNumber 1
CharcValue CharcValue 1
IsDeleted IsDeleted 1
ValidityEndDate ValidityEndDate 1
ValidityStartDate ValidityStartDate 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.

-- Charac Catalog Classification Charac Value with Deleted
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_CHARCCTLGCLFNCVALUEINCLDEL1 (
    CHARCINTERNALID,
    CHARCVALUEPOSITIONNUMBER,
    CHARCVALUE,
    ISDELETED,
    VALIDITYENDDATE,
    VALIDITYSTARTDATE,
    PRIMARY KEY (CHARCINTERNALID, CHARCVALUEPOSITIONNUMBER)
);