C_FormOfAddressTextVHTemp
C_FormOfAddressTextVHTemp is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_FormOfAddressText) and exposes 3 fields with key fields Language, FormOfAddress.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FormOfAddressText | I_FormOfAddressText | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CFORMOFADDRTVH | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | FormOfAddress | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Search.searchable | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | FormOfAddress | FormOfAddress | ||
| FormOfAddressName | FormOfAddressName | Description |
@AbapCatalog.sqlViewName: 'CFORMOFADDRTVH'
//@Analytics.dataExtraction.enabled : true
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'FormOfAddress'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@Search.searchable: true
//@EndUserText.label: 'Form of Address Value Help Text'
define view C_FormOfAddressTextVHTemp
as select from I_FormOfAddressText
{
@Semantics.language : true
key Language as Language,
@Search.defaultSearchElement: true
key FormOfAddress as FormOfAddress,
@Semantics.text : true
@EndUserText.label: 'Description'
@Consumption.filter.hidden: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
FormOfAddressName as FormOfAddressName
}
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