I_DOCINFORECDOBJLINKPRODTP

CDS View

Doc Info Recd Obj Link Prod TP

I_DOCINFORECDOBJLINKPRODTP is a CDS View in S/4HANA. Doc Info Recd Obj Link Prod TP. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_DocInfoRecdObjLinkProduct view_entity from COMPOSITE Product Object Links

Fields (3)

KeyField CDS FieldsUsed in Views
KEY DocObjectLinkCounter DocObjectLinkCounter 1
KEY LinkedSAPObject LinkedSAPObject 1
KEY LinkedSAPObjectKey LinkedSAPObjectKey 1
@AbapCatalog.sqlViewName: 'IDIROBJPRDWODRTP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Doc Info Recd Obj Link Prod TP'
@ClientHandling.algorithm: #SESSION_VARIABLE
//@ObjectModel.createEnabled: true

//@ObjectModel.updateEnabled: true

//@ObjectModel.deleteEnabled: true

@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #TRANSACTIONAL 

@VDM.viewType: #TRANSACTIONAL
@Metadata.ignorePropagatedAnnotations:true
//@ObjectModel.writeActiveImplementedBy: 'ABAP:CL_PLM_RAP_PROVIDER_DMS'

//@ObjectModel.transactionalProcessingEnabled: true

@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@AbapCatalog.preserveKey: true
define view I_DocInfoRecdObjLinkProdTP
  as select from I_DocumentInfoRecordObjectLink as ObjLink

  --Get Linked object details
  association to parent I_DocInfoRecordTP as _DocInfoRecord on  $projection.DocumentInfoRecordDocType    = _DocInfoRecord.DocumentInfoRecordDocType
                                                            and $projection.DocumentInfoRecordDocNumber  = _DocInfoRecord.DocumentInfoRecordDocNumber
                                                            and $projection.DocumentInfoRecordDocPart    = _DocInfoRecord.DocumentInfoRecordDocPart
                                                            and $projection.DocumentInfoRecordDocVersion = _DocInfoRecord.DocumentInfoRecordDocVersion
  
  association [0..1] to I_Product as _Product on $projection.LinkedSAPObjectKey = _Product.Product 
{
      /*  Document Info Record key Details */
  key DocumentInfoRecordDocType,    //  as DocumentInfoRecordDocType,

  key DocumentInfoRecordDocNumber,  //  as DocumentInfoRecordDocNumber,

  key DocumentInfoRecordDocVersion, //  as DocumentInfoRecordDocVersion,

  key DocumentInfoRecordDocPart,    //  as DocumentInfoRecordDocPart,


      /*  Object Type and Object Key Details */
  key ObjLink.LinkedSAPObject                as LinkedSAPObject,
  key ObjLink.LinkedSAPObjectKey             as LinkedSAPObjectKey,
  key ObjLink.DocObjectLinkCounter           as DocObjectLinkCounter,
  
   //   @ObjectModel.readOnly: true

      _DocInfoRecord.ChangedDateTime as ChangedDateTime,

      //Associations

      _Product,      
      _DocInfoRecord
}
where
  ObjLink.LinkedSAPObject = 'MARA'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOCINFORECORDTP",
"I_DOCUMENTINFORECORDOBJECTLINK"
],
"ASSOCIATED":
[
"I_DOCINFORECORDTP",
"I_PRODUCT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/