FAAT_MD_MULTI

Transparent Table Temporary Data

Fixed Asset Master: Multiple Asset

FAAT_MD_MULTI is an SAP database table in S/4HANA. Fixed Asset Master: Multiple Asset. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_AssetMultipleCreation view from BASIC Asset Multiple Creation

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY client 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.

-- Fixed Asset Master: Multiple Asset
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FAAT_MD_MULTI (
    CLIENT,  -- Client [mandt]
    PRIMARY KEY (CLIENT)
);