FISCDS_ADR2_MPHONE

CDS View

User Mobile Phone Numbers

FISCDS_ADR2_MPHONE is a CDS View in S/4HANA. User Mobile Phone Numbers. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
fiscds_userdefaultcontactdata view left_outer User Default Contact Data

Fields (6)

KeyField CDS FieldsUsed in Views
country CountryMobilePhone 1
country_dialing_code_mobile CountryDialingCodeMobilePhone 1
international_mobile_phone InternationalMobilePhoneNumber 1
landx CountryMobilePhoneName 1
mobile_phone_number MobilePhoneNumber 1
spras CountryMobilePhoneLangu 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.

-- User Mobile Phone Numbers
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FISCDS_ADR2_MPHONE (
    COUNTRY,
    COUNTRY_DIALING_CODE_MOBILE,
    INTERNATIONAL_MOBILE_PHONE,
    LANDX,
    MOBILE_PHONE_NUMBER,
    SPRAS
);