I_UpldFileLifeCycStatusText
SI Upload File Lifecycle Status Text
I_UpldFileLifeCycStatusText is a Basic CDS View that provides data about "SI Upload File Lifecycle Status Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields SuplrInvcUpldFileLifeCycStatus, Language. It has 1 association to related views. Part of development package VDM_MM_IV_UPLOAD.
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 (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IUPDLFSTATTEXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | SuplrInvcUpldFileLifeCycStatus | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | SI Upload File Lifecycle Status Text | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Search.searchable | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SuplrInvcUpldFileLifeCycStatus | |||
| KEY | Language | ddlanguage | ||
| DomainValue | dd07t | domvalue_l | ||
| SuplrInvcUpldFileLfcycStsDesc | ||||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IUPDLFSTATTEXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//Supplier invoice upload does not deal with suppliers directly. It only saves pointers to attachments.
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ObjectModel.representativeKey: 'SuplrInvcUpldFileLifeCycStatus'
@VDM.viewType : #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'SI Upload File Lifecycle Status Text'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@Search.searchable: true
define view I_UpldFileLifeCycStatusText
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.text.element: ['SuplrInvcUpldFileLfcycStsDesc']
key cast ( domvalue_l as mmiv_d_upd_hist_status ) as SuplrInvcUpldFileLifeCycStatus,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key ddlanguage as Language,
@Analytics.hidden: true
@Consumption.hidden: true
dd07t.domvalue_l as DomainValue,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
cast ( ddtext as mmiv_description_text preserving type) as SuplrInvcUpldFileLfcycStsDesc,
//association
_Language
}
where
domname = 'MMIV_UPD_HIST_STATUS'
and as4local = 'A'
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