I_MassProcgAstFileStatusVH
File Processing Status Value help
I_MassProcgAstFileStatusVH is a Basic CDS View (Dimension) that provides data about "File Processing Status Value help" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field MassProcgAstFileStatus. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MassProcgAstFileStatusText | _MassProcgAstFileStatusText | |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMPAFILESTSVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.representativeKey | MassProcgAstFileStatus | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | File Processing Status Value help | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MassProcgAstFileStatus | |||
| DomainValue | domvalue_l | |||
| _MassProcgAstFileStatusText | _MassProcgAstFileStatusText |
@AbapCatalog.sqlViewName: 'IMPAFILESTSVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
dataCategory: #VALUE_HELP,
resultSet.sizeCategory: #XS,
representativeKey: 'MassProcgAstFileStatus',
usageType:
{ serviceQuality: #A,
dataClass: #META,
sizeCategory: #S
} }
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'File Processing Status Value help'
define root view I_MassProcgAstFileStatusVH
as select from dd07l
composition [0..*] of I_MassProcgAstFileStatusText as _MassProcgAstFileStatusText
{
@ObjectModel.text.association: '_MassProcgAstFileStatusText'
key cast( dd07l.domvalue_l as mpa_file_status ) as MassProcgAstFileStatus,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@Consumption.hidden: true
domvalue_l as DomainValue,
_MassProcgAstFileStatusText
}
where
dd07l.domname = 'MPA_FILE_STATUS'
and dd07l.as4local = 'A'
and dd07l.as4vers = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_MASSPROCGASTFILESTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"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