P_CASHFLOWCFA

CDS View

Cash Flow with Reconciliation Status

P_CASHFLOWCFA is a CDS View in S/4HANA. Cash Flow with Reconciliation Status. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
P_CASHFLOWCFALIST view from COMPOSITE Cash Flow for CFA List View
P_CashFlowCFAWthNewRecnclnSts view_entity from COMPOSITE Cash Flow for CFA with New Reconciliation Status
P_CashFlowCFAWthRecnclnSts view from COMPOSITE Cash Flow for CFA with Reconciliation Status

Fields (2)

KeyField CDS FieldsUsed in Views
KEY ValidFrom ValidFrom 1
CashFlowID CashFlowID 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Cash Flow with Reconciliation Status
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_CASHFLOWCFA (
    VALIDFROM,
    CASHFLOWID,
    PRIMARY KEY (VALIDFROM)
);