I_UtilsPoDStructureCategory
Point of Delivery Structure Category
I_UtilsPoDStructureCategory is a Basic CDS View (Dimension) that provides data about "Point of Delivery Structure Category" in SAP S/4HANA. It reads from 1 data source (euistrutype) and exposes 4 fields with key field UtilsPoDStrucCategory. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| euistrutype | euistrutype | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_UtilsPoDStructureCategoryT | _UtilsPoDStructureCategoryText | $projection.UtilsPoDStrucCategory = _UtilsPoDStructureCategoryText.UtilsPoDStrucCategory |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IEPODSTRUCCAT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Point of Delivery Structure Category | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| ObjectModel.representativeKey | UtilsPoDStrucCategory | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UtilsPoDStrucCategory | euistrutyp | ||
| UtilsPoDStrucCategoryIsDefault | default_type | |||
| UtilitiesDivisionCategory | spartyp | |||
| _UtilsPoDStructureCategoryText | _UtilsPoDStructureCategoryText |
@AbapCatalog.sqlViewName: 'IEPODSTRUCCAT'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Point of Delivery Structure Category'
@VDM.viewType: #BASIC
@Analytics.dataCategory: #DIMENSION
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@ObjectModel.representativeKey: 'UtilsPoDStrucCategory'
@Metadata.allowExtensions:true
@Metadata.ignorePropagatedAnnotations:true
//@AbapCatalog.preserveKey:true
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
define view I_UtilsPoDStructureCategory
as select from euistrutype
association [0..*] to I_UtilsPoDStructureCategoryT as _UtilsPoDStructureCategoryText on $projection.UtilsPoDStrucCategory = _UtilsPoDStructureCategoryText.UtilsPoDStrucCategory
{
@ObjectModel.text.association: '_UtilsPoDStructureCategoryText'
key euistrutyp as UtilsPoDStrucCategory,
@Semantics.booleanIndicator: true
default_type as UtilsPoDStrucCategoryIsDefault,
spartyp as UtilitiesDivisionCategory,
_UtilsPoDStructureCategoryText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EUISTRUTYPE"
],
"ASSOCIATED":
[
"I_UTILSPODSTRUCTURECATEGORYT"
],
"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