//@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":""
}
}*/