_USERCONTACTCARD

_USERCONTACTCARD is an SAP database table in S/4HANA. It contains 16 fields.

Fields (16)

KeyField CDS FieldsUsed in Views
AddressID AddressID 4
BusinessPartnerUUID BusinessPartnerUUID 2
ContactCardID ContactCardID 1
ContactCardNavLinkQueryPart ContactCardNavLinkQueryPart 1
ContactCardNavLinkSemanticObj ContactCardNavLinkSemanticObj 1
Department Department 24
EmailAddress EmailAddress 19
FaxNumber AddressFaxNumber,FaxNumber 2
FirstName FirstName 34
FullName CreatedByUserFullName,CreatedByUserName,FullName,LastChangedByUserFullName,PersonFullName 79
FunctionalTitleName FunctionalTitleName 7
LastName LastName 34
MobilePhoneNumber MobilePhoneNumber 24
Person Person 4
PhoneNumber PhoneNumber 26
UserDescription UserDescription 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 _USERCONTACTCARD (
    ADDRESSID,
    BUSINESSPARTNERUUID,
    CONTACTCARDID,
    CONTACTCARDNAVLINKQUERYPART,
    CONTACTCARDNAVLINKSEMANTICOBJ,
    DEPARTMENT,
    EMAILADDRESS,
    FAXNUMBER,
    FIRSTNAME,
    FULLNAME,
    FUNCTIONALTITLENAME,
    LASTNAME,
    MOBILEPHONENUMBER,
    PERSON,
    PHONENUMBER,
    USERDESCRIPTION
);