P_APVENDOROPENITEMS10

CDS View

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_APVendorOpenItems11 view from COMPOSITE

Fields (2)

KeyField CDS FieldsUsed in Views
OpenAmount OpenAmount 1
SpecialGLTransactionType SpecialGLTransactionType 1
//@EndUserText.label: 'Technical view' 

@VDM.private: true
@VDM.viewType: #COMPOSITE
@AbapCatalog.sqlViewName: 'PFIAPVNDROPITM10'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
define view P_APVendorOpenItems10
as 
  select from
  P_APVendorOpenItems5 as PmntOpenAmount 
  {
    key CompanyCode,
    key AccountingDocument,
    key FiscalYear,
    key AccountingDocumentItem,
    TotalOpenAmount as OpenAmount,
    DocumentCurrency,
    Supplier,
    SpecialGLTransactionType,
    CompanyCodeCurrency
  }
union all
  select from
  P_APVendorOpenItems9 as OpenAmount
  {
    key CompanyCode,
    key AccountingDocument,
    key FiscalYear,
    key AccountingDocumentItem,
    TotalOpenAmount as OpenAmount,
    DocumentCurrency,
    Supplier,
    SpecialGLTransactionType,
    CompanyCodeCurrency
  };                           
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_APVENDOROPENITEMS5",
"P_APVENDOROPENITEMS9"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/