I_MsrgPointProdnRsceTool
Measuring Point Production Resource Tool
I_MsrgPointProdnRsceTool is a Basic CDS View (Dimension) that provides data about "Measuring Point Production Resource Tool" in SAP S/4HANA. It reads from 1 data source (I_MsrgPointPRTByInternalKey) and exposes 37 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MsrgPointPRTByInternalKey | PRT | from |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPPMSRGPRT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | MeasuringPoint | view | |
| ObjectModel.semanticKey | MeasuringPoint | view | |
| Search.searchable | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Measuring Point Production Resource Tool | view |
Fields (37)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| MeasuringPoint | ||||
| ProductionResourceType | I_MsrgPointPRTByInternalKey | ProductionResourceType | ||
| ProductionResourceInternalID | I_MsrgPointPRTByInternalKey | ProductionResourceInternalID | ||
| ProductionResourceToolGroup1 | I_MsrgPointPRTByInternalKey | ProductionResourceToolGroup1 | ||
| ProductionResourceToolGroup2 | I_MsrgPointPRTByInternalKey | ProductionResourceToolGroup2 | ||
| ProductionResourceUsage | I_MsrgPointPRTByInternalKey | ProductionResourceUsage | ||
| ProdnRsceToolControlProfile | ProdnRsceToolControlProfile | |||
| ChangeNumber | I_MsrgPointPRTByInternalKey | ChangeNumber | ||
| ProdnRsceToolStandardTextCode | ProdnRsceToolStandardTextCode | |||
| ProdnRsceToolTotQtyCalcFormula | ProdnRsceToolTotQtyCalcFormula | |||
| ProdnRsceToolUsageQtyCalcFmla | ProdnRsceToolUsageQtyCalcFmla | |||
| StartDateOffsetReferenceCode | StartDateOffsetReferenceCode | |||
| EndDateOffsetReferenceCode | EndDateOffsetReferenceCode | |||
| AuthorizationGroup | AuthorizationGroup | |||
| StartDateOffsetDuration | StartDateOffsetDuration | |||
| StartDateOffsetDurationUnit | StartDateOffsetDurationUnit | |||
| EndDateOffsetDuration | EndDateOffsetDuration | |||
| EndDateOffsetDurationUnit | EndDateOffsetDurationUnit | |||
| CreationDate | CreationDate | |||
| CreatedByUser | CreatedByUser | |||
| LastChangeDate | LastChangeDate | |||
| LastChangedByUser | LastChangedByUser | |||
| _ProductionResourceType | _ProductionResourceType | |||
| _MeasuringPoint | ||||
| _ProdnRsceToolGroup2 | _ProdnRsceToolGroup2 | |||
| _ProductionResourceUsage | _ProductionResourceUsage | |||
| _ProdnRsceToolControlProfile | _ProdnRsceToolControlProfile | |||
| _ProdnRsceToolStandardText | _ProdnRsceToolStandardText | |||
| _ProdnRsceToolTotQtyCalcFmla | _ProdnRsceToolTotQtyCalcFmla | |||
| _ProdnRsceToolUsageQtyCalcFmla | _ProdnRsceToolUsageQtyCalcFmla | |||
| _StartDateOffsetReferenceCode | _StartDateOffsetReferenceCode | |||
| _EndDateOffsetReferenceCode | _EndDateOffsetReferenceCode | |||
| _StartDateOffsetDurationUnit | _StartDateOffsetDurationUnit | |||
| _EndDateOffsetDurationUnit | _EndDateOffsetDurationUnit | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser | |||
| _ChangeMaster | _ChangeMaster |
@AbapCatalog.sqlViewName: 'IPPMSRGPRT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_CreatedByUser', '_LastChangedByUser']
@Analytics.dataCategory: #DIMENSION
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY]
@ObjectModel.representativeKey: 'MeasuringPoint'
@ObjectModel.semanticKey: 'MeasuringPoint'
@Search.searchable: true
@ObjectModel.usageType: { serviceQuality: #B, sizeCategory: #M, dataClass: #MASTER }
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Measuring Point Production Resource Tool'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK", "CALCULATED_FIELD_CHECK" ] } */
define view I_MsrgPointProdnRsceTool
as select from I_MsrgPointPRTByInternalKey as PRT
{
-- representative key
@Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
key PRT.MeasuringPoint,
@ObjectModel.foreignKey.association: '_ProductionResourceType'
PRT.ProductionResourceType,
PRT.ProductionResourceInternalID,
@Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
PRT.ProductionResourceToolGroup1,
@Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
PRT.ProductionResourceToolGroup2,
PRT.ProductionResourceUsage,
ProdnRsceToolControlProfile,
@ObjectModel.foreignKey.association: '_ChangeMaster'
PRT.ChangeNumber,
ProdnRsceToolStandardTextCode,
ProdnRsceToolTotQtyCalcFormula,
ProdnRsceToolUsageQtyCalcFmla,
StartDateOffsetReferenceCode,
EndDateOffsetReferenceCode,
// for DCLS
AuthorizationGroup,
// Durations
@Semantics.quantity.unitOfMeasure: 'StartDateOffsetDurationUnit'
@DefaultAggregation: #SUM
StartDateOffsetDuration,
@Semantics.unitOfMeasure: true
StartDateOffsetDurationUnit,
@Semantics.quantity.unitOfMeasure: 'EndDateOffsetDurationUnit'
@DefaultAggregation: #SUM
EndDateOffsetDuration,
@Semantics.unitOfMeasure: true
EndDateOffsetDurationUnit,
// Admin data
@Semantics.systemDate.createdAt: true
CreationDate,
@Semantics.user.createdBy: true
CreatedByUser,
@Semantics.systemDate.lastChangedAt: true
LastChangeDate,
@Semantics.user.lastChangedBy: true
LastChangedByUser,
// Associations
_ProductionResourceType,
-- _MeasuringPoint, to be added later once the view is relased
_ProdnRsceToolGroup1,
_ProdnRsceToolGroup2,
_ProductionResourceUsage,
_ProdnRsceToolControlProfile,
_ProdnRsceToolStandardText,
_ProdnRsceToolTotQtyCalcFmla,
_ProdnRsceToolUsageQtyCalcFmla,
_StartDateOffsetReferenceCode,
_EndDateOffsetReferenceCode,
_StartDateOffsetDurationUnit,
_EndDateOffsetDurationUnit,
_CreatedByUser,
_LastChangedByUser,
_ChangeMaster
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MSRGPOINTPRTBYINTERNALKEY"
],
"ASSOCIATED":
[
"I_CHANGEMASTER",
"I_OPERATIONDATEOFFSETREFCODE",
"I_PRODNRSCETOOLCONTROLPROFILE",
"I_PRODNRSCETOOLGROUP",
"I_PRODNRSCETOOLQTYCALCFORMULA",
"I_PRODNRSCETOOLSTANDARDTEXT",
"I_PRODUCTIONRESOURCETYPE",
"I_PRODUCTIONRESOURCEUSAGE",
"I_UNITOFMEASURE",
"I_USER"
],
"BASE":
[
"I_MSRGPOINTPRTBYINTERNALKEY"
],
"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