I_RetailAreaSchemaText
Retail Area Schema for Store or Department - Text
I_RetailAreaSchemaText is a Basic CDS View that provides data about "Retail Area Schema for Store or Department - Text" in SAP S/4HANA. It reads from 1 data source (twgft) and exposes 3 fields with key fields Language, RetailLayoutAreaSchema.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| twgft | twgft | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Retail Area Schema for Store or Department - Text | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AbapCatalog.sqlViewName | IRFMAREASCHEMAT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | RetailLayoutAreaSchema | flvar | ||
| RetailLayoutAreaSchemaDesc | vtext |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Retail Area Schema for Store or Department - Text'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
viewType: #BASIC,
lifecycle: {
contract: {
type: #PUBLIC_LOCAL_API
}
}
}
@AbapCatalog: {
sqlViewName: 'IRFMAREASCHEMAT',
compiler.compareFilter: true,
preserveKey: true
}
@ObjectModel: {
dataCategory: #TEXT,
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
}
define view I_RetailAreaSchemaText
as select from twgft
{
@Semantics.language: true
key spras as Language,
key flvar as RetailLayoutAreaSchema,
@Semantics.text: true
vtext as RetailLayoutAreaSchemaDesc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TWGFT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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