C_ProjectedStockOutStatusVH
Projected Stock Out Status Value Help
C_ProjectedStockOutStatusVH is a Consumption CDS View that provides data about "Projected Stock Out Status Value Help" in SAP S/4HANA. Part of development package ODATA_PP_DD_REPL.
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Projected Stock Out Status Value Help | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectedStockOutStatus | ProjectedStockOutStatus | ProjectedStockOutStatus | |
| ProjtdStkOutStsDesc | ProjectedStockOutStatus | ProjtdStkOutStsDesc |
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
//@Search.searchable: true
@EndUserText.label: 'Projected Stock Out Status Value Help'
@ObjectModel.semanticKey: [ 'ProjectedStockOutStatus' ]
//@ObjectModel.representativeKey: ['ProjectedStockOutStatus']
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.dataClass: #MASTER
define view entity C_ProjectedStockOutStatusVH
as select distinct from I_ProjectedStockOutStatusText as ProjectedStockOutStatus
{
// @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
@ObjectModel.text.element: ['ProjtdStkOutStsDesc']
key ProjectedStockOutStatus.ProjectedStockOutStatus as ProjectedStockOutStatus,
ProjectedStockOutStatus.ProjtdStkOutStsDesc as ProjtdStkOutStsDesc
}
where
ProjectedStockOutStatus.Language = $session.system_language
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