I_CFinTmpPostgProcgStsText
CFin Tmp Postg Processing Status - Text
I_CFinTmpPostgProcgStsText is a Basic CDS View that provides data about "CFin Tmp Postg Processing Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields CFinTmpPostingProcessingStatus, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | CFin Tmp Postg Processing Status - Text | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | CFinTmpPostingProcessingStatus | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CFinTmpPostingProcessingStatus | |||
| KEY | Language | |||
| CFinTmpPostgProcgStatusName | ||||
| _Language | _Language |
@EndUserText.label: 'CFin Tmp Postg Processing Status - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@ObjectModel.representativeKey: 'CFinTmpPostingProcessingStatus'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view entity I_CFinTmpPostgProcgStsText
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key cast( domvalue_l as fins_cfin_tmp_post_state ) as CFinTmpPostingProcessingStatus,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cast( ddlanguage as spras preserving type ) as Language,
@Search.defaultSearchElement: true
@Search.ranking:#LOW
@Semantics.text: true
cast( ddtext as fis_val_text preserving type ) as CFinTmpPostgProcgStatusName,
_Language
}
where
domname = 'FINS_CFIN_TMP_POST_STATE'
and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"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