FAAT_MD

Transparent Table Application Table

Fixed Asset Master: Time Independent Data

FAAT_MD is an SAP database table in S/4HANA. Fixed Asset Master: Time Independent Data. It contains 1 fields. 9 CDS views read from this table.

CDS Views using this table (9)

ViewTypeJoinVDMDescription
E_Asset view from EXTENSION Fixed Asset Master Data - Extension
E_FixedAsset view from EXTENSION Extension View for Fixed Asset Master Data
FAA_ASSETS4 view left_outer Unit Test View for Asset
FAA_ES_ASSET_MD view left_outer Fixed Asset Master Data for Enterprise Search
FAA_UPA_MIG_BALANCE01 view_entity inner Asset balance cube 01
I_FixedAssetInLegacySystemVH view from BASIC Maintained Legacy Asset Value Help
I_FixedAssetTransactionLineItm view_entity inner BASIC Line Item History
I_FxdAstCoCodeInLegacySystemVH view_entity from BASIC Legacy Company Code
I_MstrFxdAstInLegacySystemVH view_entity from BASIC Legacy Master Fixed Asset

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: Time Independent Data
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FAAT_MD (
    CLIENT,  -- Client [mandt]
    PRIMARY KEY (CLIENT)
);