A_ChangeRecordRefRecipe
Recipe Assignments to Change Records
A_ChangeRecordRefRecipe is a Composite CDS View that provides data about "Recipe Assignments to Change Records" in SAP S/4HANA. It reads from 1 data source (I_ChangeRecdRefRecipeTP_2) and exposes 14 fields with key field ChangeRecordReferenceUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChangeRecdRefRecipeTP_2 | ChangeRecordReferenceRCPTP | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| Feature | BF:API_FULLSCOPE | view | |
| EndUserText.label | Recipe Assignments to Change Records | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChangeRecordReferenceUUID | ChangeRecordReferenceUUID | ||
| ChangeRecord | ChangeRecord | |||
| ChangeRecordUUID | ChangeRecordUUID | |||
| ChangeRecordReferenceType | ChangeRecordReferenceType | |||
| RecipePrimaryOutput | I_ChangeRecdRefRecipeTP_2 | RecipePrimaryOutput | ||
| RecipeAlternativeNumber | I_ChangeRecdRefRecipeTP_2 | RecipeAlternativeNumber | ||
| RecipeVersionNumber | I_ChangeRecdRefRecipeTP_2 | RecipeVersionNumber | ||
| ChangeRecordItemRelevance | ChangeRecordItemRelevance | |||
| ChangeRecordItemProcgStatus | ChangeRecordItemProcgStatus | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| _ChangeRecord | _ChangeRecord |
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #CHECK
@ObjectModel: {
usageType: {
dataClass: #MIXED,
serviceQuality: #C,
sizeCategory: #L
}
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@Feature: 'BF:API_FULLSCOPE'
@EndUserText.label: 'Recipe Assignments to Change Records'
define view entity A_ChangeRecordRefRecipe
as select from I_ChangeRecdRefRecipeTP_2 as ChangeRecordReferenceRCPTP
association to parent A_ChangeRecord as _ChangeRecord on $projection.ChangeRecordUUID = _ChangeRecord.ChangeRecordUUID
{
key ChangeRecordReferenceUUID,
ChangeRecord,
ChangeRecordUUID,
ChangeRecordReferenceType,
ChangeRecordReferenceRCPTP.RecipePrimaryOutput,
ChangeRecordReferenceRCPTP.RecipeAlternativeNumber,
ChangeRecordReferenceRCPTP.RecipeVersionNumber,
ChangeRecordItemRelevance,
ChangeRecordItemProcgStatus,
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime,
_ChangeRecord
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHANGERECDREFRECIPETP_2"
],
"ASSOCIATED":
[
"A_CHANGERECORD"
],
"BASE":
[],
"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