I_ADDRESSDEFAULTREPRESENTATION

CDS View

Dflt Addr Rprstn of an Org or a Person

I_ADDRESSDEFAULTREPRESENTATION is a CDS View in S/4HANA. Dflt Addr Rprstn of an Org or a Person. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_RfqBidderVH view left_outer CONSUMPTION Consumption View For Bidders Value Help

Fields (3)

KeyField CDS FieldsUsed in Views
AddresseeFullName AddresseeFullName 1
CityName CityName 1
PostalCode PostalCode 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.

-- Dflt Addr Rprstn of an Org or a Person
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ADDRESSDEFAULTREPRESENTATION (
    ADDRESSEEFULLNAME,
    CITYNAME,
    POSTALCODE
);