I_ADDRESSREPRESENTATION

CDS View

Represented names of language scripts

I_ADDRESSREPRESENTATION is a CDS View in S/4HANA. Represented names of language scripts. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_ActiveAddressRepresentation view_entity from BASIC Representation of names of language scripts
I_ADDRESSREPRESENTATION_OID view_entity from view for Address representation code
I_AddressRepresentationCodeVH view_entity from BASIC names of language scripts

Fields (1)

KeyField CDS FieldsUsed in Views
KEY AddressRepresentationCode AddressRepresentationCode 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.

-- Represented names of language scripts
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ADDRESSREPRESENTATION (
    ADDRESSREPRESENTATIONCODE,
    PRIMARY KEY (ADDRESSREPRESENTATIONCODE)
);