I_UtilsContrProcessingStatusT
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)
| Source | Alias | Join Type |
|---|---|---|
| te643t | te643t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [0..1] | I_UtilsContrProcessingStatus | _UtilsContrProcessingStatus | $projection.UtilsContractProcessingSts = _UtilsContrProcessingStatus.UtilsContractProcessingSts |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
@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":""
}
}*/
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