C_EDocMsgCountryValueHelp

DDL: C_EDOCMSGCOUNTRYVALUEHELP Type: view_entity CONSUMPTION

Electronic Inbound Msg Country/Region

C_EDocMsgCountryValueHelp is a Consumption CDS View that provides data about "Electronic Inbound Msg Country/Region" in SAP S/4HANA. It reads from 1 data source (I_Country) and exposes 2 fields with key field Country. It is exposed through 1 OData service (UI_INBOUNDMESSAGES_MANAGE).

Data Sources (1)

SourceAliasJoin Type
I_Country I_Country from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Electronic Inbound Msg Country/Region view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey Country view

OData Services (1)

ServiceBindingVersionContractRelease
UI_INBOUNDMESSAGES_MANAGE UI_INBOUNDMESSAGES_MANAGE V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Country Country
CountryName
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Electronic Inbound Msg Country/Region'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'Country'

define view entity C_EDocMsgCountryValueHelp
  as select from I_Country
{
      @Search: { defaultSearchElement: true, ranking: #HIGH }
  key Country,

      /* Associations */
      @Semantics.text: true
      @Search: { defaultSearchElement: true, ranking: #LOW }
      @Search.fuzzinessThreshold: 0.8
      _Text[1:Language = $session.system_language].CountryShortName as CountryName
}