I_SiteDistributionProfileText
Distribution Profile Description
I_SiteDistributionProfileText is a Basic CDS View that provides data about "Distribution Profile Description" in SAP S/4HANA. It reads from 1 data source (twfpft) and exposes 3 fields with key fields SiteDistributionProfile, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| twfpft | twfpft | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISDPT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Distribution Profile Description | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | SiteDistributionProfile | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SiteDistributionProfile | fprfw | ||
| KEY | Language | spras | ||
| SiteDistributionProfileName | fprtx |
@AbapCatalog.sqlViewName: 'ISDPT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Distribution Profile Description'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel: {
dataCategory: #TEXT,
representativeKey: 'SiteDistributionProfile',
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #META
}
define view I_SiteDistributionProfileText
as select from twfpft
{
@ObjectModel.text.element: [ 'SiteDistributionProfileName' ]
key fprfw as SiteDistributionProfile,
@Semantics.language: true
key spras as Language,
@Semantics.text: true
fprtx as SiteDistributionProfileName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TWFPFT"
],
"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