P_CFINLOCALPURGDOCHISTORY

CDS View

P_CFINLOCALPURGDOCHISTORY is a CDS View in S/4HANA. It contains 12 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CFinPurchasingDocHistory view union_all COMPOSITE CFin Purchasing Document: History

Fields (12)

KeyField CDS FieldsUsed in Views
KEY gjahr MaterialDocumentYear 1
KEY vgabe PurchaseOrderTransactionType 1
budat PostingDate 1
cpudt AccountingDocumentCreationDate 1
cputm TimeEntry 1
dmbtr PurOrdAmountInCompanyCodeCrcy 1
hswae CompanyCodeCurrency 1
matnr Material 1
menge Quantity 1
shkzg DebitCreditCode 1
waers Currency 1
wrbtr PurchaseOrderAmount 1
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'PCFINEKBE'
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType : #COMPOSITE
@VDM.private: true

define view P_CFinLocalPurgDocHistory
  as select from ekbe
  
{
  key ebeln,
  key ebelp,
  key zekkn,
  key vgabe,
  key gjahr,
  key belnr,
  key buzei,
      budat,
      menge,
      dmbtr,
      wrbtr,
      waers,
      shkzg,
      cpudt,
      cputm,
      matnr,
      hswae,
      xmacc
      
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EKBE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/