I_DOCINFORECDOBJLINKBOMTP
Doc Info Recd Obj Link BOM TP
I_DOCINFORECDOBJLINKBOMTP is a CDS View in S/4HANA. Doc Info Recd Obj Link BOM TP. It contains 7 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_DocInfoRecdObjLinkBOM | view_entity | from | COMPOSITE | Bill of Material 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: 'IDIROBJBOMWODRTP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Doc Info Recd Obj Link BOM TP'
@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
@AbapCatalog.preserveKey: true
define view I_DocInfoRecdObjLinkBOMTP
as select from I_DocumentInfoRecordObjectLink as ObjLink
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..*] to I_DocInfoRecdObjLinkBOM as _BOM on $projection.LinkedSAPObjectKey = _BOM.BillOfMaterialHeaderUUID
{
/* 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
_BOM,
_DocInfoRecord
}
where
ObjLink.LinkedSAPObject = 'STKO_DOC'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOCUMENTINFORECORDOBJECTLINK"
],
"ASSOCIATED":
[
"I_DOCINFORECDOBJLINKBOM",
"I_DOCINFORECORDTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/