P_CADOCUMENTLINKEDOBJECT

CDS View

Linked Object

P_CADOCUMENTLINKEDOBJECT is a CDS View in S/4HANA. Linked Object. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_CADocumentLinkedObject view_entity from CONSUMPTION Linked Object
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Linked Object'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}

@VDM.viewType: #COMPOSITE
@VDM.private: true
define view entity P_CADocumentLinkedObject
  as select from P_CADocLinkdObjInterest

{
  key CADocumentLinkedObject,
  key CADocumentNumber,
      @ObjectModel.foreignKey.association: '_LinkdObjType'
      CADocumentLinkedObjectType,
      _LinkdObjType

}

union all

select from P_CADocLinkdObjInstPlan
{
  key CADocumentLinkedObject,
  key CADocumentNumber,
      CADocumentLinkedObjectType,
      _LinkdObjType

}