I_UtilitiesPortionScheduleRecd

DDL: I_UTILITIESPORTIONSCHEDULERECD SQL: IEPORTNSCHEDRECD Type: view BASIC

Portion Schedule Record

I_UtilitiesPortionScheduleRecd is a Basic CDS View (Dimension) that provides data about "Portion Schedule Record" in SAP S/4HANA. It reads from 1 data source (te417) and exposes 9 fields with key fields UtilitiesPortion, UtilsPortionScheduleRecordDate. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
te417 te417 from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_UtilitiesPortion _UtilitiesPortion $projection.UtilitiesPortion = _UtilitiesPortion.UtilitiesPortion
[1..1] I_UtilitiesBillingReason _UtilitiesBillingReason $projection.UtilitiesBillingReason = _UtilitiesBillingReason.UtilitiesBillingReason

Annotations (14)

NameValueLevelField
EndUserText.label Portion Schedule Record view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IEPORTNSCHEDRECD view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey UtilitiesPortion view
Metadata.allowExtensions true view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY UtilitiesPortion te417 termschl
KEY UtilsPortionScheduleRecordDate
ScheduledUtilitiesBillingDate
UtilsBillgPeriodAllocationDate te417 zuorddat
UtilsBillgPrevSchedRecdEndDate te417 endvoper
UtilitiesBillingReason
SchedldUtilsInvcgPrintoutDate
_UtilitiesBillingReason _UtilitiesBillingReason
_UtilitiesPortion _UtilitiesPortion
@EndUserText.label: 'Portion Schedule Record'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEPORTNSCHEDRECD'
//@AbapCatalog.preserveKey:true

@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'UtilitiesPortion'
@Metadata.allowExtensions:true
@AbapCatalog.compiler.compareFilter:true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_UtilitiesPortionScheduleRecd
  as select from te417
  association [1..1] to I_UtilitiesPortion       as _UtilitiesPortion       on $projection.UtilitiesPortion = _UtilitiesPortion.UtilitiesPortion
  association [1..1] to I_UtilitiesBillingReason as _UtilitiesBillingReason on $projection.UtilitiesBillingReason = _UtilitiesBillingReason.UtilitiesBillingReason
{
  key te417.termschl                                         as UtilitiesPortion,
      @Semantics.businessDate.to: true
      /*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
  key cast(te417.termtdat as e_sched_recd_dte_vdm)           as UtilsPortionScheduleRecordDate,
      @Semantics.businessDate.at: true
      cast(te417.abrdats as e_schedld_billg_dte_vdm)         as ScheduledUtilitiesBillingDate,
      //      @Semantics.businessDate.at: true

      te417.zuorddat                                         as UtilsBillgPeriodAllocationDate,
      @Semantics.businessDate.from: true
      te417.endvoper                                         as UtilsBillgPrevSchedRecdEndDate,
      @ObjectModel.foreignKey.association: '_UtilitiesBillingReason'
      cast( te417.abrvorg as e_abrvorg_vdm preserving type ) as UtilitiesBillingReason,
      cast( te417.datumdf as e_datumdf_vdm preserving type ) as SchedldUtilsInvcgPrintoutDate,

      _UtilitiesBillingReason,
      _UtilitiesPortion
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TE417"
],
"ASSOCIATED":
[
"I_UTILITIESBILLINGREASON",
"I_UTILITIESPORTION"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/