I_UtilsContrProcessingStatusT

DDL: I_UTILSCONTRPROCESSINGSTATUST SQL: IECONTRPROCSTST Type: view BASIC

Utilities Contract Processing Status - Text

I_UtilsContrProcessingStatusT is a Basic CDS View that provides data about "Utilities Contract Processing Status - Text" in SAP S/4HANA. It reads from 1 data source (te643t) and exposes 5 fields with key fields Language, UtilsContractProcessingSts. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
te643t te643t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[0..1] I_UtilsContrProcessingStatus _UtilsContrProcessingStatus $projection.UtilsContractProcessingSts = _UtilsContrProcessingStatus.UtilsContractProcessingSts

Annotations (13)

NameValueLevelField
EndUserText.label Utilities Contract Processing Status - Text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IECONTRPROCSTST view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #CUSTOMIZING 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 UtilsContractProcessingSts view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language te643t spras
KEY UtilsContractProcessingSts te643t bearkz
UtilsContractProcessingStsName
_Language _Language
_UtilsContrProcessingStatus _UtilsContrProcessingStatus
@EndUserText.label: 'Utilities Contract Processing Status - Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IECONTRPROCSTST'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@Metadata.ignorePropagatedAnnotations:true
//@AbapCatalog.preserveKey:true

@AbapCatalog.compiler.compareFilter:true
//@Analytics.dataExtraction.enabled: true

@ObjectModel.representativeKey: 'UtilsContractProcessingSts'
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT

define view I_UtilsContrProcessingStatusT
  as select from te643t
  association [0..1] to I_Language                   as _Language                   on $projection.Language = _Language.Language
  association [0..1] to I_UtilsContrProcessingStatus as _UtilsContrProcessingStatus on $projection.UtilsContractProcessingSts = _UtilsContrProcessingStatus.UtilsContractProcessingSts
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key te643t.spras                                              as Language,
      @ObjectModel.foreignKey.association: '_UtilsContrProcessingStatus'
  key te643t.bearkz                                             as UtilsContractProcessingSts,
      @Semantics.text: true
      cast(te643t.text50 as e_bearkz_name_vdm preserving type ) as UtilsContractProcessingStsName,


      _Language,
      _UtilsContrProcessingStatus
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TE643T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_UTILSCONTRPROCESSINGSTATUS"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/