I_InvcUtilsContractsJointly

DDL: I_INVCUTILSCONTRACTSJOINTLY SQL: IEINVCCONTTOGTHR Type: view BASIC

Invoice Utility Contracts Jointly

I_InvcUtilsContractsJointly is a Basic CDS View (Dimension) that provides data about "Invoice Utility Contracts Jointly" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field UtilsContrJointInvcType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_InvcUtilsContractsJointlyT _Text $projection.UtilsContrJointInvcType = _Text.UtilsContrJointInvcType

Annotations (13)

NameValueLevelField
EndUserText.label Invoice Utility Contracts Jointly view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IEINVCCONTTOGTHR view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey UtilsContrJointInvcType view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY UtilsContrJointInvcType
_Text _Text
@EndUserText.label: 'Invoice Utility Contracts Jointly'
@Analytics.dataCategory:#DIMENSION
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEINVCCONTTOGTHR'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter:true
@Metadata.ignorePropagatedAnnotations:true
//@AbapCatalog.preserveKey:true

@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
//@Analytics.dataExtraction.enabled: true

@ObjectModel.representativeKey: 'UtilsContrJointInvcType'
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

define view I_InvcUtilsContractsJointly
  as select from dd07l
  association [0..*] to I_InvcUtilsContractsJointlyT as _Text on $projection.UtilsContrJointInvcType = _Text.UtilsContrJointInvcType
{
      @ObjectModel.text.association: '_Text'
      //new data element

  key cast(substring(dd07l.domvalue_l, 1, 1) as e_gemfakt preserving type) as UtilsContrJointInvcType,

      _Text

}
where
      dd07l.domname  = 'E_GEMFAKT'
  and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_INVCUTILSCONTRACTSJOINTLYT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/