I_CHARCATTRIBSELECTEDSETCODE

CDS View

Selected Set Code for Charc Attribute

I_CHARCATTRIBSELECTEDSETCODE is a CDS View in S/4HANA. Selected Set Code for Charc Attribute. It contains 10 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
A_CharcAttribSeldSetCode view from BASIC Characteristic Attribute Selected Set Codes and Code Groups
A_CharcAttribSeldSetCodeT view from BASIC Characteristic Attribute Selected Set Code Texts
C_CharcAttribCodeGroupVH view_entity inner CONSUMPTION Characteristic Attribute Code Group
C_Chargroupcode_Valuehelp view inner CONSUMPTION Selection for group and code

Fields (10)

KeyField CDS FieldsUsed in Views
KEY CharacteristicAttributeCode CharacteristicAttributeCode 4
KEY CharacteristicAttributeCodeGrp CharacteristicAttributeCodeGrp 4
KEY SelectedCodeSet SelectedCodeSet 2
KEY SelectedCodeSetPlant SelectedCodeSetPlant 2
CharcAttribSeldSetCodeChgdBy CharcAttribSeldSetCodeChgdBy 1
CharcAttribSeldSetCodeChgdOn CharcAttribSeldSetCodeChgdOn 1
CharcAttribSeldSetCodeCrtedBy CharcAttribSeldSetCodeCrtedBy 1
CharcAttribSeldSetCodeCrtedOn CharcAttribSeldSetCodeCrtedOn 1
CharcAttributeValuation CharcAttributeValuation,InspectionValuationResult 3
DefectClass DefectClass 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 Code for Charc Attribute
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CHARCATTRIBSELECTEDSETCODE (
    CHARACTERISTICATTRIBUTECODE,
    CHARACTERISTICATTRIBUTECODEGRP,
    SELECTEDCODESET,
    SELECTEDCODESETPLANT,
    CHARCATTRIBSELDSETCODECHGDBY,
    CHARCATTRIBSELDSETCODECHGDON,
    CHARCATTRIBSELDSETCODECRTEDBY,
    CHARCATTRIBSELDSETCODECRTEDON,
    CHARCATTRIBUTEVALUATION,
    DEFECTCLASS,
    PRIMARY KEY (CHARACTERISTICATTRIBUTECODE, CHARACTERISTICATTRIBUTECODEGRP, SELECTEDCODESET, SELECTEDCODESETPLANT)
);