C_NtwkActivitySystemStatusVH
Value Help: Project System Status
C_NtwkActivitySystemStatusVH is a Consumption CDS View that provides data about "Value Help: Project System Status" in SAP S/4HANA. It reads from 1 data source (I_SystemStatusText) and exposes 2 fields with key fields SystemStatus, SystemStatusShortName.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SystemStatusText | I_SystemStatusText | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CNTWKSYSTSTATVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value Help: Project System Status | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SystemStatus | SystemStatus | ||
| KEY | SystemStatusShortName | SystemStatusShortName |
@AbapCatalog.sqlViewName: 'CNTWKSYSTSTATVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help: Project System Status'
@ClientHandling.algorithm: #SESSION_VARIABLE
//@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@VDM.viewType: #CONSUMPTION
define view C_NtwkActivitySystemStatusVH
as select from I_SystemStatusText
{
key SystemStatus,
key SystemStatusShortName
}
where
Language = $session.system_language
and ( SystemStatus = 'I0001' //CRTD
or SystemStatus = 'I0002' //REL
or SystemStatus = 'I0043' //LKD
or SystemStatus = 'I0045' //TECO
or SystemStatus = 'I0046' //CLSD
or SystemStatus = 'I0028' //SETC
or SystemStatus = 'I0076' //DLFL
or SystemStatus = 'I0064' //AALK
or SystemStatus = 'I0007' //PRT
or SystemStatus = 'I0370' //DSPT
or SystemStatus = 'I0010' //PCNF
or SystemStatus = 'I0009' //CNF
or SystemStatus = 'I0037' //UMGP
or SystemStatus = 'I0013' //DLT
or SystemStatus = 'I0052' //MCNF
or SystemStatus = 'I0029' //DSEX
)
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SYSTEMSTATUSTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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