@AbapCatalog.sqlViewName: 'PPRDPROCD'
@VDM.viewType: #BASIC
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'draft view for product procurement'
define view P_Productprocurementd
as select from prd_proc as DraftDocument
{
key DraftDocument.draftkey as Draftkey,
key DraftDocument.activeproduct as ActiveProduct,
DraftDocument.parentdraftkey as ParentDraftKey,
DraftDocument.purchaseorderquantityunit,
DraftDocument.purchasingacknprofile,
DraftDocument.varblpurordunitstatus,
DraftDocument.manufacturernumber,
// Retail Field
DraftDocument.sourceofsupplycategory, // ref. Handling for MARC
DraftDocument.purchasinggroup, // ref. handling for MARC
DraftDocument.hasactiveentity
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"PRD_PROC"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/