I_CHGRECDOBJREFCMNTBSC
Change Record Obj Ref Comment
I_CHGRECDOBJREFCMNTBSC is a CDS View in S/4HANA. Change Record Obj Ref Comment. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ChgRecdObjRefCmntTopTP | view | from | TRANSACTIONAL | Change Record Obj Ref Comment - TP |
@AbapCatalog.sqlViewName: 'ICHGRECDREFOCOM'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@AbapCatalog.preserveKey:true
@ObjectModel.usageType: {serviceQuality: #C,
dataClass: #MIXED,
sizeCategory: #XXL}
@EndUserText.label: 'Change Record Obj Ref Comment'
define view I_ChgRecdObjRefCmntBsc
as select from /plmi/cr_objr_c as com
association [1..1] to I_ChangeRecordBsc as _ChangeRecordBsc on $projection.ChangeRecordUUID = _ChangeRecordBsc.ChangeRecordUUID
{
key com.db_key as ChangeRecordObjRefCommentUUID,
com.root_key as ChangeRecordUUID,
com.parent_key as ChangeRecordReferenceUUID,
com.hierarchy_id as ChgRecordParentCommentUUID,
com.ishierarchytop as ChgRecordIsHierarchyTop,
com.comment_text as ChgRecordCommentText,
com.created_by as ChgRecordCreatedByUserName,
cast( com.creation_time as tzntstmps ) as ChgRecordCreatedDateTime,
com.changed_by as ChgRecordLastChgByUserName,
cast( com.change_time as tzntstmps ) as ChgRecordLastChgDateTime,
com.deleted_flag as ChgRecordDeletedFlagValue,
com.changeable_flag as ChgRecordChangeableFlagValue,
com.lcycle_cd as ChangeRecordLifecycleStatus,
_ChangeRecordBsc
}
where
ishierarchytop = 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/PLMI/CR_OBJR_C"
],
"ASSOCIATED":
[
"I_CHANGERECORDBSC"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/