I_HCMCOUNTRYREGIONGROUPING

CDS View

HCM Country Region Grouping

I_HCMCOUNTRYREGIONGROUPING is a CDS View in S/4HANA. HCM Country Region Grouping. It contains 1 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
I_HCMFormOfAddress view_entity from BASIC Form of address
I_HCMFormOfAddressText view_entity from BASIC Form of address - Text
I_HCMGender view_entity from BASIC HCM Gender
I_HCMGender view_entity union_all BASIC HCM Gender
I_HCMGenderText view_entity from BASIC HCM Gender - Text

Fields (1)

KeyField CDS FieldsUsed in Views
KEY HCMCountryRegionGrouping HCMCountryRegionGrouping 4

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.

-- HCM Country Region Grouping
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_HCMCOUNTRYREGIONGROUPING (
    HCMCOUNTRYREGIONGROUPING,
    PRIMARY KEY (HCMCOUNTRYREGIONGROUPING)
);