I_PT_SeriesProcgCodeVH
Series Processing Code
I_PT_SeriesProcgCodeVH is a Basic CDS View (Dimension) that provides data about "Series Processing Code" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 4 fields with key field PT_SeriesProcgCode. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_PT_SeriesProcgCodeText | _Text | $projection.DomainValueLow = _Text.PT_SeriesProcgCode |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Series Processing Code | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.internalName | #LOCAL | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | PT_SeriesProcgCode | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PT_SeriesProcgCode | |||
| DomainValueLow | domvalue_l | |||
| PT_SeriesProcgCodeText | _Text | PT_SeriesProcgCodeText | ||
| _Text | _Text |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Series Processing Code'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #M,
dataClass: #MASTER
}
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@Analytics.internalName: #LOCAL
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'PT_SeriesProcgCode'
define view entity I_PT_SeriesProcgCodeVH
as select from dd07l
association [0..1] to I_PT_SeriesProcgCodeText as _Text on $projection.DomainValueLow = _Text.PT_SeriesProcgCode
{
key cast( dd07l.domvalue_l as glo_pt_vc_mode ) as PT_SeriesProcgCode,
@UI.hidden: true
domvalue_l as DomainValueLow,
_Text.PT_SeriesProcgCodeText as PT_SeriesProcgCodeText,
_Text
}
where
domname = 'GLO_PT_VC_MODE'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PT_SERIESPROCGCODETEXT",
"DD07L"
],
"ASSOCIATED":
[
"I_PT_SERIESPROCGCODETEXT"
],
"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