_USERCONTACTCARD
_USERCONTACTCARD is an SAP database table in S/4HANA. It contains 17 fields.
Fields (17)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ContactCardID | AllocationMigratedByUser,ContactCardID | 2 |
| AddressID | AddressID | 6 | |
| BusinessPartnerUUID | BusinessPartnerUUID | 3 | |
| ContactCardNavLinkQueryPart | ContactCardNavLinkQueryPart | 1 | |
| ContactCardNavLinkSemanticObj | ContactCardNavLinkSemanticObj | 1 | |
| Department | Department | 24 | |
| EmailAddress | EmailAddress | 27 | |
| FaxNumber | AddressFaxNumber,FaxNumber | 2 | |
| FirstName | FirstName | 34 | |
| FullName | AllocationMigratedByUserName,CreatedByUserFullName,CreatedByUserName,FullName,LastChangedByUserFullName,PersonFullName | 87 | |
| FunctionalTitleName | FunctionalTitleName | 13 | |
| LastName | LastName | 34 | |
| MobilePhoneNumber | MobilePhoneNumber | 24 | |
| Person | Person | 6 | |
| PhoneNumber | PhoneNumber | 33 | |
| SemanticObject | SemanticObject | 1 | |
| UserDescription | UserDescription | 2 |
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 (
CONTACTCARDID,
ADDRESSID,
BUSINESSPARTNERUUID,
CONTACTCARDNAVLINKQUERYPART,
CONTACTCARDNAVLINKSEMANTICOBJ,
DEPARTMENT,
EMAILADDRESS,
FAXNUMBER,
FIRSTNAME,
FULLNAME,
FUNCTIONALTITLENAME,
LASTNAME,
MOBILEPHONENUMBER,
PERSON,
PHONENUMBER,
SEMANTICOBJECT,
USERDESCRIPTION,
PRIMARY KEY (CONTACTCARDID)
);
Learn More
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA