I_CASHFLOWRCNLNPRFL

CDS View

Reconciliation Profile

I_CASHFLOWRCNLNPRFL is a CDS View in S/4HANA. Reconciliation Profile. It contains 2 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_CashFlowRcnlnPrflVH view_entity from BASIC Cash Flow Reconciliation Profile
P_BkStmntCshFlwWithRcnlnPrfl view_entity inner COMPOSITE Bank Statement Flow with Reconciliation Profile
P_CashFlowForRcnlnPrfl view_entity inner COMPOSITE Cash Flow Amount by Reconciliation Strategy
P_FcstCshFlwWthRcnlnPrfl view_entity inner COMPOSITE Forecasted Flow with Reconciliation Profile

Fields (2)

KeyField CDS FieldsUsed in Views
KEY CashFlowReconciliationProfile CashFlowReconciliationProfile 1
KEY CashFlowReconciliationStrategy CashFlowReconciliationStrategy 3

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.

-- Reconciliation Profile
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CASHFLOWRCNLNPRFL (
    CASHFLOWRECONCILIATIONPROFILE,
    CASHFLOWRECONCILIATIONSTRATEGY,
    PRIMARY KEY (CASHFLOWRECONCILIATIONPROFILE, CASHFLOWRECONCILIATIONSTRATEGY)
);