I_DOST
Document to BOM Link
I_DOST is a CDS View in S/4HANA. Document to BOM Link. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_Valid_Bomitems | view | left_outer | BASIC | Get Valid BOM items for BOM header |
| P_VALID_COMPONENTS | view | left_outer | BASIC | Get Valid BOM items for BOM header |
@AbapCatalog.sqlViewName: 'IDOST'
@AbapCatalog.preserveKey:true
@ClientHandling.type : #INHERITED
@ClientHandling.algorithm : #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #L, dataClass: #TRANSACTIONAL}
@VDM.viewType: #BASIC
@EndUserText.label: 'Document to BOM Link'
define view I_Dost
as select from dost
{
key stlnr as BillOfMaterial,
key stlal as BillOfMaterialVariant,
cast ('D' as stlty preserving type) as BillOfMaterialCategory,
dokar as DocumentType,
doknr as DocNumber,
dokvr as DocumentVersion,
doktl as DocumentPart
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DOST"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/