IFLOALT

Transparent Table Customizing Table

Labeling Systems for Functional Locations

IFLOALT is an SAP database table in S/4HANA. Labeling Systems for Functional Locations. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_FunctionalLocLabelingSyst view from BASIC Functional Location Labeling System

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY alkey ilom_alkey Labeling system
prkey ilom_prkey Primary
uniky ilom_uniky Indic. "unique"

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.

-- Labeling Systems for Functional Locations
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE IFLOALT (
    MANDT,  -- Client [mandt]
    ALKEY,  -- Labeling system [ilom_alkey]
    PRKEY,  -- Primary [ilom_prkey]
    UNIKY,  -- Indic. "unique" [ilom_uniky]
    PRIMARY KEY (MANDT, ALKEY)
);