SDSLS_MNGDOC_FIO

Transparent Table Customizing Table

Allowed Sales Document Type for Apps for Managing Sls Docs

SDSLS_MNGDOC_FIO is an SAP database table in S/4HANA. Allowed Sales Document Type for Apps for Managing Sls Docs. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SDAllwdSlsDocTypeMnggSlsDoc view from BASIC Allwd Sls Doc Type for Managing Sls Docs

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY auart auart Sales Doc. Type

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.

-- Allowed Sales Document Type for Apps for Managing Sls Docs
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SDSLS_MNGDOC_FIO (
    MANDT,  -- Client [mandt]
    AUART,  -- Sales Doc. Type [auart]
    PRIMARY KEY (MANDT, AUART)
);