I_DocInfoRecdBusObjAttachCntnt
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)
| Source | Alias | Join Type |
|---|---|---|
| I_DocumentInfoRecordObjectLink | I_DocumentInfoRecordObjectLink | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [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)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA