I_CHEMICALNAMETEXT

CDS View

Chemical Name

I_CHEMICALNAMETEXT is a CDS View in S/4HANA. Chemical Name. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_CurrentChemicalNameText view from BASIC Current ChemicalNameText
I_EHSSubjectText view union COMPOSITE Subject text
P_EHSAgentNameUnion view from COMPOSITE

Fields (2)

KeyField CDS FieldsUsed in Views
KEY Language Language 1
KEY NameOfChemical EHSSubjectText 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.

-- Chemical Name
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CHEMICALNAMETEXT (
    LANGUAGE,
    NAMEOFCHEMICAL,
    PRIMARY KEY (LANGUAGE, NAMEOFCHEMICAL)
);