T047M

Transparent Table Customizing Table

Dunning areas

T047M is an SAP database table in S/4HANA. Dunning areas. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_DunningArea view from BASIC Dunning Area

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY bukrs BUKRS Company Code
KEY maber MABER Dunning Area
char1 CHAR1 Single-Character Flag

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.

-- Dunning areas
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T047M (
    MANDT,  -- Client [MANDT]
    BUKRS,  -- Company Code [BUKRS]
    MABER,  -- Dunning Area [MABER]
    CHAR1,  -- Single-Character Flag [CHAR1]
    PRIMARY KEY (MANDT, BUKRS, MABER)
);