I_BOPCONTRACTACCOUNTFORMRULE

CDS View

BOP FICA Form Item Rule

I_BOPCONTRACTACCOUNTFORMRULE is a CDS View in S/4HANA. BOP FICA Form Item Rule. It contains 1 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
P_BOPDbtflRblsCARslt view_entity inner COMPOSITE
P_BOPFICA_BP_ITEM_2_OG view_entity inner COMPOSITE
P_BOPFICA_BP_ITEM_2_REV view_entity inner COMPOSITE
P_BOPFICA_BP_RESULT view_entity inner COMPOSITE FI-CA BP Result
P_BOPFICA_GL_RESULT view_entity inner COMPOSITE FI-CA GL Result

Fields (1)

KeyField CDS FieldsUsed in Views
KEY BOPFormItem BOPFormItem 5

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.

-- BOP FICA Form Item Rule
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BOPCONTRACTACCOUNTFORMRULE (
    BOPFORMITEM,
    PRIMARY KEY (BOPFORMITEM)
);