I_DOCINFORECDOBJLINKCHGRECDTP
CDS View for Change Record Object Link
I_DOCINFORECDOBJLINKCHGRECDTP is a CDS View in S/4HANA. CDS View for Change Record Object Link. It contains 7 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_DocInfoRecdObjLinkChgRecd | view_entity | from | COMPOSITE | Change Record Object Links |
Fields (7)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | DocObjectLinkCounter | DocObjectLinkCounter | 1 |
| KEY | DocumentInfoRecordDocNumber | DocumentInfoRecordDocNumber | 1 |
| KEY | DocumentInfoRecordDocPart | DocumentInfoRecordDocPart | 1 |
| KEY | DocumentInfoRecordDocType | DocumentInfoRecordDocType | 1 |
| KEY | DocumentInfoRecordDocVersion | DocumentInfoRecordDocVersion | 1 |
| KEY | LinkedSAPObject | LinkedSAPObject | 1 |
| KEY | LinkedSAPObjectKey | LinkedSAPObjectKey | 1 |
@AbapCatalog.sqlViewName: 'IDOCOBJCRWODRTP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CDS View for Change Record Object Link'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #TRANSACTIONAL
@Metadata.ignorePropagatedAnnotations:true
//@ObjectModel.transactionalProcessingEnabled: true
//@ObjectModel.writeActiveImplementedBy: 'ABAP:CL_PLM_RAP_PROVIDER_DMS'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view I_DocInfoRecdObjLinkChgRecdTP
as select from I_DocumentInfoRecordObjectLink as ObjLink
association [0..1] to I_DocInfoRecdObjLinkChgRecd as _ChangeRecord on $projection.LinkedSAPObjectKey = _ChangeRecord.ChangeRecordUUID
{
/* Document Info Record key Details */
key ObjLink.DocumentInfoRecordDocType as DocumentInfoRecordDocType,
key ObjLink.DocumentInfoRecordDocNumber as DocumentInfoRecordDocNumber,
key ObjLink.DocumentInfoRecordDocVersion as DocumentInfoRecordDocVersion,
key ObjLink.DocumentInfoRecordDocPart as DocumentInfoRecordDocPart,
/* Object Type and Object Key Details */
key ObjLink.LinkedSAPObject as LinkedSAPObject,
key ObjLink.LinkedSAPObjectKey as LinkedSAPObjectKey,
key ObjLink.DocObjectLinkCounter as DocObjectLinkCounter,
//Associations
_ChangeRecord
}
where
ObjLink.LinkedSAPObject = 'CR_DOC'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOCUMENTINFORECORDOBJECTLINK"
],
"ASSOCIATED":
[
"I_DOCINFORECDOBJLINKCHGRECD"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/