I_CHANGEMSTROBMGREMATERIALTP
Change Number Object Management Record Material (Trans.)
I_CHANGEMSTROBMGREMATERIALTP is a CDS View in S/4HANA. Change Number Object Management Record Material (Trans.). 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ChangeMstrObMgReMaterial | view_entity | from | CONSUMPTION | Change Number Object Management Records - Material |
| I_ChgMstrObMgReMaterialTP_2 | view_entity | projection | TRANSACTIONAL | Change Number Object Management Record Mat TP |
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Change Number Object Management Record Material (Trans.)'
define view entity I_ChangeMstrObMgReMaterialTP
as select from I_ChangeMstrObMgReMaterial
association to parent I_ChangeMasterTP as _ChangeMaster on $projection.ChangeNumber = _ChangeMaster.ChangeNumber
/*+[hideWarning] { "IDS" : [ "CARDINALITY_CHECK" ] }*/
association [0..1] to I_ChangeMasterAltDateTP as _ChangeMasterAltDate on $projection.ChangeNumber = _ChangeMasterAltDate.ChangeNumber
and $projection.ChgNmbrAlternativeDateCounter = _ChangeMasterAltDate.ChgNmbrAlternativeDateCounter
{
key ChangeNumber,
key Material,
_ChangeMasterAltDate.ChgNmbrAlternativeDateID,
ObjMgmtRecdObjectInternalID as SAPObjectTechnicalID,
ObjMgmtRecdDescription,
ObjMgmtRecdItemUUID,
ObjMgmtRecdLastChangedAt,
ObjMgmtRecdLastChangedBy,
ObjMgmtRecdCreationDate,
ObjMgmtRecdCreatedBy,
ObjMgmtRecdObjLastChangedAt,
ObjMgmtRecdObjLastChangedBy,
ObjMgmtRecdObjIsLockedForChg,
ObjMgmtRecdObjIsPlanned,
ObjMgmtRecdObjRevisionLevel,
@Consumption.hidden: true
I_ChangeMstrObMgReMaterial.ChgNmbrAlternativeDateCounter,
// for ETag handling
_ChangeMaster.ChangeNumberLastChgdDateTime,
/* Associations */
_ChangeMaster,
_ChangeMasterAltDate
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHANGEMASTERALTDATETP",
"I_CHANGEMASTERTP",
"I_CHANGEMSTROBMGREMATERIAL"
],
"ASSOCIATED":
[
"I_CHANGEMASTERALTDATETP",
"I_CHANGEMASTERTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/