I_InvgCsMArchivingStatusText
Basic view for Archiving status
I_InvgCsMArchivingStatusText is a Basic CDS View that provides data about "Basic view for Archiving status" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields SAPDataDictionaryDomain, DomainValue, DomainValuePosition.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IICMARCHSTSTXT | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| EndUserText.label | Basic view for Archiving status | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SAPDataDictionaryDomain | domname | ||
| KEY | DomainValue | domvalue_l | ||
| KEY | DomainValuePosition | valpos | ||
| DomainValueName | ddtext | |||
| Language | ddlanguage |
@AbapCatalog.sqlViewName: 'IICMARCHSTSTXT'
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.preserveKey:true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@EndUserText.label: 'Basic view for Archiving status'
define view I_InvgCsMArchivingStatusText as select from dd07t
{
key domname as SAPDataDictionaryDomain,
key domvalue_l as DomainValue,
key valpos as DomainValuePosition,
ddtext as DomainValueName,
ddlanguage as Language
}
where
ddlanguage = $session.system_language
and domname = 'CRMS4_ICM_ARCH_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