C_CndnContrMainStatusVH
Condition Contract Main Status VH
C_CndnContrMainStatusVH is a Consumption CDS View that provides data about "Condition Contract Main Status VH" in SAP S/4HANA. It reads from 1 data source (I_SystemStatus) and exposes 2 fields with key field CndnContrMainSystemStatus. Part of development package WCB_UI_CC_FIO_COM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SystemStatus | I_SystemStatus | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| ObjectModel.representativeKey | CndnContrMainSystemStatus | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #NONE | view | |
| EndUserText.label | Condition Contract Main Status VH | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Analytics.technicalName | CWCBMAINSTATUSVH | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CndnContrMainSystemStatus | |||
| SystemStatusName |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@Consumption.ranked: true
//@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'CndnContrMainSystemStatus'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@VDM.viewType: #CONSUMPTION
@VDM.lifecycle.contract.type: #NONE
@EndUserText.label: 'Condition Contract Main Status VH'
@ObjectModel.dataCategory: #VALUE_HELP
@Analytics.technicalName: 'CWCBMAINSTATUSVH'
define view entity C_CndnContrMainStatusVH
as select from I_SystemStatus
{
@Search: { defaultSearchElement: true, ranking: #HIGH }
@ObjectModel.text.element: [ 'SystemStatusName' ]
@UI: { textArrangement: #TEXT_FIRST }
key cast( SystemStatus as wcb_main_system_status preserving type ) as CndnContrMainSystemStatus,
@Semantics.text:true
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
cast( _SystemStatusText[1: Language = $session.system_language ].SystemStatusName as wcb_status_text preserving type) as SystemStatusName
}
where
(
SystemStatus = 'ICC01'
or SystemStatus = 'ICC02'
or SystemStatus = 'ICC03'
or SystemStatus = 'ICC04'
or SystemStatus = 'ICC05'
or SystemStatus = 'ICC14'
);
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