FBV_RESULT

Transparent Table Application Table

Result Table for Inventory Balane Sheet Valuation runs

FBV_RESULT is an SAP database table in S/4HANA. Result Table for Inventory Balane Sheet Valuation runs. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
P_FBV_RESULT view from BASIC Balance Sheet Valuation Results
P_FBV_RESULT_CONSID_ALT view from BASIC Alternatives of Balance Sheet Valuation Results
P_FBV_RESULT_CONSID_ALT view union_all BASIC Alternatives of Balance Sheet Valuation Results

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client

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.

-- Result Table for Inventory Balane Sheet Valuation runs
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FBV_RESULT (
    MANDT,  -- Client [mandt]
    PRIMARY KEY (MANDT)
);