I_SupProtPlanningPeriodTypeT
Supply Protection Planning Period Type
I_SupProtPlanningPeriodTypeT is a Basic CDS View that provides data about "Supply Protection Planning Period Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, SupProtPlanningPeriodType. It has 1 association to related views. Part of development package ATP_SUP_VDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | ValueProvider | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.technicalName | ISUPPLANPERTYPET | view | |
| EndUserText.label | Supply Protection Planning Period Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | SupProtPlanningPeriodType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | |||
| KEY | SupProtPlanningPeriodType | |||
| DomainValue | dd07t | domvalue_l | ||
| SupProtPlanningPeriodTypeText | ||||
| _SupProtPlanningPeriodType | _SupProtPlanningPeriodType | |||
| _Language | _Language |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'ISUPPLANPERTYPET'
@EndUserText.label: 'Supply Protection Planning Period Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { dataCategory: #TEXT,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
representativeKey: 'SupProtPlanningPeriodType',
usageType: { serviceQuality: #A,
dataClass: #META,
sizeCategory: #S } }
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE]
@Search.searchable: true
@VDM: { lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #BASIC }
define view entity I_SupProtPlanningPeriodTypeT
as select from dd07t as ValueProvider
association to parent I_SupProtPlanningPeriodType as _SupProtPlanningPeriodType on $projection.SupProtPlanningPeriodType = _SupProtPlanningPeriodType.SupProtPlanningPeriodType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cast( ValueProvider.ddlanguage as spras preserving type ) as Language,
@ObjectModel.text.element: ['SupProtPlanningPeriodTypeText']
key cast( ValueProvider.domvalue_l as sup_planning_period_type ) as SupProtPlanningPeriodType,
@Analytics.hidden: true
@Consumption.hidden: true
ValueProvider.domvalue_l as DomainValue,
@Search: { defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #HIGH }
@Semantics.text: true
cast( ValueProvider.ddtext as sup_planning_period_type_text preserving type ) as SupProtPlanningPeriodTypeText,
_SupProtPlanningPeriodType,
_Language
}
where
ValueProvider.domname = 'SUP_PLANNING_PERIOD_TYPE'
and ValueProvider.as4local = 'A'
and ValueProvider.as4vers = '0000'
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