I_LCMUSERADDRESSASSIGNMENT

CDS View

User Name/Address Key Assignment

I_LCMUSERADDRESSASSIGNMENT is a CDS View in S/4HANA. User Name/Address Key Assignment. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_LCMUserContactCard view from COMPOSITE Basic view for LCM User Contact Card
I_LglCntntMUserDetails view from COMPOSITE User Details

Fields (4)

KeyField CDS FieldsUsed in Views
KEY ContactCardID ContactCardID 2
AddressID AddressID 2
BusinessPartnerUUID BusinessPartnerUUID 2
Person Person 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.

-- User Name/Address Key Assignment
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_LCMUSERADDRESSASSIGNMENT (
    CONTACTCARDID,
    ADDRESSID,
    BUSINESSPARTNERUUID,
    PERSON,
    PRIMARY KEY (CONTACTCARDID)
);