I_CHGMSTROBMGREDOCINFORECDTP

CDS View

Change Number Object Management Record DIR (Transactional)

I_CHGMSTROBMGREDOCINFORECDTP is a CDS View in S/4HANA. Change Number Object Management Record DIR (Transactional). It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_ChangeMstrObMgReDocInfoRecd view_entity from CONSUMPTION Change Number Object Management Records - DIR
I_ChgMstrObMgReDocInfoRecdTP_2 view_entity projection TRANSACTIONAL Change Number Object Management Record DIR TP

Fields (1)

KeyField CDS FieldsUsed in Views
ChgNmbrAlternativeDateCounter ChgNmbrAlternativeDateCounter 1
@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 DIR (Transactional)'
define view entity I_ChgMstrObMgReDocInfoRecdTP
  as select from I_ChangeMstrObMgReDocInfoRecd

  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 DocumentType,
  key DocumentInfoRecord,
  key DocumentPart,
  key DocumentVersion,

      _ChangeMasterAltDate.ChgNmbrAlternativeDateID,

      ObjMgmtRecdObjectInternalID as SAPObjectTechnicalID,

      ObjMgmtRecdDescription,

      ObjMgmtRecdItemUUID,
      ObjMgmtRecdLastChangedAt,
      ObjMgmtRecdLastChangedBy,
      ObjMgmtRecdCreationDate,
      ObjMgmtRecdCreatedBy,
      ObjMgmtRecdObjLastChangedAt,
      ObjMgmtRecdObjLastChangedBy,
      ObjMgmtRecdObjIsLockedForChg,
      ObjMgmtRecdObjIsPlanned,
      ObjMgmtRecdObjRevisionLevel,

      @Consumption.hidden: true
      I_ChangeMstrObMgReDocInfoRecd.ChgNmbrAlternativeDateCounter,

      // for ETag handling

      _ChangeMaster.ChangeNumberLastChgdDateTime,

      /* Associations */
      _ChangeMaster,
      _ChangeMasterAltDate
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHANGEMASTERALTDATETP",
"I_CHANGEMASTERTP",
"I_CHANGEMSTROBMGREDOCINFORECD"
],
"ASSOCIATED":
[
"I_CHANGEMASTERALTDATETP",
"I_CHANGEMASTERTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/