C_EDocMsgCountryValueHelp
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). Part of development package GLO-EDO-IMH.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Country | I_Country | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_INBOUNDMESSAGES_MANAGE | UI_INBOUNDMESSAGES_MANAGE | V4 | C1 | NOT_RELEASED |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA