P_APFlexibleAging7

DDL: P_APFLEXIBLEAGING7 SQL: PAPFLXBLAGING7 Type: view COMPOSITE Package: FINS_FIS_AP_APPS

Accounts Payable Flexible Aging 7

P_APFlexibleAging7 is a Composite CDS View that provides data about "Accounts Payable Flexible Aging 7" in SAP S/4HANA. Part of development package FINS_FIS_AP_APPS.

Parameters (1)

NameTypeDefault
P_KeyDate abap.dats

Annotations (6)

NameValueLevelField
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true view
AbapCatalog.sqlViewName PAPFLXBLAGING7 view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view

Fields (18)

KeyFieldSource TableSource FieldDescription
CompanyCode CompanyCode Receiver Company Code
TransactionCurrency TransactionCurrency Transaction Currency
BusinessArea BusinessArea Business Area
ReconciliationAccount GLAccount Recon. account
SpecialGLCode SpecialGLCode Special G/L Ind
Supplier Creditor Supplier
PaymentMethod PaymentMethod Pymt Meth.
PaymentTerms PaymentTerms Pyt Terms
AccountingDocumentCategory AccountingDocumentCategory Journal Entry Category
TransactionCurrency TransactionCurrency Transaction Currency
BusinessArea BusinessArea Business Area
ReconciliationAccount ReconciliationAccount Recon. account
SpecialGLCode SpecialGLCode Special G/L Ind
Supplier Supplier Supplier
PaymentMethod PaymentMethod Pymt Meth.
PaymentTerms PaymentTerms Pyt Terms
AccountingDocumentCategory AccountingDocumentCategory Journal Entry Category
JoinColumn

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view P_APFlexibleAging7.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: PAPFLXBLAGING7
-- Parameters: P_KeyDate : abap.dats

CREATE VIEW P_APFlexibleAging7 AS
SELECT
  CompanyCode,
  TransactionCurrency,
  BusinessArea,
  GLAccount AS ReconciliationAccount,
  SpecialGLCode,
  Creditor AS Supplier,
  PaymentMethod,
  PaymentTerms,
  AccountingDocumentCategory,
  '1' AS JoinColumn
;