// Product description draft
@AbapCatalog.sqlViewName: 'PPRDDESCRD'
@VDM.private: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_ProductDescriptionD as select from prd_descr as DraftDocument
{
key DraftDocument.draftkey as Draftkey,
DraftDocument.parentdraftkey as Parentdraftkey,
DraftDocument.hasactiveentity as HasActiveEntity,
DraftDocument.activeproduct as ActiveProduct,
DraftDocument.activeproductlanguage as Activeproductlanguage,
DraftDocument.product,
DraftDocument.language,
DraftDocument.productdescription
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"PRD_DESCR"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/