I_UtilitiesPortionScheduleRecd
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)
| Source | Alias | Join Type |
|---|---|---|
| te417 | te417 | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_UtilitiesPortion | _UtilitiesPortion | $projection.UtilitiesPortion = _UtilitiesPortion.UtilitiesPortion |
| [1..1] | I_UtilitiesBillingReason | _UtilitiesBillingReason | $projection.UtilitiesBillingReason = _UtilitiesBillingReason.UtilitiesBillingReason |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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