_CONTACTPERSON

_CONTACTPERSON is an SAP database table in S/4HANA. It contains 7 fields.

Fields (7)

KeyField CDS FieldsUsed in Views
BusinessPartnerFullName CompanyContactPersonFullName,DCoPrms2PCustCntctPersnName 5
BusinessPartnerName CompanyContactPersonFullName,ContactPersonName,DCoPrms2PCustCntctPersnName 6
CONTACTPERSONDEPARTMENT CONTACTPERSONDEPARTMENT 1
CONTACTPERSONFUNCTION CONTACTPERSONFUNCTION 1
FirstName CONTACTPERSONFIRSTNAME,FirstName,PartnerFirstName 8
LastName CONTACTPERSONLASTNAME,LastName,PartnerLastName 7
PersonFullName ContactPersonFullName 4

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 _CONTACTPERSON (
    BUSINESSPARTNERFULLNAME,
    BUSINESSPARTNERNAME,
    CONTACTPERSONDEPARTMENT,
    CONTACTPERSONFUNCTION,
    FIRSTNAME,
    LASTNAME,
    PERSONFULLNAME
);