_USERCONTACTCARD

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

Fields (16)

KeyField CDS FieldsUsed in Views
AddressID AddressID 5
BusinessPartnerUUID BusinessPartnerUUID 2
ContactCardID ContactCardID 1
ContactCardNavLinkQueryPart ContactCardNavLinkQueryPart 1
ContactCardNavLinkSemanticObj ContactCardNavLinkSemanticObj 1
Department Department 25
EmailAddress EmailAddress 24
FaxNumber AddressFaxNumber,FaxNumber 2
FirstName FirstName 36
FullName CreatedByUserFullName,CreatedByUserName,FullName,LastChangedByUserFullName,PersonFullName,ProcessRouteAgentDescription 87
FunctionalTitleName FunctionalTitleName 13
LastName LastName 36
MobilePhoneNumber MobilePhoneNumber 25
Person Person 5
PhoneNumber PhoneNumber 32
UserDescription CreatedByUserName,UserDescription 3

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
);