P_PRODUCTPROCUREMENTD

CDS View

P_PRODUCTPROCUREMENTD is a CDS View in S/4HANA. It contains 7 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_Productprocurementwd view left_outer COMPOSITE
P_Productprocurementwd view union_all COMPOSITE

Fields (7)

KeyField CDS FieldsUsed in Views
KEY ActiveProduct ActiveProduct 1
hasactiveentity HasActiveEntity 1
ParentDraftKey ParentDraftKey 1
purchaseorderquantityunit purchaseorderquantityunit 1
purchasingacknprofile purchasingacknprofile 1
sourceofsupplycategory sourceofsupplycategory 1
varblpurordunitstatus varblpurordunitstatus 1
@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
}
}*/