A_ChgRecordUserStatus
Change Record User Status
A_ChgRecordUserStatus is a Basic CDS View that provides data about "Change Record User Status" in SAP S/4HANA. It reads from 1 data source (I_ChgRecordUserStatus) and exposes 2 fields with key field ChangeRecordStatus.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChgRecordUserStatus | I_ChgRecordUserStatus | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Change Record User Status | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChangeRecordStatus | ChangeRecordStatus | ||
| ChangeRecordStatusDescriptionlocalized |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Change Record User Status'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@Search.searchable: true
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
define root view entity A_ChgRecordUserStatus
as projection on I_ChgRecordUserStatus
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key ChangeRecordStatus,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
_Text.ChangeRecordStatusDescription : localized,
_Text : redirected to composition child A_ChgRecordUserStatusText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHGRECORDUSERSTATUS",
"I_CHGRECORDUSERSTATUSTEXT"
],
"ASSOCIATED":
[
"A_CHGRECORDUSERSTATUSTEXT"
],
"BASE":
[
"I_CHGRECORDUSERSTATUS"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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