I_GenericPriorityType
Generic Priority Type
I_GenericPriorityType is a Basic CDS View that provides data about "Generic Priority Type" in SAP S/4HANA. It reads from 1 data source (t356a) and exposes 2 fields with key field GenericPriorityType. It has 1 association to related views. Part of development package IWOC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t356a | t356a | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_GenericPriorityTypeText | _GenericPriorityTypeText | _GenericPriorityTypeText.GenericPriorityType = $projection.GenericPriorityType |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Generic Priority Type | view | |
| ObjectModel.representativeKey | GenericPriorityType | view | |
| Analytics.technicalName | IGENERICPRIOTYPE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #BASIC | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | GenericPriorityType | t356a | artpr | |
| _GenericPriorityTypeText | _GenericPriorityTypeText |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Generic Priority Type'
@ObjectModel.representativeKey: 'GenericPriorityType'
@Analytics.technicalName: 'IGENERICPRIOTYPE'
@ObjectModel: {
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING
}
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET]
define view entity I_GenericPriorityType
as select from t356a
association [0..*] to I_GenericPriorityTypeText as _GenericPriorityTypeText on _GenericPriorityTypeText.GenericPriorityType = $projection.GenericPriorityType
{
@ObjectModel.foreignKey.association: '_GenericPriorityTypeText'
key t356a.artpr as GenericPriorityType,
// Propagate association(s)
_GenericPriorityTypeText
}
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