I_COUNTRYTEXT

CDS View

Country/Region - Text

I_COUNTRYTEXT is a CDS View in S/4HANA. Country/Region - Text. It contains 4 fields. 15 CDS views read from this table.

CDS Views using this table (15)

ViewTypeJoinVDMDescription
A_CountryText view from BASIC API Country/Region Text
C_BankAcctTextVhTemp view from CONSUMPTION
C_Countrytextvhtemp view from CONSUMPTION Value help for country text
C_EDCDocumentList view_entity inner CONSUMPTION EDC Consistency List
C_EDCResultList view_entity inner CONSUMPTION EDC Result List
C_House_Bank_App view left_outer CONSUMPTION House Bank Consumption view
C_MX_DueTaxAndWhldgTxItemCube view left_outer CONSUMPTION Mexico specific Due Tax and Withholding Tax Item
C_TelCountryTextVHTemp view from CONSUMPTION
CIC_COUNTRYCODE_TEXT view_entity from CIC Projection on Country Code Text
I_EHSCountriesTextExclGroups view from BASIC Country/Region names excluding groups
I_UtilsProductRegion view left_outer BASIC UPIL Product Region
P_CnsldtnCountryT view from COMPOSITE
P_EG_CompanyCode_Address view inner COMPOSITE
P_SA_CompanyCode_Address view inner COMPOSITE
P_Supplier_Fs view left_outer BASIC

Fields (4)

KeyField CDS FieldsUsed in Views
KEY Country BankCountryKey,Country 2
KEY Language Language 2
CountryName CountryName,UtilsCountryName 4
CountryShortName CountryShortName 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.

-- Country/Region - Text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_COUNTRYTEXT (
    COUNTRY,
    LANGUAGE,
    COUNTRYNAME,
    COUNTRYSHORTNAME,
    PRIMARY KEY (COUNTRY, LANGUAGE)
);