I_DocInfoRecdBusObjAttachCntnt

DDL: I_DOCINFORECDBUSOBJATTACHCNTNT SQL: ICVDOCBUSOBJATCN Type: view COMPOSITE

DIR Business Object Attachment Content

I_DocInfoRecdBusObjAttachCntnt is a Composite CDS View that provides data about "DIR Business Object Attachment Content" in SAP S/4HANA. It reads from 1 data source (I_DocumentInfoRecordObjectLink) and exposes 8 fields with key fields DocumentInfoRecordDocType, DocumentInfoRecordDocNumber, DocumentInfoRecordDocVersion, DocumentInfoRecordDocPart, LinkedSAPObject. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_DocumentInfoRecordObjectLink I_DocumentInfoRecordObjectLink from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_DocInfoRecordAttchsWithCntnt _DocInfoRecordAttchsWithCntnt $projection.DocumentInfoRecordDocType = _DocInfoRecordAttchsWithCntnt.DocumentInfoRecordDocType and $projection.DocumentInfoRecordDocNumber = _DocInfoRecordAttchsWithCntnt.DocumentInfoRecordDocNumber and $projection.DocumentInfoRecordDocVersion = _DocInfoRecordAttchsWithCntnt.DocumentInfoRecordDocVersion and $projection.DocumentInfoRecordDocPart = _DocInfoRecordAttchsWithCntnt.DocumentInfoRecordDocPart and _DocInfoRecordAttchsWithCntnt.Language = $session.system_language

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ICVDOCBUSOBJATCN view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
EndUserText.label DIR Business Object Attachment Content view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY DocumentInfoRecordDocType DocumentInfoRecordDocType
KEY DocumentInfoRecordDocNumber DocumentInfoRecordDocNumber
KEY DocumentInfoRecordDocVersion DocumentInfoRecordDocVersion
KEY DocumentInfoRecordDocPart DocumentInfoRecordDocPart
KEY LinkedSAPObject LinkedSAPObject
KEY LinkedSAPObjectKey LinkedSAPObjectKey
KEY DocObjectLinkCounter DocObjectLinkCounter
_DocInfoRecordAttchsWithCntnt _DocInfoRecordAttchsWithCntnt
@AbapCatalog.sqlViewName: 'ICVDOCBUSOBJATCN'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ObjectModel.usageType: {serviceQuality: #D, sizeCategory: #L, dataClass: #MIXED}
@EndUserText.label: 'DIR Business Object Attachment Content'

define view I_DocInfoRecdBusObjAttachCntnt
  as select from I_DocumentInfoRecordObjectLink

  association [0..*] to I_DocInfoRecordAttchsWithCntnt as _DocInfoRecordAttchsWithCntnt on  $projection.DocumentInfoRecordDocType    = _DocInfoRecordAttchsWithCntnt.DocumentInfoRecordDocType
                                                                                        and $projection.DocumentInfoRecordDocNumber  = _DocInfoRecordAttchsWithCntnt.DocumentInfoRecordDocNumber
                                                                                        and $projection.DocumentInfoRecordDocVersion = _DocInfoRecordAttchsWithCntnt.DocumentInfoRecordDocVersion
                                                                                        and $projection.DocumentInfoRecordDocPart    = _DocInfoRecordAttchsWithCntnt.DocumentInfoRecordDocPart
                                                                                        and _DocInfoRecordAttchsWithCntnt.Language   = $session.system_language
{
  key DocumentInfoRecordDocType,
  key DocumentInfoRecordDocNumber,
  key DocumentInfoRecordDocVersion,
  key DocumentInfoRecordDocPart,
  key LinkedSAPObject,
  key LinkedSAPObjectKey,
  key DocObjectLinkCounter,

      _DocInfoRecordAttchsWithCntnt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOCUMENTINFORECORDOBJECTLINK"
],
"ASSOCIATED":
[
"I_DOCINFORECORDATTCHSWITHCNTNT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/