I_PPS_PurgDocClassification
Classification
I_PPS_PurgDocClassification is a Basic CDS View (Dimension) that provides data about "Classification" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PPSPurgDocClassfctnCode. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_PPS_PurgDocClassificationTxt | _Text | $projection.PPSPurgDocClassfctnCode = _Text.PPSPurgDocClassfctnCode |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Classification | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.internalName | #LOCAL | view | |
| ObjectModel.representativeKey | PPSPurgDocClassfctnCode | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PPSPurgDocClassfctnCode | |||
| _Text | _Text |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Classification'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@Analytics.internalName: #LOCAL
@ObjectModel.representativeKey: 'PPSPurgDocClassfctnCode'
//@JIRA-KEY S4PPS-5992,5976,5975,5974,5031,4976,4975,4971,6477
define view entity I_PPS_PurgDocClassification
as select from dd07l
association [0..*] to I_PPS_PurgDocClassificationTxt as _Text on $projection.PPSPurgDocClassfctnCode = _Text.PPSPurgDocClassfctnCode
{
// @ObjectModel.text.association: '_Text'
// key cast(domvalue_l as pps_e_classification) as PurgDocClassfctnCode,
key cast(domvalue_l as pps_e_classification) as PPSPurgDocClassfctnCode,
/* Associations */
_Text
}
where
domname = 'PPS_E_CLASSIFICATION_D'
and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PPS_PURGDOCCLASSIFICATIONTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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