_CONTACT

_CONTACT is an SAP database table in S/4HANA. It contains 9 fields.

Fields (9)

KeyField CDS FieldsUsed in Views
CityName CityName 2
CompanyName CompanyName 1
Country Country,InteractionContactCountry 3
Department Department 1
EmailAddress EmailAddress 2
FullName CreatedByUserFullName,FullName 3
GenderCode GenderCode 1
Industry Industry 1
InteractionContactType InteractionContactType 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _CONTACT (
    CITYNAME,
    COMPANYNAME,
    COUNTRY,
    DEPARTMENT,
    EMAILADDRESS,
    FULLNAME,
    GENDERCODE,
    INDUSTRY,
    INTERACTIONCONTACTTYPE
);