I_UtilitiesPortion
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)
| Source | Alias | Join Type |
|---|---|---|
| te420 | te420 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_UtilsPortnDfltBdgtBillgCyc | _UtilitiesBdgtBillgCyc | $projection.UtilsDefaultBdgtBillgCycle = _UtilitiesBdgtBillgCyc.UtilsDefaultBdgtBillgCycle |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
@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":""
}
}*/
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