I_CHARCATTRIBSELECTEDCODESET

CDS View

Selected Set for Characteristic Attribute

I_CHARCATTRIBSELECTEDCODESET is a CDS View in S/4HANA. Selected Set for Characteristic Attribute. It contains 8 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
A_CharcAttribSeldCodeSet view from BASIC Characteristic Attribute Selected Sets
C_CharcAttribCodeGroupVH view_entity inner CONSUMPTION Characteristic Attribute Code Group
C_Chargroupcode_Valuehelp view inner CONSUMPTION Selection for group and code
I_CharcAttribSeldCodeSetStdVH view from COMPOSITE Selected Set for Characteristic Attribute

Fields (8)

KeyField CDS FieldsUsed in Views
KEY SelectedCodeSet SelectedCodeSet 2
KEY SelectedCodeSetPlant SelectedCodeSetPlant 2
CharcAttribSeldSetCreatedBy CharcAttribSeldSetCreatedBy 1
CharcAttribSeldSetCrtedOn CharcAttribSeldSetCrtedOn 1
CharcAttribSeldSetLastChgdBy CharcAttribSeldSetLastChgdBy 1
CharcAttribSeldSetLastChgdOn CharcAttribSeldSetLastChgdOn 1
InspectionSelectedSetStatus InspectionSelectedSetStatus 3
SelectedCodeSetText SelectedCodeSetText 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.

-- Selected Set for Characteristic Attribute
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CHARCATTRIBSELECTEDCODESET (
    SELECTEDCODESET,
    SELECTEDCODESETPLANT,
    CHARCATTRIBSELDSETCREATEDBY,
    CHARCATTRIBSELDSETCRTEDON,
    CHARCATTRIBSELDSETLASTCHGDBY,
    CHARCATTRIBSELDSETLASTCHGDON,
    INSPECTIONSELECTEDSETSTATUS,
    SELECTEDCODESETTEXT,
    PRIMARY KEY (SELECTEDCODESET, SELECTEDCODESETPLANT)
);