I_UtilsPoDStructureCategory

DDL: I_UTILSPODSTRUCTURECATEGORY SQL: IEPODSTRUCCAT Type: view BASIC

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)

SourceAliasJoin Type
euistrutype euistrutype from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_UtilsPoDStructureCategoryT _UtilsPoDStructureCategoryText $projection.UtilsPoDStrucCategory = _UtilsPoDStructureCategoryText.UtilsPoDStrucCategory

Annotations (16)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/