I_UtilitiesPortion

DDL: I_UTILITIESPORTION SQL: IEPORTION Type: view BASIC

Portion

I_UtilitiesPortion is a Basic CDS View (Dimension) that provides data about "Portion" in SAP S/4HANA. It reads from 1 data source (te420) and exposes 5 fields with key field UtilitiesPortion. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
te420 te420 from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_UtilsPortnDfltBdgtBillgCyc _UtilitiesBdgtBillgCyc $projection.UtilsDefaultBdgtBillgCycle = _UtilitiesBdgtBillgCyc.UtilsDefaultBdgtBillgCycle

Annotations (14)

NameValueLevelField
EndUserText.label Portion view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IEPORTION view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.representativeKey UtilitiesPortion view
Metadata.allowExtensions true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY UtilitiesPortion te420 termschl
UtilitiesPortionName
AuthorizationGroup te420 begru
UtilsDefaultBdgtBillgCycle
_UtilitiesBdgtBillgCyc _UtilitiesBdgtBillgCyc
@EndUserText.label: 'Portion'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEPORTION'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #ANALYTICAL_PROVIDER, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@AbapCatalog.compiler.compareFilter:true
//@AbapCatalog.preserveKey:true

@ObjectModel.representativeKey: 'UtilitiesPortion'
@Metadata.allowExtensions: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

define view I_UtilitiesPortion
  as select from te420
  association [0..1] to I_UtilsPortnDfltBdgtBillgCyc as _UtilitiesBdgtBillgCyc on $projection.UtilsDefaultBdgtBillgCycle = _UtilitiesBdgtBillgCyc.UtilsDefaultBdgtBillgCycle

{
      @ObjectModel.text.element:  [ 'UtilitiesPortionName' ]
  key te420.termschl                                             as UtilitiesPortion,
      @Semantics.text: true
      cast(te420.termtext as e_portion_name_vdm preserving type) as UtilitiesPortionName,
      te420.begru                                                as AuthorizationGroup,
      @ObjectModel.foreignKey.association: '_UtilitiesBdgtBillgCyc'
      cast(te420.abszyk   as e_abszykter_vdm preserving type)    as UtilsDefaultBdgtBillgCycle,

      _UtilitiesBdgtBillgCyc
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TE420"
],
"ASSOCIATED":
[
"I_UTILSPORTNDFLTBDGTBILLGCYC"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/