I_StoreStockAdhocCntStatusText
Store Stock Ad hoc Count Status - Text
I_StoreStockAdhocCntStatusText is a Basic CDS View that provides data about "Store Stock Ad hoc Count Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, StoreStockAdhocCntStatus. It has 2 associations to related views. Part of development package RFM_STORE_STOCK_ADHOC_COUNT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_StoreStockAdhocCountStatus | _StkAdhocCntStatus | $projection.StoreStockAdhocCntStatus = _StkAdhocCntStatus.StoreStockAdhocCntStatus |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Store Stock Ad hoc Count Status - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | |||
| KEY | StoreStockAdhocCntStatus | |||
| StoreStockAdhocCntStatusText | dd07t | ddtext | ||
| _Language | _Language | |||
| _StkAdhocCntStatus | _StkAdhocCntStatus |
@AbapCatalog.viewEnhancementCategory : [#NONE]
@AccessControl.authorizationCheck : #NOT_REQUIRED
@EndUserText.label : 'Store Stock Ad hoc Count Status - Text'
@Metadata.ignorePropagatedAnnotations : true
@ObjectModel.usageType :
{
serviceQuality: #A,
sizeCategory : #S,
dataClass : #META
}
@ObjectModel.dataCategory : #TEXT
@VDM.viewType : #BASIC
define view entity I_StoreStockAdhocCntStatusText
as select from dd07t
association [0..1] to I_StoreStockAdhocCountStatus as _StkAdhocCntStatus on $projection.StoreStockAdhocCntStatus = _StkAdhocCntStatus.StoreStockAdhocCntStatus
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key cast( dd07t.ddlanguage as spras preserving type ) as Language,
@ObjectModel.foreignKey.association: '_StkAdhocCntStatus'
key cast (dd07t.domvalue_l as rfm_st_stk_adhoc_cnt_status ) as StoreStockAdhocCntStatus,
@Semantics.text: true
dd07t.ddtext as StoreStockAdhocCntStatusText,
_Language,
_StkAdhocCntStatus
}
where
domname = 'RFM_ST_STK_ADHOC_CNT_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