C_ChangeRecordUserStatusVH
Change Record User Status
C_ChangeRecordUserStatusVH is a Consumption CDS View that provides data about "Change Record User Status" in SAP S/4HANA. It reads from 1 data source (I_ChangeRecordUserStatusVH) and exposes 3 fields with key field ChangeRecordStatus. Part of development package VDM_PLMB_CR_RAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChangeRecordUserStatusVH | I_ChangeRecordUserStatusVH | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Change Record User Status | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | ChangeRecordStatus | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChangeRecordStatus | ChangeRecordStatus | ||
| ChangeRecordDetailDescription | ChangeRecordDetailDescription | |||
| ChangeRecordStatusDescription | ChangeRecordStatusDescription |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Change Record User Status'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@VDM.viewType:#CONSUMPTION
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ChangeRecordStatus'
define view entity C_ChangeRecordUserStatusVH
as select from I_ChangeRecordUserStatusVH
{
@ObjectModel.text.element: [ 'ChangeRecordDetailDescription' ]
@Consumption.valueHelpDefault.binding.usage:#FILTER_AND_RESULT
key ChangeRecordStatus as ChangeRecordStatus,
@Semantics.text: true
ChangeRecordDetailDescription as ChangeRecordDetailDescription,
ChangeRecordStatusDescription
}
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