I_TrdClassfctnPrpslSourceTypeT
Classif Proposal Source Type - Text
I_TrdClassfctnPrpslSourceTypeT is a Basic CDS View that provides data about "Classif Proposal Source Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, TrdClassfctnProposalSourceType. It has 2 associations to related views. Part of development package VDM_SLL_CLS_PRPSL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [0..1] | I_TrdClassfctnPrpslSourceType | _TrdClassfctnPrpslSourceType | $projection.TrdClassfctnProposalSourceType = _TrdClassfctnPrpslSourceType.TrdClassfctnProposalSourceType |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Classif Proposal Source Type - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | TrdClassfctnProposalSourceType | view | |
| Analytics.technicalName | ITRDCLSPRPSLALSRCET | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | ddlanguage | ||
| KEY | TrdClassfctnProposalSourceType | |||
| TrdClassfctnPrpslSrceTypeDesc | ddtext | |||
| _Language | _Language | |||
| _TrdClassfctnPrpslSourceType | _TrdClassfctnPrpslSourceType |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Classif Proposal Source Type - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #META
}
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'TrdClassfctnProposalSourceType'
@Analytics.technicalName:'ITRDCLSPRPSLALSRCET'
define view entity I_TrdClassfctnPrpslSourceTypeT
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [0..1] to I_TrdClassfctnPrpslSourceType as _TrdClassfctnPrpslSourceType on $projection.TrdClassfctnProposalSourceType = _TrdClassfctnPrpslSourceType.TrdClassfctnProposalSourceType
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key ddlanguage as Language,
@ObjectModel.foreignKey.association: '_TrdClassfctnPrpslSourceType'
key cast(domvalue_l as /sapsll/cls_prpsl_source_type) as TrdClassfctnProposalSourceType,
@Semantics.text: true
ddtext as TrdClassfctnPrpslSrceTypeDesc,
_Language,
_TrdClassfctnPrpslSourceType
}
where
domname = '/SAPSLL/CLS_PRPSL_SOURCE_TYPE'
and as4local = 'A'
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