C_Distrprfltexttemp
Distribution Profile Text View
C_Distrprfltexttemp is a Consumption CDS View that provides data about "Distribution Profile Text View" in SAP S/4HANA. It reads from 1 data source (tmfpft) and exposes 3 fields with key fields DistrCntrDistributionProfile, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tmfpft | tmfpft | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDISTRPRFLTXT | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_ProductDistributionProfileT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Distribution Profile Text View | view | |
| ObjectModel.representativeKey | DistrCntrDistributionProfile | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DistrCntrDistributionProfile | fprfm | ||
| KEY | Language | spras | ||
| Name | fprtx |
@AbapCatalog.sqlViewName: 'CDISTRPRFLTXT'
//@AbapCatalog.compiler.compareFilter: true
//@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory: #TEXT
@VDM:{
viewType: #CONSUMPTION,
lifecycle: {
status: #DEPRECATED,
successor: 'I_ProductDistributionProfileT'
}
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Distribution Profile Text View'
@ObjectModel.representativeKey:'DistrCntrDistributionProfile'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
define view C_Distrprfltexttemp
as select from tmfpft
{
key fprfm as DistrCntrDistributionProfile,
@Semantics.language
key spras as Language,
@Semantics.text
fprtx as Name
}
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